@charset "UTF-8";

@font-face
{
    font-family: baloo;
    src: url(../font/baloo.ttf);
}
@font-face
{
    font-family: lato;
    src: url(../font/lato-regular.woff2);
}
@font-face
{
    font-family: lato-bold;
    src: url(../font/lato-bold.woff2);
}
@font-face
{
    font-family: javacom;
    src: url(../font/javacom.otf);
}
html {
	height: 100%;
	position: relative;
}
body {
	width: 1440px;
	height: 100%;
	min-height: 100%;
	/* [disabled]margin-top: auto; */
	margin-right: auto;
	margin-left: auto;
	/* [disabled]margin-bottom: auto; */
	height: 100%;
	background-color: #f3e6dc;
}
h1
{
	font-family: baloo;
	font-size: 40px; 
	color: #e3b5bc;
	padding-bottom: -50px;
}
p {
	position: relative;
	top: -24px;
	font-family: lato;
	font-size: 24px;
}
span 
{
	font-family: lato-bold; 
}
#main {
	width: 1440px; 
	height: 2893px;
	top: 50px; 
	background-color: white; 
	border-radius: 40px; 
	position: relative;
}
.logo {
	width: 180px;
	height: 180px;
	top: -50px;
	left: 130px;
	position: absolute;
	background-color: #fff;
	border-radius: 50%;
	box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.50);
	z-index: 100;
}
#menu {
	width: 100%;
	height: 80px;
	position: relative;
	border-top-left-radius: 40px;
	border-top-right-radius: 40px;
	background-color: #e3b5bc;
	font-family: baloo;
	font-size: 24px;
	text-align: center;
	color: #fff;
}
#menu #menu_lezioni {
	position: absolute;
	left: 484px;
	top: 21px;
}
#menu #menu_bio {
	position: absolute;
	left: 737px;
	top: 21px;
}
#menu #menu_contatti {
	position: absolute;
	left: 947px;
	top: 21px;
}
#menu #menu_social {
	position: absolute;
	left: 1202px;
	top: 10px;
}
.img-social {
	height: 26px;
	top: 13px;
	position: relative;
	margin-right: 18px;
}
#menu a, a:active, a:visited {
	color: #fff; 
	text-decoration: none;
}
#menu a:hover {
	text-decoration: underline;
}
#serena {
	width: 580px;
	height: 580px;
	position: absolute;
	left: 130px;
	top: 120px;
}
#serena img {
	border-radius: 40px;
	box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.50);
}
#lezioni {
	width: 580px;
	position: absolute;
	left: 731px;
	top: 120px;
	padding: 10%, 0;
}
#lezioni-header {
	top: 80px;
	position: relative;
	font-family: lato-bold;
	font-size: 40px;
}
#lezioni-text {
	top: 120px;
	position: relative;
	font-family: lato;
	font-size: 24px;
}
#lezioni-signature {
	top: 180px;
	position: relative;
	font-family: javacom;
	font-size: 40px;
	text-align: right;
}
#box-cantolirico {
	width: 380px;
	height: 380px;
	position: absolute;
	left: 130px;
	top: 812px;
	border-radius: 40px;
	text-align: center;
	background-color: #e3b5bc;
	box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.50);
}
#box-cantomoderno {
	width: 380px;
	height: 380px;
	position: absolute;
	left: 530px;
	top: 812px;
	border-radius: 40px;
	text-align: center;
	background-color: #e3b5bc;
	box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.50);
}
#box-musicaltheatre {
	width: 380px;
	height: 380px;
	position: absolute;
	left: 930px;
	top: 812px;
	border-radius: 40px;
	text-align: center;
	background-color: #e3b5bc;
	box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.50);
}
div.box-header {
	top: 120px;
	position: relative;
	font-family: baloo;
	font-size: 40px;
	color: #fff;
}
div.box-text {
	top: 100px;
	position: relative;
	font-family: lato;
	font-size: 20px;
	color: #fff;
	text-align: left;
	padding: 40px;
}
.box-img {
	width: 180px;
	height: 180px;
	top: -72px;
	left: 100px;
	position: absolute;
	border-radius: 50%;
	box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.50);
}
#bio {
	width: 1180px;
	height: 720px;
	position: absolute;
	left: 130px;
	top: 1202px;
}
#studio-img-left {
	width: 380px;
	height: 380px;
	position: absolute;
	left: 130px;
	top: 1992px;
}
#studio-img-center {
	width: 380px;
	height: 380px;
	position: absolute;
	left: 530px;
	top: 1992px;
}
#studio-img-right {
	width: 380px;
	height: 380px;
	position: absolute;
	left: 930px;
	top: 1992px;
}
.img-studio {
	width: 380px;
	height: 380px;
	border-radius: 40px;
	box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.50);
}
#contacts {
	width: 380px;
	height: 380px;
	position: absolute;
	left: 130px;
	top: 2393px;
	font-family: lato;
	font-size: 24px;
}
.img-contatti {
	width: 26px;
	height: 26px;
	position: relative;
	top: 5px;
	left: 0px;
	padding-right: 8px;
}
#contacts a, a:active, a:visited {
	color: #000; 
	text-decoration: none;
}
#contacts a:hover {
	text-decoration: underline;
}
#studio {
	width: 380px;
	height: 380px;
	position: absolute;
	left: 530px;
	top: 2393px;
	font-family: lato;
	font-size: 24px;
}
#mappa {
	width: 380px;
	height: 380px;
	position: absolute;
	left: 930px;
	top: 2393px;
}
#footer {
	width: 1440px;
	height: 80px;
	position: absolute;
	left: 0px;
	top: 2813px;
	font-family: lato;
	font-size: 13px;
	line-height: 80px;
	color: #fff;
	text-align: center;
	background-color: #000;
	border-bottom-left-radius: 40px;
	border-bottom-right-radius: 40px;
}
#footer a, a:active, a:visited {
	color: #fff; 
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}