@media only screen and (min-width: 481px)
{

    body{
        font-family: 'Roboto Slab', sans-serif;

    }

    .Mobil{
      display: none;

    }

    .box{
      position: relative;
    height: 150px;
     width: 100%;
    }

    .Topnav {
      background-image: url(Images/collect-bg.gif);
      background-size: cover;
      height: 150px;
      width: 100%;
      position: absolute;
      z-index: 1;
      top: 0;
      left: 0;
      background-color: #111;
      overflow-y: hidden;
      transition: 0.5s;
      
    }

    .banner{
      display: flex;
      flex-direction: row;
    }

    .ban{
      width: 10%;


    }

    .TB{
      font-size: 60px;
      margin-left: 2%;
      margin-top: 2%;
      color: rgb(255, 255, 255);

    }

    .HT{
      margin-top: 2%;
      font-size: 20px;
      text-align: center;



    }

    .closebtn {
      text-decoration: none;
      position: absolute;
      top: 20px;
      right: 45px;
      font-size: 60px;
      color: #858585;
      transition: 0.3s;
    }

    .closebtn:hover {
      
      color: #ffffff;
    }

    .Sum
{
width: 60%;
margin-left: 20%;
font-size: 40px;
justify-content: center;
text-align: center;
color: #f1f1f1;



}



    .Menu{
        display: flex;
        flex-direction: row;
        justify-content: center;
        font-size: 20px;
        margin-left: 5%;
        margin-top: 3%;
    }

    .Menu a{
      display: block;
        margin-right: 10%;
        
    }

    .Menu a:hover{
      transition: 0.3s;
      color: rgb(255, 247, 5);
      
      
    }

    .showcase{
        width: 100%;
        margin-top: 10%;
        display: flex;
        flex-direction: row;
        justify-content: center;


    }

    .Por{
        margin-left: 5%;
        width: 90%;
        justify-content: center;
    }

    .Image{
        position: relative;
    }

    .overlay {
      position: absolute;
      top: 5%;
      bottom: 0;
      left: 9%;
      right: 0;
      height: 90%;
      width: 82%;
      opacity: 0;
      transition: .5s ease;
      background-color: #000000;
    }

    .TO {
      color: white;
      font-size: 20px;
      position: absolute;
      top: 50%;
      left: 50%;
      transition: .5s ease;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      text-align: center;
    }


  .Image:hover .overlay {

      transition: transform .4s;
      transform: scale(1.1);
      opacity: .5;
     }
     
     .Image:hover{
     
      transition: transform .4s;
      transform: scale(1.1);
     }
     

  .T
  {
      margin-top: 2%;
      text-align: center;
  }

  .T:hover
  {
  color: brown;
  }
    
  .Contact{

    display: flex;
    flex-direction: row;
    margin-top: 5%;
    
    }
    
    .blu {
      width: 50%;


    }  

.info{
font-size: 40px;
text-align: center;
margin-left: 10%;
}





}


/*moblil*/

@media only screen and (max-width: 481px)
{

.Menu{
display: none;

}

.box{
  position: relative;
height: 155px;
 width: 100%;
}

.Topnav {
  background-image: url(Images/collect-bg.gif);
  background-size: cover;
  height: 155px;
  width: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #111;
  overflow-y: hidden;
  transition: 0.5s;
  
}

.HT{
  margin-top: 3%;
  font-size: 25px;
  text-align: center;



}

.Sum
{
font-size: 20px;
justify-content: center;
text-align: center;
color: #f1f1f1;



}

.closebtn {
  text-decoration: none;
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
  color: #858585;
  transition: 0.3s;
}

.closebtn:hover {
  
  color: #ffffff;
}


.banner{
  display: flex;
  flex-direction: row;
}

.ban{
  width: 40%;


}

.TB{
  font-size: 50px;
  margin-left: 2%;
  margin-top: 2%;

}


    .showcase{
        width: 100%;
        margin-top: 5%;
        display: flex;
        flex-direction: column;
        justify-content: center;



    }

    .Por{
        margin-left: 5%;
        width: 90%;
        justify-content: center;
    }

    .Image{
      position: relative;
      margin-top: 10%;
  }

  .overlay {
      position: absolute;
      top: 5%;
      bottom: 0;
      left: 9%;
      right: 0;
      height: 90%;
      width: 82%;
      opacity: 0;
      transition: .5s ease;
      background-color: #000000;
    }

    .TO {
      color: white;
      font-size: 20px;
      position: absolute;
      top: 50%;
      left: 50%;
      transition: .5s ease;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      text-align: center;
    }


  .Image:hover .overlay {

      transition: transform .4s;
      transform: scale(1.1);
      opacity: .5;
     }
     
     .Image:hover{
     
      transition: transform .4s;
      transform: scale(1.1);
     }
     

  .T
  {
      margin-top: 2%;
      text-align: center;
  }

  .T:hover
  {
  color: brown;
  }

.overlayMenu {
        height: 100%;
        width: 100%;
        display: none;
        position: fixed;
        z-index: 1;
        top: 0;
        left: 0;
        background-color: rgb(0,0,0);
        background-color: rgba(0,0,0, 0.9);
        animation: fadeInAnimation ease 0.5s;
      }

      @keyframes fadeInAnimation {
        0% {
            opacity: 0;
        }
        100% {
            opacity: 1;
         }
    }
      
      .overlay-content {
        position: relative;
        top: 25%;
        width: 100%;
        text-align: center;
        margin-top: 30px;
      }
      
      .overlayMenu a {
        padding: 8px;
        text-decoration: none;
        font-size: 36px;
        color: #818181;
        display: block;
        transition: 0.3s;
        margin-top: 2%;
      }
      
      .overlayMenu a:hover, .overlay a:focus {
        color: #f1f1f1;
        margin-right: 5%;
      }
      
      .overlayMenu .closebtn {
        position: absolute;
        top: 20px;
        right: 45px;
        font-size: 60px;
      }

.icon{
  display: block;
width: 20%;
margin-left: 75%;


}

.Contact{

 
  margin-top: 5%;
  
  }

.blu {
  width: 100%;


}  

.info{
font-size: 30px;
text-align: center;

}




}