@charset "UTF-8";
:root {
	--orange:#F07E66;
	--lightpink: #F9E9E9
}
body { 
	font-family: 'Open Sans', sans-serif;
	font-size:16px;
	line-height:1.6;
	background-color: var(--lightpink); 
	margin:0;
	color: var(--wp--preset--color--darkblue);
}
nav {
	position:absolute;
	right:20px;
	top:0;
	z-index:3000;
	width:100%;
	text-align:right;
	color:#fff;
}
nav ul {
		list-style:none;
	
}
nav ul li {
	display:inline-block;
	margin: 0 10px;
}
nav ul li a {
	color:inherit;
	font-weight:300;
}

.hamburger {
		display:none;  
		position:absolute; 
}
.page-template-default nav {
	position:fixed;
	background-color:var(--wp--preset--color--softred);
	padding:0 10px;
}
body.page-template-default {
	margin-top:80px;
}
.menu-main-container, .menu-hoofd-container {
	margin:auto;
	max-width:60vw;
}

h2 {
	line-height:1;
}
img {
	height:auto;
}
.admin-bar nav {
	top:20px;
}

.down {
	position:absolute
}
.rounded figure {
border-radius:10px;
}
blockquote, .wp-block-quote {
	font-family:"Neucha";
	font-size:57px;
	border:0;
	line-height:1;
}
a {
	color:#0D3D5B;
	text-decoration:none;
}
.logo1 {
	background-image:url("../img/vocalstudio.svg");
	background-size:contain;
	background-repeat:no-repeat;
	width:363px;
	height:200px;
	top:0;
	right:0;
	margin-right:200px;
	margin-top:50px;
	display:inline-block;
	position:absolute;
	z-index:500;
}
.address {
	margin-top:70px;
	padding-right:50px;
}

/* elements */
.note1 {
	background-image:url("../img/note1.svg");
	background-size: contain;
	background-repeat:no-repeat;
    width: 82px;
    height: 107px;
	display:block;
	position:absolute;
	left:50%;
	bottom:10%;
	transform: rotate(-4deg);
}
#header {


	mask: url(../assets/img/mask.svg);
    -webkit-mask: url(../img/curve1.svg);
    -webkit-mask-size: cover;
    -webkit-mask-position: bottom;
    width: 100%;
    height: 100%;
    min-height: 335px;
}
#teaching {
padding-top:60px;
padding-bottom:60px;
}
#teaching:after {
    width: 100%;
    position: absolute;
    background-image: url(../img/curve1.svg);
    background-size: cover;
    background-repeat: no-repeat;
    content: "";
    bottom: -40px;
    height: 40px;
    background-position: bottom;
    
    display: block;
    min-height: initial;
    z-index: 1;
}

#apresentar:before  {
	content:"";
	background-image:url("../img/note1.svg");
	background-size: contain;
	background-repeat:no-repeat;
    width: 82px; 
    height: 107px;
	display:block;
	position:absolute;
	right:60px;
	top:-75px;
	background-color:transparent !important;
}
#sing:before  {
	content:"";
	background-image:url("../img/piano.svg");
	background-size: contain;
	background-repeat:no-repeat;
    width: 82px; 
    height: 107px;
	display:block;
	position:absolute;
	right:60px;
	top:-25px;
	background-color:transparent !important;
}
#teaching:before  {
	content:"";
	background-image:url("../img/microphone.svg");
	background-size: contain;
	background-repeat:no-repeat;
    width: 82px;
    height: 107px;
	display:block;
	position:absolute;
	left:60px;
	top:-40px;
	background-color:transparent !important;
}
.page-template-default .entry-content:after  {
	content:"";
	background-image:url("../img/piano.svg");
	background-size: contain;
	background-repeat:no-repeat;
	width: 82px; 
	height: 107px;
	display:block;
	position:absolute;
	right:120px;
	bottom:60px;
	background-color:transparent !important;
}
.page-id-57 .entry-content:after,
.page-id-108  .entry-content:after {
	background-image:url("../img/note1.svg");
	bottom:320px;
	right:initial;
	left:120px;
}
.page-id-142 .entry-content:after,
.page-id-11  .entry-content:after {
	background-image:url("../img/microphone.svg");
	bottom:initial;
	top:160px
}
.btn.border {
		border:0;
		display:inline-block;
		margin-top:0;
		line-height:1;
		clear:both;
	}
	
