body{
    background-color : whitesmoke;
}

.topnav {
    overflow: hidden;
    background-color: #333;
}
.topnav a {
    float: right;
    color: #f2f2f2;
    text-align: center;
    padding: 20.5px 16px;
    text-decoration: none;
    font-size: 17px;
}
.topnav a:hover {
    background-color: #ddd;
    color: black;
    transition: 0.2s;
    text-decoration: none;
}
.topnav a.logo {
    float: left;
    color: white;
}
.topnav a.logo2 {
    float: right;
    color: white;
}

.topnav a.logo:hover {
    background-color: #333;
}
.topnav .icon {
    display: none;
}
/* Header phone */
@media screen and (max-width: 900px) {
    .topnav a:not(:first-child) {display: none;}
    .topnav a.icon {
      float: right;
      display: block;
    }
    .gallery {
        display: block !important;
        -webkit-filter: grayscale(0);
        filter: grayscale(0);
        transition: .3s ease-in-out;
        padding-right: 1%;
        padding-left: 1%;
        padding-top: 5%;
    }
    .desc {
        font-size: 3vw !important;
    }
}
@media screen and (max-width: 900px) {
    .topnav.responsive {
        position: relative;
    }
    .topnav.responsive .icon {
      position: absolute;
      right: 0;
      top: 0;
    }
    .topnav.responsive a {
      float: none;
      display: block;
      text-align: left;
    }
}

@media screen and (max-width: 900px){
    footer {
      position: fixed;
      bottom: 0 i !important; 
      width: 100%;
      background-color: #000 !important;
    }
}

.text{
    padding-right: 2%;
}