html,header, footer, body, nav, div, img, a,ul, li, h1, h2, video{
	margin: 0;
	padding: 0;
	text-decoration: none;
	list-style-type: none;
	color: #000000;
	
	
}

html{
	font-size: 14px;
		
}
body{
	width: 100%;
	margin:0 auto;
	color: #000000;
	border: 0px;
	font-family: 'Titillium Web', sans-serif;
}
a:link, a:visited{
	color:#000000;
	font-size: 18px;
	font-weight: 700;
	transition: .2s color ease-in-out;
}
a:hover, a:active{
	color: #888;
}

/*styling content*/
main{
	padding: 0rem;
	
}
section>p{
	text-indent: 2.6rem;
}
footer{
    background: #00b4de; color: #fbfbfb;  text-align: center; padding: 2em 0;
}

/*styling the header part*/
.toggle-menu{
	display: none;
}
header{
	
}
.site-title img{
    width:100%;
	max-width: 200px;
	display: inline-block;
	vertical-align: middle;
	-webkit-filter: grayscale(90%);
	-moz-filter: grayscale(90%);
	filter: grayscale(90%);
}

.nav-list{
	display: flex;
	flex-flow: row;
	justify-content: space-between;
	align-items: center;
	white-space: nowrap;
	list-style-type: none;

	border: 0px
}
.nav-list > li {
	position: relative;
}

.nav-list>li:not(.has-logo)>a{
	text-transform: uppercase;
	display: block;
	padding:1rem;
}

.nav-list ul{
	position: absolute;
	z-index: 1010;
	background-color: #fff;
	line-height: 2rem;
	left: -9999px;	
}

.nav-list ul a{
	font-weight: normal;
	display: block;
	padding: .5rem 1rem;	
}

.nav-list > li:hover a + ul{
	left: 0;
	top:100%;
}

.mobile-display{
	display: none;
}

@media only screen and (max-width: 58.75rem){
	html{
		font-size: 13px;
	}
	body{
		width: 80%;
		margin: 0px 15px 0px 15px;
	}
	.has-logo{
		display: none;
	}
	.mobile-display{
		display: block;
		margin:2rem auto;
		text-align: center
	}
}
@media only screen and (max-width: 33.68rem){
	.toggle-menu{
		display: block;
		max-width: -webkit-min-content;
		max-width: -moz-min-content;
		max-width: min-content;
		margin: 1rem auto;
		background-color: #393939;
		text-align: center;
		color: #fff !important;
		padding: 1rem;
		border-radius: .25em;

	}

	.toggle-menu:hover{background-color: #f92266;}

	.nav-list{
		display: block;
		width: 100%;
		position: static;
		line-height: 1rem;
		z-index: 1012;
		left: 0;
		top:0;
		background-color: #fff;
		
		max-height: 0;
		overflow: hidden;
	
	}

	.active{
		max-height: 100%;
		overflow: auto;
	}


	.nav-list  ul{
		position: static;
		text-indent: 2rem;
		z-index: 1013;
	}
}

.videoWrapper {

	height: 100%;
	width: 100%;
}
.videoWrapper iframe {
	

	width: 100%;
	height: 100%;
}

.admintoggle{
    width:25%;
}

.video {

   position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background-color: #000000;
    background-size: cover; 
}

video::-webkit-media-controls-start-playback-button {
  display: none !important;
}

.videoWrapper2 {


}

.styldiv {
 background-color: #ffffff;
  opacity: 0.85;
}

.bodycontainer {
 display: flex;
  justify-content: center;
}

.middle {
    vertical-align: middle;
}


.introcontainer {
 background-color: #ffffff;
  opacity: 0.85;
	text-align: center;
	max-width: 600px;
	font-size: 25px;
	top: 50%;
  left: 50%;
  margin: 0 auto;
  
}



