@import url('../interface/interface.css')


html{
	font-size: 7.5px;
	color: white;
	overflow-x: hidden; 
}


body{

	margin: 50px 0 0 0 ;
	overflow-x: hidden; 
	/*background-size: contain;*/	
}

h1, h2, h3, h4, h5, h6, ul li, a {
	font-family: 'Special Elite', cursive;
	color: #FFF000;
}


ul{
	list-style: none;
}

ul li{
	font-size: 2rem;
	font-weight: bold;
	margin-bottom: 0.2rem;
}

main li{
	list-style: disc;
	font-size: 1.5rem;
	margin-left: 2rem;
}

label{
	color: white;
}

form textarea{
	width: 100%;
}

.req{
	color: red;
}

#calender{
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
}


#testimonials{
	height: 520px;
	margin-top: 2rem;
}

#testimonials header{
	background-color: black;
	width: 90%;
}

#testimonials ul{
	position: relative;
}

#testimonials-list{
	width:90%;
	margin: 0 auto;

}

#testimonials-list li{
	list-style: none;
}
/*Correct spelling!*/

#testimonals-list-fixed li{
	padding: 10px;
	margin-bottom: 10px;
	list-style: none;
}

#testimonals-list-fixed button{
	margin-top: 1rem;
}

.testimonial{
	position: absolute;
	left: 0;
	top: 0;
	visibility: hidden;
	opacity: 0;
	transition: opacity 2s;
}

.show{
	visibility: visible !important;
	opacity: 1 !important;
}

.headings .twelve.columns h2{
	margin-bottom: 0;

}

.headings{
	margin-top: 0;
	color: white;
	text-align: center;
}


.headings .columns{
	background-color: black;
}

.headings h1{
	font-family: 'Special Elite', cursive;
	font-size: 3rem;
	color: white ;
}

p{
	font-size: 1.5rem;
	font-family: Interface, sans-serif;
	color: white;

}

h2{
	font-size: 2.5rem;
}

h3{
	font-size: 2rem;
}

h4{
	font-size: 1.75rem;
}

button{
	background-color: black;
	color: white;
	border: 1px solid #FFF000 ;
	margin-bottom: 1rem !important;
	outline: none;
	text-decoration: none;
}

a{
	text-decoration: none;
	outline: none;
}

h3 a{
	text-decoration: underline;
}

a:hover{
	color:white;
}

.medium-button{
	width: 300px;
}

button a:hover{
	color: #FFF000;
}

.container{
	padding: 1rem 0 0 0 ;
	background-color: black;
}


.columns{
	border-radius: 10px;
	margin: 0 0 2rem ;
	background-color: black;
	padding: 1rem 1rem;

}

.columns.img-container{
	padding: 0;
}

.img-container img{
	display: block;
	max-width:100%;
	margin: 0 auto;
}

#bios .img-container{
	margin-right: 2%
}

.bwImage{
	filter: gray;
	filter: grayscale(100%);
}

#contact-form-container iframe{
	width: 100%;
	border-radius: 10px;
}

.iframe-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 35px;
    height: 0;
    overflow: hidden;
}

.iframe-container iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}

.two-button-group{
	width:80%;
	margin: 1rem auto;

}

.two-button-group button{ 
	text-align: center;
	width: 40%;
	padding: 0; 
	margin-left: 2rem;

}

.horizontal-checks-bw{
	width: 100%;
	height: 25px;
	border: 0;
	margin: 0;
	padding: 0;
	background-image: linear-gradient(to right, black 0%, black 10%, white 10%, white 20%, black 20%,
				black 30%, white 30%, white 40%, black 40%, black 50%, white 50%, white 60%, 
				black 60%, black 70%, white 70%, white 80%, black 80%, black 90%, white 90%, 
				white 100%, black 100%);
	background-image: -webkit-linear-gradient(left, black 0%, black 10%, white 10%, white 20%, black 20%,
				black 30%, white 30%, white 40%, black 40%, black 50%, white 50%, white 60%, 
				black 60%, black 70%, white 70%, white 80%, black 80%, black 90%, white 90%, 
				white 100%, black 100%); 
	background-image: -moz-linear-gradient(left, black 0%, black 10%, white 10%, white 20%, black 20%,
				black 30%, white 30%, white 40%, black 40%, black 50%, white 50%, white 60%, 
				black 60%, black 70%, white 70%, white 80%, black 80%, black 90%, white 90%, 
				white 100%, black 100%);
}
header{
	background-color: white;


}
nav{
	background-color: black;
	width: 100%;
	padding: 10px;
	margin-bottom: 10px;
	height: 35px;
	position: -webkit-sticky;
	position: -moz-sticky;
	position: fixed;
	top: 0;
	z-index: 100;


}

