.image-nav{
    width: 35%;
    margin-left: 1%;
}

.nav {
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: fixed;
    top: 0;
    width: 100%;
    overflow: hidden;
    border: 1px solid #e7e7e7;
    background-color: #f3f3f3;
    z-index:1;
}

.nav2 {
    float: left;
}

.nav3 {
    display: block;
    color: #666;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}


.nav3:hover:not(.active) {
    background-color: #ddd;
}


.nav3 .active {
    color: white;
    background-color: #4CAF50;
}

.centered {
    position: absolute;
    top: 2%;
    left: 2%;
    right: 55%;
    transform: translate(0%, 0%);
    border: #4CAF50;
    border-style: solid;
}

@media only screen and (max-width: 890px){
   .nav{
       display: none;
   }

   
}