@charset "utf-8";



#header, footer {
	position:relative;
	text-align:center;
	left: auto;
	height: 50;
	width: auto;
	padding-top:25px;
	border: thick ridge #F90;
	background-color:#6CF;
	overflow: visible;
		
}

body {
	font-family: open Sans, Arial, sans-serif;
	overflow-x: hidden;
	margin: 0;
	background:url(../images/halfwater.jpg) 100%;
	background-repeat:no-repeat;
		
}

#main {
	width: 40%;
	margin: 25px;
	float:left;
}

#image {
	width:100%;
	margin: 5px;
	float:left;
	}
#video {
	width: 40%;
	margin:25px;
	float: right;
		
}

iframe {
	moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  border-radius: 12px;

  -moz-box-shadow: 4px 4px 14px #000;
  -webkit-box-shadow: 4px 4px 14px #000;
  box-shadow: 4px 4px 14px #000;
}
	

.logo {
	text-indent: -999999px;
	background: url(../images/NexComp.png);
	background-repeat:no-repeat;
	width: 250px;
	height: 150px;
	margin-right:auto ;
	margin-left:auto ;
}
	
		
ul {
    list-style-type: none;
	text-align:center;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #333;
	position:fixed;
	top: 140;
	width: 100%;
}

li {
    display:inline;
}

li a {
    display: inline-block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

li a:hover:not(.active) {
    background-color: #F90;
}

.active {
	background-color:#F90;
}


.navleft {
	position: fixed;
	z-index:1000;
	top: 140;
	left: 0px;
	bottom: 0;
	width: 150px;
	background:#F93;
	transform: translate3d(-200px, 0, 0);
	transition: transform 0.4s ease;
	
	}
	

.navleft ul1 {
	list-style:none;
	margin-top: 100px;
}
.navleft ul1 li1 a {
	text-decoration:none;
	display:block;
	text-align:center;
	color:#FFF;
	padding: 30px 0;
	
}

.navleft a:hover:not(.active) {
    background-color:#39F;
}



.nav-toggle-btn {
	display:block;
	position:absolute;
	left:200px;
	width:80px;
	height:36px;
	background:#FFF;
	text-align:center;
	list-style-type:none;
	text-align:center;
	text-decoration:none;
	text-shadow:2px 2px 4px #333;
	text-transform:capitalize;
	padding-top:10px;
		
			
}

.active-nav .navleft {
	transform: translate3d(0, 0, 0);
}

.content {
	height: 800px;
	text-align:center ;
	transition: transform 0.4s ease;
	margin: 40px;
	background-color:#FFF;
	border: 2px solid black;
	opacity: 0.6;
	filter: alpha(opacity=60);
		
}

.content p {
	margin: 5%;
	font-weight:bold;
	color:#000;
}
.active-nav .content {
	transform: translate3d(200px, 0, 0);
}

.navright {
	position: fixed;
	z-index:1000;
	top: 140;
	right: 0px;
	bottom: 0;
	width: 150px;
	background:#F93;
	transform: translate3d(200px, 0, 0);
	transition: transform 0.4s ease;
	list-style-type: none;
	
	}
	

.navright ul2 {
	list-style: none;
	margin-top: 100px;
}
.navright ul2 li2 a {
	text-decoration:none;
	display:block;
	text-align:center;
	color:#FFF;
	padding: 30px 0;

}
.navright a:hover:not(.active) {
    background-color: #39F;
}


.nav-toggle-lbtn {
	display:block;
	position:absolute;
	right:200px;
	width:80px;
	height:36px;
	background:#FFF;
	text-align:center;
	list-style-type:none;
	text-decoration:none;
	text-shadow:2px 2px 4px #333;
	text-transform:capitalize;
	padding-top:10px;
	
		
}

.active-nav .navright {
	transform: translate3d(0, 0, 0);
}


.content #main li {
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
}
.content #main p {
	font-family: Georgia, "Times New Roman", Times, serif;
}

#social {
	text-align:right;
	position:relative;
	bottom: 25px;
	display:block;
	text-decoration:none;
	}

#botlink {
	
	bottom: 65px;
	text-decoration:none;
	text-align:left;
	color:#FFF;
	position:relative;
	padding-left:25px;
	
}

.button {
	background: #F93;
	border-bottom:solid #333;
	border-left:solid #333;
	border-right:solid #333;
	border-top:solid #333;
	color:#FFF;
	text-align: center;
	text-decoration:none;
	font-size: 16px;
	margin: 10px 30px;
	cursor: pointer;
	position:relative;
}