@media only screen and (max-width: 567px) {

	html {
		height:auto;
	}
	body {
		font-size:21px;
	}
	.bg {
		position:relative;
		height:380px;
	}
	.wrapper {
		text-align:center;
	}
	.page-template-default .entry-content {
		max-width:90vw;
	}
	nav {
		padding-top:80px !important;
		background-color:var(--wp--preset--color--darkpink) !important;
		color:var(--wp--preset--color--red);
		width:100%;
		height:100%;
		position:fixed;
		top:0;
		left:0;
		bottom:0;
		right:0;
		display:none;
		opacity:0;
		-webkit-transition: all .2s ease-out;
		  -moz-transition: all .2s ease-out;
		  -o-transition: all .2s ease-out;
		  transition: all .2s ease-out; 
	}
	nav.is-active {
		
		display:block;
		opacity:1;
		-webkit-transition: all .2s ease-out;
	  -moz-transition: all .2s ease-out;
	  -o-transition: all .2s ease-out;
	  transition: all .2s ease-out; 
	}
	.hamburger {
		display:block;
		position:fixed;
		top: 0px;
		left: 0;
		
	}
	.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
		background-color:var(--wp--preset--color--lightpink);
	}
	.page-template-default  .hamburger-inner, .page-template-default .hamburger-inner:after, .page-template-default .hamburger-inner:before {
		background-color:var(--wp--preset--color--red); 
	}
	
	.page-template-default .hamburger  {
		background-color: var(--wp--preset--color--lightpink) 
	}
	
	nav ul li {
		margin:10px;
		display: block;
		text-align:left;  
		padding: 10px 0px;
	}
	nav ul li a {
		font-weight:400;
		font-size: 28px;
		line-height:1
	}
	nav .menu-main-container, nav  .menu-hoofd-container {
		width:100%;
		max-width:80%;
	}
	
	.wp-block-cover__inner-container {
		max-width:90vw;
	}
	.wp-block-quote {
		padding:0 !important
	}
	blockquote, .wp-block-quote {
		font-size:36px;
	}
	.alignwide {
		max-width:100vw;
	}
	.down {
		position:relative;
	}

	.wp-block-spacer {
		height:10px!important;
	}
	.wp-block-image .alignright {
		margin:0;
	}
	.lang-item {
		display:block;
		margin-top:20px;
		
	}
	.lang-item img {
		padding-top:20px;
	}
	.logo {
		width: 174px;
		margin:0;
		align-self:flex-end;
	}

	#header blockquote {
		    margin-top: 160px;
    margin-bottom: 0;
	}
	#teaching:before {
		left: initial;
     right: 20px;
    top: -30px;
	}
	#apresentar:before {
		height:80px;
top: -40px;
    right: 10px;
	}
	#sing:before {
		width: 55px;
		height: 88px;
		
		right: 33px;
		top: -40px;

	}

.page-id-57 .entry-content:after, .page-id-108 .entry-content:after {
    
    bottom: initial;
    right: 20px;
	left:initial;
	top:20px;

}


.page-template-default .entry-content:after{
    
    bottom: initial;
    right: 10px;
	left:initial;
	top:20px;
	height:50px;
}

	h1 {
		line-height:1.1;
	}
	h1, .address, .copy {
		padding:0;
		margin:0;
	}
	.copy {
		margin-top:-100px;
		padding-bottom:200px;
	}
	.piano {
		display:none;
		pointer-events: none;
		top:initial;
		top:45%;
		width:50px;
		bottom:20%;
	}
	.note1 {
		pointer-events: none;
		left:8%;
		bottom:4%;
	}

	.btn.border {
		border:1px solid #0D3D5B;
		padding:15px 20px;
		display:block;
		line-height:1
	}
}