 @charset "utf-8";
/* CSS Document */


  body, html {
	width: 100%;
	height:100%;
	margin: 0;
	font-family:Tahoma, Geneva, sans-serif;
	 overflow-x: hidden;
	 text-align:left;
	 color:#fff;
	 background-image:url(../images/cell.png);
	background-repeat:repeat;


}
/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding: 0;
	margin: 0;
}

li {
	list-style:none;
	padding-top: 12px;
}



a:link {
	font-weight:bold;
	font-style:italic;
	color:#F9A022;
	text-decoration: none;
}
a:visited {
	color:#F9A022;
	text-decoration: none;
}
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	font-weight:bold;
	color:#Fff;
	text-decoration: none;
}
.homepage {
	width:96%;
	padding:30px 2%;
	margin:1px auto;
	text-align:left;
	
}

.homepage img {
    margin:30px 5% 10px 10%;
	float: left;
	width:46%;
	box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.2), 0 8px 22px 0 rgba(0, 0, 0, 0.19);
}


h1 {
	color:#F9A022;
	font-size:1.6em;
	line-height:1.4em;
	font-weight: bold;
	padding: 20px 0 20px 0;
}


.left {
    float:left;
	margin-right:5%;
	
}

.leftSmall {
    float:left;
	margin-right:5%;
	width:30%;
	
}
.right {
    float:right;
	margin-left:5%;
}

.rightSmall {
    float:right;
	margin-left:5%;
	width:30%;
}

.button {
    float:right;
	margin-right:10%;
	margin-top:-50px;
	margin-bottom:0;
	width:20%;
}


.description {
	padding: 30px 10%;
	font-size:1em;
	line-height:1.4em;
	font-weight: 200;
	text-align:left;

	
}


.description h2{
	
	font-size:1.4em;
	line-height:1.5em;
	font-weight: bold;
	text-align:left;

	
}
.cleardiv{
	width:100%;
	height:1px;
	margin:0 auto;
	clear: both; /* this clear property forces the .container to understand where the columns end and contain them */
	}


.description img {
    float:left;
	width:100%;

	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}




figure {
  width: 44%;
  margin: 30px 0;
  padding: 0;
  text-align: center;
  font-style: italic;
  font-size: smaller; 

}




.title {
	width:100%;
	left:0;
	margin:0 auto;

	z-index:5;
}
.title img {
    padding:10px 25% 0 25%;
	width:40%;
background-color:#24513c;
 background-image:url(../images/cell.png);
	background-repeat:repeat;	
}





.wrapper {
	position: relative;
	width: 100%;
	left: 0;
	max-width: 1720px;
	

	-webkit-transition:  left 0.4s ease-in-out;
	-moz-transition:  left 0.4s ease-in-out;
	-ms-transition:  left 0.4s ease-in-out;
	-o-transition:  left 0.4s ease-in-out;
	transition:  left 0.4s ease-in-out;
}
#menubar {
	z-index:1;
	background:#F9A022;
	
	width: 100%;
	min-width:194px;
	height: 100%;
	left: 0px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
#menubar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#menubar ul li {
	margin: 0;
}
#menubar ul li a {
	padding: 15px 20px;
	font-size: 1.1 em;
	font-style:normal;
	color: white;
	text-decoration: none;
	display: block;
	border-bottom: 1px solid #24513c;
	-webkit-transition:  background 0.3s ease-in-out;
	-moz-transition:  background 0.3s ease-in-out;
	-ms-transition:  background 0.3s ease-in-out;
	-o-transition:  background 0.3s ease-in-out;
	transition:  background 0.3s ease-in-out;
}
#menubar ul li:hover a {
	background: #24513c;
	color:#F9A022;
}

.footer {
	margin-top: 100px;
	padding: 100px 0;
	color:#F9A022;
	width:100%;
	font-weight:bold;
	position: relative;
	text-align: center;
	clear: both; /* this clear property forces the .container to understand where the columns end and contain them */
}



