body {
   /* background-color:#DFE0E0;  */
    

 
}
.back1
{
	position:absolute;
	height:300px;
	opacity: 0.5;
	
	z-index:-1;
	left:0px; top:0px;
  
}
/* @media screen and (min-width: 600px) { */
  /* body { */
    /* zoom:100%; */
  /* } */
/* } */

/* @media only screen and (max-width: 1000px) { */
  /* body { */
    /* zoom:200%; */
  /* } */
/* } */
.topnav {
  overflow: hidden;
  background-color: #595959;
}

.topnav a {
  float: right;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 20px;
  text-decoration: none;
  font-size: 16px;
  height:26px;
  

}

.topnav a:hover {
  background-color: #ddd;
  color: black;
}

.topnav a.active {
  background-color: #2082BA;
  color: white;
}

.topnav .icon {
  display: none;
}

@media screen and (max-width: 1000px) {
  .topnav a:not(:nth-child(1)) {display: none;}
  .topnav a.icon {
    float: left;
    display: block;
  }
}

@media screen and (max-width: 1000px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    left: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: right;
  }
}


.container {
  display: inline-block;
  cursor: pointer;
}

.bar1, .bar2, .bar3 {
  width: 40px;
  height: 4px;
  background-color: white;
  margin: 4px 0;
  transition: 0.4s;
}

.change .bar1 {
  -webkit-transform: rotate(-45deg) translate(-5px, 2px);
  transform: rotate(-45deg) translate(-5px, 2px);
}

.change .bar2 {opacity: 0;}

.change .bar3 {
  -webkit-transform: rotate(45deg) translate(-8px, -8px);
  transform: rotate(45deg) translate(-8px, -8px);
}

.pic1container
{
	position: relative;
  text-align: center;
  color: white;
 
}
.pic1
{
	
}
.pic2
{
	
}
.pic3
{
	
}
.pic4
{
	
}











