@charset "UTF-8";
/* CSS Document */

html, 
html * {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
}

header {
	padding: 32px 32px;
	border-radius: 10px;
}

#nav {
	width: auto;
	height: 40px;
	background-color: #2d2d35;
}
#nav a:hover {
	background-color: #BAA88E;
}
#nav ul ul {
	display: none;
	position: absolute;
}
#nav ul li:hover > ul {
	display: block;
}
#nav ul ul li {
	float: none;
}
#nav a {
	background-color: #2d2d35;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 20px;
	padding-left: 20px;
	color: #F7F3F3;
	font-size: 24px;
}
#text {
	width: 640px;
	float: left;
	min-height: 300px;
	padding-left: 40px;
	padding-right: 20px;
}
#image {
	width: 324px;
	float: right;
}
#footer {
	width: 1040px;
	clear: both;
	padding-left: 40px;
}
#nav ul {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	list-style-type: none;
}
#nav li {
	float: left;
}



#audio {controls: 25px;
}
.audio_width {
	background-color: #2d2d35;
	color: #FFFFFF;
	padding: 2px 2px 2px;
	text-align: left;
	width: 100px;
	height: 30px;
}
#controls {
   width: 80px;
	min-width: 80px;
   float: left;
}

img {
	width: 100%;
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}

footer {
	padding: 20px 30px;
	background-color: #dbecf1;
}

body {
	margin-left: auto;
	margin-right: auto;
	background: #e6f4f8;
}

.style-logo {
	margin-left: auto;
	margin-right: auto;
	display: block;
	width: 192px;
}

.style-nav ul {
	list-style-type: none;
}

.style-nav ul li a {
	text-decoration: none;
	color: #2F322A;
	text-align: left;
	display: block;
	text-transform: uppercase;
	padding: 8px;
}

.hero {
	background-image: url(images/hero.jpg);
	background-size: cover;
	padding: 20px 00px 50px 0px;
	color: #FFFFFF;
	text-align: center;
}

h1 {
	font-size: 47px;
	text-transform: uppercase;
	font-weight: 300;
	margin-bottom: 60px;
	color: #FFFFFF;
	text-shadow: 0 0 0 #AFAFAF;
}

h2 {
	font-size: 30px;
	text-transform: uppercase;
	font-weight: 200;
	margin-bottom: 15px;
}

h3 {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 500;
	margin-bottom: 20px;
	margin-top: 15px;
}

h4 {
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 35px;
}
h5 {
	font-size: 20px;
	font-weight: 300;
	text-align: justify;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
}
p {
	font-size: 20px;
	font-weight: 400;
	margin-bottom: 10px;
}

a {
	font-size: 20px;
	color: #3A3D44;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	text-decoration: none;
}
a:hover {
	font-size: 20px;
	color: #004AF8;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	text-decoration: none;
}


.button {
	border: 2px #FFFFFF solid;
	padding: 8px 30px;
	border-radius: 30px;
	color: #FFFFFF;
	text-decoration: none;
}

.info-box-tan {
	background-color: #2d2d35;
	color: #FFFFFF;
	padding: 25px 10px 25px 10px;
	text-align: center;
	width: auto;
	height: 230px;
}

.info-box-dark {
	background-color: #b9a88e;
	color: #FFFFFF;
	padding: 25px 10px 25px 10px;
	text-align: center;
	height: 230px;
}

.info-box-dark-home {
	background-color: #b9a88e;
	color: #FFFFFF;
	padding: 25px 10px 25px 10px;
	text-align: center;
	height: 300px;
}

.info-box-dark-about {
	background-color: #b9a88e;
	color: #2d2d35;
	padding: 25px 10px 25px 10px;
	text-align: center;
	height: auto;
}
.info-box-dark-song-list {
	background-color: #2d2d35;
	color: #FFFFFF;
	padding: 5px 5px 5px;
	text-align: left;
	width: auto;
	height: 800px;
}

.info-box-tan-song-list {
	background-color: #b9a88e;
	color: #FFFFFF;
	padding: 5px 5px 5px;
	text-align: left;
	width: auto;
	height: 800px;
}

.footer-text {
	font-size: 13px;
	margin-bottom: 20px;
}

.col {
	width: 100%;
}

.row:before, .row:after {
	content: "";
	display: table;
}

.row:after {
	clear: both;
	padding-left: 4px;
	background-color: #BAA88E;
}
#about_text {
	width: auto;
	height: 300px;
	background-color: #BAA88E;
}

/*Tablet View*/

@media (min-width: 768px){
	
	body {
		max-width: 778px;
	}
	
	.style-nav ul li {
		display: inline-block;
	}
	
	.style-nav ul {
	text-align: right;
	}
	
	h1 {
		font-size: 40px;
		margin-bottom: 90px;
	}
	
	h2 {
		margin-bottom: 16px;
	}
	
	.col-md-one-half {
		width: 50%;
	}
	
	.col {
		float: left;
		padding: 0px 0px 14px;
	}
}

/*Desktop View*/

@media (min-width: 1024px){
	
	body {
		max-width: 1024px;
	}
	
	.style-logo {
		float: left;
	}
	
	.style-nav {
		float: right;
	}
	
		.col-lg-three-quarters {
	width: 75%;
	}
	
	.col-lg-one-fourth {
	width: 25%;
	}
}