.footer a:link {
	font-weight:bold;
	color:#F9A022;
	text-decoration: none;
}
.footer a:visited {
	color:#F9A022;
	text-decoration: none;
}
.footer a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	font-weight:bold;
	color:#FFF;
	text-decoration: none;
}

#nav2 {
	display:none;
}
#nav1 {
	width:20%;
	display:inline-block;
	float:left;
	height:auto;
	background-color:#F9A022;
	margin-top: -9999px;
	margin-bottom: -9999px;
	padding-top: 9999px;
	padding-bottom: 9999px;
}
.container {
	width:80%;
	float:left;
	
}

.invisible {display:none;}

.sm{
	backgound-color:white;
	margin 0 auto;
	padding-top:10px;
	text-align:center
	}

ul.NLlist {list-style-type: square;}
li.NLlist {list-style-type: square;}

.contentphotos{
	width:100%;
	margin:0 auto;
	text-align:center;
	}
.contentphotos img {
 width:90%;
 padding:20px;
 max-width:1500px;
 margin:0 auto;
 float:none;
}



 @media only screen and (max-width: 978px) {

.wrapper {
	position: relative;
	width: 100%;
	left: 0;
	overflow:visible;
	-webkit-transition:  left 0.4s ease-in-out;
	-moz-transition:  left 0.4s ease-in-out;
	-ms-transition:  left 0.4s ease-in-out;
	-o-transition:  left 0.4s ease-in-out;
	transition:  left 0.4s ease-in-out;
}
 .container {
 width:100%;
}

 #nav1 {
display:none;
}
 #nav2 {
display:block;
}




 .wrapper.open-sidebar {
 left: 240px;
}
      
 /*     .swipe-area {
          position: absolute;
          width: 100px;
          left: 0;
      top: 0;
          height: 100%;
          background: #f3f3f3;
          z-index: 0;
      }*/
	  
	  
 #sidebar {
 background:#F9A022;
 position: absolute;
 width: 240px;
 height: 100%;
 left: -240px;
 box-sizing: border-box;
 -moz-box-sizing: border-box;
 z-index:99;
}
 #sidebar ul {
 margin: 0;
 padding: 0;
  background:#F9A022;
 list-style: none;
}
 #sidebar ul li {
 margin: 0;
}
 #sidebar ul li a {
 padding: 15px 20px;
 font-size: 1.1 em;
font-style:normal;
 color: white;
 text-decoration: none;
 display: block;

border-bottom: 1px solid #24513c;
 -webkit-transition:  background 0.3s ease-in-out;
 -moz-transition:  background 0.3s ease-in-out;
 -ms-transition:  background 0.3s ease-in-out;
 -o-transition:  background 0.3s ease-in-out;
 transition:  background 0.3s ease-in-out;
}
 #sidebar ul li:hover a {
 background-color:#24513c;
 color:#F9A022;
}
 .main-content {
 width: 100%;
 height: 100%;
 padding: 1%;
 color:#333;
 background-color:transparent;
 box-sizing: border-box;
 -moz-box-sizing: border-box;
 position: relative;
}
 .main-content #sidebar-toggle {
 display: block;
 position: relative;
 margin:0;
 padding:0;
 top:0;
 left:0;
 float: left;
 z-index:99;
}
 .main-content #sidebar-toggle .bar {
 display: block;
 width: 18px;
 margin-bottom: 3px;
 height: 2px;
 background-color: #fff;
 border-radius: 1px;
}
 .main-content #sidebar-toggle .bar:last-child {
 margin-bottom: 0;
}
 .main-content #sidebar-toggle {
 background: #F9A022;
 border-radius: 3px;
 display: block;
 position: relative;
 margin:1%;
 padding: 10px 7px;
 float: left;
 z-index:99;
}
 .fullscreen {
 width:60%;
 margin:0 auto;
}
 .fullscreen img {
 width:100%;
 padding:10px 0;
 margin:0;
}

 .photos img {
 width:80%;
 padding:20px 10px 0 20px;
 float:left;
}



	
 
}