nav ul{
	/*width: 100%;*/
	border-radius: 0 0 10px 10px;
	padding-left: 2rem;
	background-color: black;
	margin: 35px 0 0 0 ;
	left: 0;
	position: absolute;
	z-index: 100;
}

nav ul li{
	font-size: 2rem ;
	display: inline-block;
	width: 100%;
}

nav ul li a{
	text-decoration: none;
	color: white;
	text-align: left;
	visibility: hidden;
	opacity: 0;
	padding: 2px;
	transition: opacity, 0.2s;
	-webkit-transition: opacity, 1s;
	-moz-transition: opacity, 1s;
}

nav ul li a:hover{
	color: #FFF000;
}

.social-buttons{
	font-size: 2rem;
	color: white;
}

.active{
	background-color: white !important;
	color: black !important;
}
.mobile-hide{
	display: none;
	height: 0;
}

.icon{
	float:left;
}

.icon:hover{
	cursor: pointer;
}

.icon hr{
	width: 40px;
	border-top: 2px solid white;
	border-radius: 100px;
	margin: 0.8rem 0 0.8rem 0;
}

.dropdownHide{
	height: 0px;
	visibility: hidden;
	opacity: 0;
	transition: all, 0.2s;
	-webkit-transition: all, 0.2s;
	-moz-transition: all, 0.2s;
}

.dropdown{
	height: 300px;
	visibility: visible;
	opacity: 1;
	transition: all, 0.2s;
	-webkit-transition: all, 0.2s;
	-moz-transition: all, 0.2s;
}

.dropdown-menu{
	position: relative;
	border-radius: 0 0 10px 10px;
	background-color: black;
}

.dropdown-menu li{
	display: block;
	width: 100%;
		
}

.dropdown-menu-item{
	display: block;
	position: absolute;
	border-radius: 0 0 10px 10px;
	background-color: black;
	height: 0px;
	visibility: hidden;
	opacity: 0;
	transition: all 0.3s
	
}

.img_block .img-container{
	margin-bottom: 2rem

}

td{
	/*border: 1px solid white;*/
	border: none;
	text-align: center
}

#gallery-slideshow{
	display: none;
}

/*PLay/pause button for testimonials slideshow*/

#playpause{
	position: absolute;
	color: white;
	bottom: -120px;
	left: 300px;
	font-size: 10rem;
	z-index: 100;
}

#playpause i{
	opacity: 0;
	visibility: hidden;
	transition: all, 1s;
	z-index: 100;
}

/*PLay/Pause Button for gallery slide show*/
#gal-playpause{
	color: white;
	left: 32.5%;
	width: 100px;
	top: 100px;
	position: relative;
	font-size: 10rem;
	z-index: 100;

}

#gal-playpause i{
	z-index: 100;
	opacity: 0;
	visibility: hidden;
	transition: all, 1s;
}

#static-galery img{
	width: 100%;
	-webkit-box-shadow: 0px 0px 12px 3px rgba(255,255,255,1);
	-moz-box-shadow: 0px 0px 12px 3px rgba(255,255,255,1);
	box-shadow: 0px 0px 12px 3px rgba(255,255,255,1);

}
/*Utility Classes*/

.center{
	display: block;
	margin: auto;
}

.shadow{
	-webkit-box-shadow: 0px 0px 6px 3px rgba(255,255,255,1);
	-moz-box-shadow: 0px 0px 6px 3px rgba(255,255,255,1);
	box-shadow: 0px 0px 6px 3px rgba(255,255,255,1);
}
.no-shadow{
	-webkit-box-shadow:none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
}

.bold{
	font-weight: 800;
}

.center-text{
	text-align: center;
}

