@charset "UTF-8";
/* Body */
body {
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	background-color: #556C4A;
	color: white;
	margin: 0;
}
/* Container */

/* Header */
.header {
	padding-top: 15px;
   	height: 100px;
    	background-color: #556C4A;
}
#logo{
	height: 60px;
	padding-top: 10px;
}
.menu {
	letter-spacing: 20px;
	padding-right: 2%;
	padding-top: 31px;
	text-align: right;
	font-size: 18px;
	display: inline-block;
}
#youtubeLink{
	padding-right: 10%;
}
a:link{
	color: white;
	font-weight: lighter;
	text-decoration: none;
	letter-spacing: 1px;
}
a:hover{
	color: white;
	font-weight: lighter;
	text-decoration:underline;
	letter-spacing: 1px;
}
a:visited{
	color: white;
}

/* Feature Picture */
.feature{
	width: 100%;
	background-image: url("../images/IMG_7211.JPG");
	background-repeat: no-repeat;
	background-size:cover;
	background-attachment: fixed;

}
.gray{
	background:rgba(52,52,52,.6);
	padding-top: 50px;
	height: inherit;
}
h1{
	font-size:48px;
	margin-top: 0px;
	text-align: center;
}
h2{
	margin-top: 0px;
	text-align: center;
}
h3{
	text-align: center;
}
h4{
	font-size:20px;
	margin-top: 0px;
	margin-bottom: 50px;
	text-align: center;
	text-decoration: underline;
}

ul{
	margin: 0px;
	padding: 0px;
}
.tab{
	display: inline;
	background-color:rgba(85,108,74,.6);
	text-align: center;
	float: left;
   	margin-left: 10px;
    	margin-right: 10px;
	width: 300px;
}

.samplePic{
	padding: 10px;
	height: inherit;
	vertical-align: middle;
	width: 90%;
}
.selectedPicBox{
	background-color:rgba(85,108,74,.6);
	text-align: center;
	padding: 25px;
	height: 418px;
	margin-bottom: 30px;
	vertical-align: middle;
	width: 90%;
}
.selectedPic{
	margin-top: 15px;
	margin-bottom: 30px;
	vertical-align: middle;
	width: 100%;
}
.aboutBox{
	background-color:rgba(85,108,74,.6);
	padding: 25px;
	height: 418px;
	margin-bottom: 30px;
	vertical-align: middle;
	width: 90%;
}

h4{
	margin: 0px;
	padding: 0px;
}
p.about{
	text-align: center;
}

.sampleBox{
	background-color: rgba(82,90,68, .80);
	width: 90%;
	float: right;
	margin-top: 15px;
	border: solid rgba(82,90,68, 1.00);
	padding: 10px;
}
.singleSample{
	background-color: rgba(62,62,62,0.87);
	border: solid rgba(82,90,68, 1.00);
	padding: 0px 5px;
	height: 75px;
	margin-bottom: 5px;
}
.emptySample{
	border: solid rgba(82,90,68, 0.00);
	padding: 0px 5px;
	height: 75px;
	margin-bottom: 5px;
}
.sampleTitle{
	margin: 10px 5px;
	width: 80%;
	float: left;
}
audio{
	width: 80%;
	margin-left: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	height: 25px;
}
.button {
	width: 13%;
	margin: 5px 1px;
	margin-right: 5px;
	padding: 5px;
	float: left;
	text-align: center;
	border-radius: 0px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
	letter-spacing: 2px;
	border: 3px solid #FFFFFF;
	color: #FFFFFF;
	transition: all 0.3s linear;
}
.button:hover {
	background-color: #556C4A;
	color: #FFFFFF;
	cursor: pointer;
}
.button:active {
	
}
#popupBox {
	background-color: rgba(82,90,68, .80);
	width: 90%;
	float: center;
	margin-top: 15px;
	border: solid rgba(82,90,68, 1.00);
	padding: 10px;
}

.copyright {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: lighter;
	letter-spacing: 2px;
	border-top-width: 2px;
}
footer {
	background-color: #B3B3B3;
	padding-top: 60px;
	padding-bottom: 60PX;
}


/* Mobile */
@media (max-width : 400px ){
.header{
	width:100%;
	height:70px;
	}
#logo{
	align-self: center;
	}
.menu {
	letter-spacing: 20px;
	text-align: center;
	display: none;
}

.backgroundimg{
	width:500px;
	height:inherit;
	margin-left: -18%;
}

}

/* Small Tablets */
@media (min-width : 400px ) and ( max-width : 1006px ){

.menu {
	letter-spacing: 20px;
	text-align: right;
}

}
