
   
	
body{
     max-width: 1110px;
    min-width: 450px;
	background: #fff;
	text-align: center;
	margin: 0 auto; 
	height:3800px;
	}


#checkbox1,
.toggle {
  display: none;
  
}




.menu {
   max-width: 1110px;
    min-width: 450px;
  height: 20px;
  border-radius:2px;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  list-style-type: none;
 
   
}

.menu li a {
  text-decoration: none;
  align-self: center;
  border-radius:1px;
  font-size: 10px;
  transition: background .2s linear;
  text-align: center;
  max-width: 1110px;
    min-width: 450px;
	
}

@media screen and (max-width: 600px) {
.menu li a {
    font-size: 10px;
	text-align:center;
	 max-width: 1110px;
    min-width: 450px;
  }
  

  
}

@media screen and (max-width: 550px) {
  .toggle {
    clear: both;
    display: block;
    text-align: center;
    font-size: 10px;
    line-height: 40px;
    cursor: pointer;
    width: 100%;
    height: 40px;
    font-size: 15px;
    color: #595959;
    background: #dbdbdb;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    transition: all .1s linear;
	
	
	
  }
  .toggle:hover {
    background: #cecece;
  }
   #checkbox1:checked + label .demo li {
    opacity: 1;
    visibility: visible;
    transition: all .7s linear;
	
  }

  #checkbox1:checked + label .demo {
    height: 200px;
  }
  .menu {
    text-align:center;
    border-radius: 0px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    height: 0px;
    transition: height .3s linear;
	
  }
  .menu li {
    display: flex;
    /* magic */
    align-self: center;
    width: 95%;
    opacity: 0;
    visibility: hidden;
	 max-width: 1110px;
    min-width: 450px;
  }
  .menu li a {
    width: 95%;
    text-align: center;
    align-self: center;
    align-content: center;
	 max-width: 1110px;
    min-width: 450px;
  }
}

.demo {
  background: #transparent;
  max-width: 1110px;
    min-width: 450px;
  margin-top:30px;
}

.demo li a {
  color:#ADC795;
}
.demo li a:hover {
   color:#fff;
    

}
.images a{
  text-decoration: none;
  font-size: 10px;
  font-family:"arial";
  color:#ccc;	
  text-align:center;  

} 

.images p{
  text-decoration: none;
  font-size: 10px;
  font-family:"arial";
  color:#ccc;	
  text-align: center;
 
} 
  