#gallery-slideshow{
	display: block;
	width: 100%;
	margin: 0 0 10rem 0;
	height: 500px;


}

#gallery-slideshow img{
	width: auto;
	margin: 0 auto;
	height: 100%;
}

#gallery-slideshow ul{
	position: relative;
	left: 10%;

}

#gallery-slideshow li{
	width: 600px;
	height: 400px;
	text-align: center;
	position: absolute;
	left: 0;
	top: 0;
	visibility: hidden;
	opacity: 0;
	transition: all 1s;
	list-style: none;
	overflow: hidden;

}


.back,
.forward{
	color: white;
	font-size: 3rem;
	width: 5%;
	text-align: center;
}

.back{
	float: left;
}

.forward{
	float: right;
}



/*Larger than Mobile*/

@media (min-width: 400px) {
	.container{
		width:100%;
	}
}

/* Larger than tablet */
@media (min-width: 800px) {

	body{
		background-image: url("../img/background.jpg");
		background-size: cover;
		background-repeat: none;
		background-attachment: fixed;
	}

	.desktop-hide{
		display: none !important;
	}

	.mobile-show{
		display: none;
		width: 0;
		height: 0;
	}
	.icon{
		display: none;
	}

	body{
		margin: 0;
	}

	nav{
		position: static;
		padding-right: 0;
		width: 99%;
	}
	header{
		max-width: 960px;
		margin: 0 auto;
	}
	nav ul{
		width: auto;
		padding: 0;
		position: relative;
		margin: 2px auto;
		z-index: 1;
		/*text-align: center;*/
	}

	nav ul li{
		width: 17%;
		font-size: 1.6rem;
		text-align: center;
	}
	nav ul li a{
		text-decoration: none;
		
		visibility: visible;
		opacity: 1;
	}

	.social-buttons{
		width: 10%;
	}

	.social-buttons i:first-of-type{
		margin-right: 10px;

	}

	.dropdownHide{
		height: 30px;
		visibility: visible;
		opacity: 1;
	}
	nav ul li.mobile-hide{
		display: inline-flex;
	}

	.container{
		padding: 0 3rem
	}

	.horizontal-checks-bw{
		background-image: linear-gradient(to right, black 0%, black 5%, white 5%, white 10%, black 10%,
				black 15%, white 15%, white 20%, black 20%, black 25%, white 25%, white 30%, black 30%,
				black 35%, white 35%, white 40%, black 40%, black 45%, white 45%, white 50%, black 50%,
				black 55%, white 55%, white 60%, black 60%, black 65%, white 65%, white 70%, black 70%,
				black 75%, white 75%, white 80%, black 80%, black 85%, white 85%, white 90%, black 90%,
				black 95%, white 95%, black 95%, white 95%); 
	background-image: -webkit-linear-gradient(left, black 0%, black 5%, white 5%, white 10%, black 10%,
				black 15%, white 15%, white 20%, black 20%, black 25%, white 25%, white 30%, black 30%,
				black 35%, white 35%, white 40%, black 40%, black 45%, white 45%, white 50%, black 50%,
				black 55%, white 55%, white 60%, black 60%, black 65%, white 65%, white 70%, black 70%,
				black 75%, white 75%, white 80%, black 80%, black 85%, white 85%, white 90%, black 90%,
				black 95%, white 95%, black 95%, white 95%); 
	background-image: -moz-linear-gradient(left, black 0%, black 5%, white 5%, white 10%, black 10%,
				black 15%, white 15%, white 20%, black 20%, black 25%, white 25%, white 30%, black 30%,
				black 35%, white 35%, white 40%, black 40%, black 45%, white 45%, white 50%, black 50%,
				black 55%, white 55%, white 60%, black 60%, black 65%, white 65%, white 70%, black 70%,
				black 75%, white 75%, white 80%, black 80%, black 85%, white 85%, white 90%, black 90%,
				black 95%, white 95%, black 95%, white 95%); 

	}

	

	#testimonials{
	height: 300px;
	margin-top: 2rem;
}


}


.bottom-banner{
	padding: 10px;
	background-color: black;
/*	max-width: 960px;*/
	height: 175px;
	width: 100%;
	position: fixed;
	bottom: 0px;
	z-index: 1000;
	margin: 0 auto;
}