@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Beau+Rivage&family=Italiana&family=Italianno&display=swap');


@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c&family=Manrope:wght@200..800&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Cormorant:ital,wght@0,300..700;1,300..700&family=Noticia+Text:ital,wght@0,400;0,700;1,400;1,700&display=swap');



.logo {
	width: auto;
	text-align: center;
	font-family: "Beau Rivage", cursive;
	font-size: 36px; /* Some tweener fallback that doesn't look awful */
	font-size: 8.4vh;
	font-weight: 300;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	
}
.genre-flex-container {
	margin: 0 auto;
	list-style: none;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	justify-content: center;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 5px;
	
	background-color: #a39e73;
	border: 1px solid #175A50;
	max-width:90%;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	
	
}

.flex-item {
	width: auto;
	height: auto;
	color: #175A50;
	text-align: center;
	border: 0px solid #000;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	font-weight: 300;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	background-color: #c3bd89;
	margin: 5px;	
}
.img-rounded {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.div-white-gradient {
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0.85+0,0+100 */
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+40,000000+91,000000+100&0+0,0.6+100 */
background: radial-gradient(ellipse at center,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.24) 40%,rgba(0,0,0,0.55) 91%,rgba(0,0,0,0.6) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
width: 100%;
}


.description-text {
	font-family: "Noticia Text", serif;
	color: #000;
	font-size: calc(16px + 0.390625vw);
	text-align: center;
	padding: 30px;
	max-width: 1050px;
	margin: 0 auto;
	background: rgba(255, 255, 255, 0.8);
	max-width: 1200px;
	-webkit-box-shadow: 8px 8px 12px 0px rgba(94,93,94,0.47);
	-moz-box-shadow: 8px 8px 12px 0px rgba(94,93,94,0.47);
	box-shadow: 8px 8px 12px 0px rgba(94,93,94,0.47);
	text-shadow: 0px 0px 0px rgba(0,0,0,0.9);
	
	border: 1px solid #000;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-weight: 300;
	z-index: -1;
	
}
.description-text-no-bg {
	font-family: "Noticia Text", serif;
	color: #000;
	font-size: calc(16px + 0.390625vw);
	text-align: center;
	max-width: 1050px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-weight: 300;
	z-index: -1;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 30px;	
}

.description-text-sm-font {
	font-family: "Noticia Text", serif;
	color: #000;
	font-size: calc(14px + 0.390625vw);
	text-align: center;
	max-width: 1050px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-weight: 300;
	z-index: -1;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 30px;	
}



.ctr-shadow {
	filter: drop-shadow(10px 10px 15px rgba(0, 0, 0, 0.5));
	margin-top: 10px;
}

.ctr-border {
	max-width: 1200px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(../img/rectangle-border2.png);
	background-repeat:no-repeat;
	background-size:contain;
	background-position:center top;
	padding: 30px;
	z-index:10;
	position: relative;
	
	
}
.ctr-border-mid {
	max-width: 1200px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(../img/border-mid.png);
	background-repeat:repeat-y;
	background-size:contain;
	background-position:center top;
	padding: 30px;
	z-index:10;
	
}

.learn-div {
	padding: 5px;
	border: 1px solid #175A50;
	max-width:90%;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-color: #dad597;
	font-size: 14pt;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}

.classical-div {
	border: 0px solid #175A50;
	max-width:90%;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-color: #d4d0b4;
	
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}


.genre-div {
	background-color: #185b51;
	padding: 10px;
	margin: 0 auto;
	color: #FFF;
	max-width: 360px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.contact-div {
	background-color: #185b51;
	color: #FFF;
	max-width: 360px;
	-webkit-border-radius:10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;	
}

.bullet-list {
	font-size: 18pt;
	font-weight: bold;
	color: #000;
	list-style-type: disc;
}
.nav-bg {
	height: 100px;
	
	width: 100%;
	text-align:center;
	
	

}
.crystal-bg {
	background-image: url(../img/sheet-music-bg2.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
	background-size:cover;
	width: 100%;
	margin: 0 auto;
	
}
.peek-a-boo {
	height: 80px;
}

.footer {
	background-color: #000;
	height: 100px;
	width:100%;
	color: #FFF;
	text-align: center;
	font-size: 12px;
	font-weight: normal;
	padding-top: 40px;
	
	padding-bottom: 20px;
	
	
	margin: 0 auto;
}

.genre-container {
	margin: 0 auto;
	border: 0px solid #333;
	overflow: auto;
	max-width: 340px;
	font-family: "Italiana", sans-serif;
	font-weight: bold;
	font-style: normal;
}
.genre-thumb {
	float: left;
	margin-bottom: 30px;
}
.genre-thumb img {
    display: block
}
.genre-content {
	margin-left: 30px;
	
	margin-bottom: 30px;
}
.linebreak {
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #175A50;
	margin-top: 60px;
	margin-bottom: 40px;
	
	margin-right: 0px;
	margin-left: 0px;
}
.rt-top-img {
	float: right;
	margin-top: 0px;
	margin-right: 0px;
}
.header {
	font-size: calc(52px + 0.390625vw);
	font-family: "Beau Rivage", cursive;
	font-weight: 400;
	font-style: normal;
	margin-bottom: 40px;
	background-image: url(../img/swirl-divider2.png);
	background-repeat: no-repeat;
	background-position:center  bottom;
	padding-bottom: 15px;
}
.about-img {
	float: left;
	margin-right: 30px;
	margin-bottom: 10px;
	max-width: 310px;
	font-size: 10pt;
	text-align: center;
}