@charset "utf-8";
/* CSS Document */
{
	box-sizing:border-box;
}
div.head{
	text-align:center;
	color:#FFF;
	font-size: 24px;
	padding-left: 1%;
	
}
div.sidenav {
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 1;
	top:0;
	left:0;
	background-color: #F9F ;
	overflow-x: hidden;
	transition: 0.5s;
	padding-top: 60px;
	margin:0.5%;
}
div.sidenav a {
	padding: 8px 50px 8px 32px;
	text-decoration: none;
	font-size: 35px;
	color: #000;
	display: block;
	transition: 0.3s;
	text-align:right;

}
div.sidenav a:hover {
	color: #fff;
}
div.sidenav closebtn {
	position: absolute;
	top: 50;
	right: 25px;
	font-size: 36px;
	margin-left: 50px;
	
}


body {background-color:#000;}

div.centertext { text-align:center; 
color:#FFF;
}
div.centertextvision { color:#FFF;float:left; text-align:left; margin-left:1px; margin-right:1px} 


div.fullscreen{ width:100%; height:auto}
<!--portfolio--->
div.gallery {
  border: 1px solid #ccc; float:left; width:180px;
}

div.gallery:hover { 1px solid #777;}

div.gallery img {
  width: 100%;
  height: auto;
}

div.desc {
  padding: 15px;
  text-align: center;
  color:#FFF;
}

* {
  box-sizing: border-box;
}

div.responsive {
  padding: 0 6px;
  float:left;
  width: 50%;
  margin-left:25%; margin-right:25%;
}

@media only screen and (max-width: 700px) {
 div .responsive {
    width: 100%;
    margin: 6px 0;
  }
}

@media only screen and (max-width: 500px) {
  div.responsive {
    width: 100%;
  }
}

div.clearfix:after {
  content: "";
  display: table;
  clear: both;
}
