@media only screen and (min-width: 481px)
{

    body{
        font-family: 'Roboto Slab', sans-serif;

    }

    .Mobil{
      display: none;

    }


    .banner{
      display: flex;
      flex-direction: row;
    }

    .ban{
      width: 10%;


    }

    .TB{
      font-size: 60px;
      margin-left: 2%;
      margin-top: 2%;

    }


    .Menu{
        display: flex;
        flex-direction: row;
        justify-content: center;
        font-size: 20px;
        margin-left: 5%;
        margin-top: 3%;
    }

    .Menu a{
        margin-right: 10%;
    }

    .Menu a:hover{
      transition: 0.3s;
      color: rgb(255, 247, 5);
      
      
    }


    .PlaceShowcase{
        width: 100%;
        margin-top: 10%;
        display: flex;
        flex-direction: row;


    }

    .Por{
        width: 50%;
        margin-left: 5%;
        transition: transform .4s;
    }

    .Por:hover
{
  transform: scale(1.1);


}

.Bio{
    margin-left: 5%;
    display: flex;
    flex-direction: column;


}

.TH{
font-size: 40px;

}

.De{
font-size: 20px;
margin-top: 5%;
}

.Gallery{
    margin-top: 3%;
    display: flex;
    flex-direction: row;
    width: 25%;
}

.desM{
  display: none;
}   







}


/*moblil*/

@media only screen and (max-width: 481px)
{

.Menu{
display: none;

}

.Gallery{
    display: none;
}

.banner{
    display: flex;
    flex-direction: row;
  }

  .ban{
    width: 40%;


  }

  .TB{
    font-size: 50px;
    margin-left: 2%;
    margin-top: 2%;

  }


  .PlaceShowcase{
    width: 50%;
    margin-top: 10%;
    display: flex;
    flex-direction: row;


}

.Por{
    width: 100%;
    margin-left: 5%;
    transition: transform .4s;
}

.Por:hover
{
transform: scale(1.1);


}

.Bio{
margin-left: 5%;
display: flex;
flex-direction: column;


}

.TH{
font-size: 40px;

}

.De{
font-size: 20px;
margin-top: 5%;
}

.desM{
font-size: 20px;
text-align: left;
width: 90%;
}

.des{
  display: none;
}
.MPor{
width: 250px;
height: 350px;

}

.GalleryM{
margin-top: 5%;
display: flex;
flex-direction: row;
width: 22%;
}

.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%;


}


}