/* Media Queries */



/* 768px */
/*@media only screen and (min-width: 768px) and (max-width:1024px) {
background-color: #F09;}  */


  @media only screen and (min-width:1025px) {

.Boxtype{
  margin-left: 8%;
  margin-right: 8%;
  text-align: center;}

img { width: 100%; }
nav select {display: none;}
}


  @media only screen and min-width: 768px {

nav ul{display: inline-block;}

nav select{display: none;}

img { width: 50%; }
}

  @media only screen and max-width: 480px{

nav select{display: inline-block;}
nav{display: none;}
#navigation{display: none;}

.Boxtype{
  display: flex;
  justify-content: center;
  border: solid;
    background-color: brown;
    color: white;
    padding: 1%;
    text-align:center;
    font-size: 20px;
    width: 20% auto;}

  img { width: 20%; }
 }
