.topnav{
    background-color: rgb(152, 134, 81);
    position: relative;
    display: flex;
    padding: 1px;
    margin-bottom:0px;

    border-color:rgb(152, 134, 81);
    border-style: solid;
    border-width: 2px;
}

#nav-buttons{
    margin-right: 50px;
}

#contact-details{
    padding:0px 0px 0px 20px;
}

.contact-detail{
    font-family: Arial, Helvetica, sans-serif;
    display: flex;
    align-items: center;
}

.contact-img{
    width:20px;
    height: 20px;
    max-width: auto;
    min-width: 20px;
    max-height: auto;
}

.contact-txt{
    padding-left: 10px;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    color: rgb(35, 35, 36);
}

.nav-button{

    border-style: solid;
    border-width: 3px;
    border-color: rgb(35, 35, 36);

    text-decoration: none;
    font-family: "Libre Franklin";
    color:rgb(35, 35, 36) ;

    padding: 10px;

    background: linear-gradient(to right, rgb(35, 35, 36) 50%, rgb(243, 243, 242) 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    transition: all .4s ease-out;
}

.nav-button:visited{
    text-decoration: none;
    color: (35, 35, 36);
}

.nav-button:hover{
    color: rgb(243, 243, 242);
    font-weight: 200;
    background-position: left bottom;
}

#nav-bar-logo{
    height: 75px
}

head{
    background-color: rgb(152, 134, 81);
    color: rgb(152, 134, 81);   
}   