nav h3 {
    font-family: sans-serif;
    padding-left: 1.5%;
    display: inline-block;
    color:white;
}

nav hr {
    margin: 0
}

nav {
    background-color: rgba(118,165,175,255);
}

.navigation-buttons { 
    display: inline-block;
}

.navigation-buttons button {
    font-family: sans-serif;
    font-weight: bold;
    font-size: 1.5vh;
    height:5em;
    background-color: transparent;
    border: 0;
    border-left: 1px solid white;
    display: inline-block;
    width: 5vw;
    color:white;
}

.navigation-buttons {  
    margin-left: auto;
    margin-right: auto;
    position:relative;
    right:-63.1vw;
}

.navigation-buttons .last-button {
    border-right: 1px solid white;
}
.line {
    width:100%;
    height:0.1vh;
    color:white;
    background-color: white;
}

footer { 
    width:100%;
    height: 10vh;
    display: inline-block;
}

footer p {
    font-family: sans-serif;
}

footer .rows {
    float:right
}

footer .contact{
    float:left;
    margin-left: 2vh;
}

.rows {
    width:5vw;
    height:5vh;
    padding-top: 1vh;
}

.row1 {
    display:inline-block;
    height:2vh
}

.row2 {
    display:inline-block;
    height:2vh
}
 
footer button {
    width:4.5vw;
    background-color: transparent;
    border: 1px solid white;
    margin-bottom: 1px;
}

footer a {
    text-decoration: none;
    color:white
}

nav a {
    text-decoration: none;
    color:white
}

footer {
    border-top: 1px solid white;
    bottom:3vh;
    left: 0;
    position: absolute;
}

footer p {
    color:white
}
/* MOBILE NAVIGATION */
@media only screen and (max-width: 600px) {

    nav h3 {
        font-family: sans-serif;
        padding-left: 3vw;
        display: inline-block;
        color:white;
        font-size: 2vh;
    }
    
    .navigation-buttons button {
        font-family: sans-serif;
        font-weight: bold;
        font-size: 1.2vh;
        height:6vh;
        background-color: transparent;
        border: 0;
        border-left: 1px solid white;
        width: 11.3vw;
        color:white;
    }
    
    .navigation-buttons {  
        margin-left: auto;
        margin-right: auto;
        position:relative;
        right:-6vw;
    }
    
    .navigation-buttons .last-button {
        border-right: 1px solid white;
        margin-right: 2vw;
        font-size: 0.55em;
    }
    .line {
        width:100%;
        height:0.1vh;
        color:white;
        background-color: white;
    }
    
    footer { 
        width:100%;
        height: 10vh;
        display: inline-block;
    }
    
    footer p {
        font-family: sans-serif;
    }
    
    footer .rows {
        float:right;
        margin-right: 14vw;
    }
    
    footer .contact{
        float:left;
        margin-left: 2vh;
    }
    
    .rows {
        width:5vw;
        height:5vh;
        padding-top: 1vh;
    }
    
    .row1 {
        display:inline-block;
        height:2vh
    }
    
    .row2 {
        display:inline-block;
        height:2vh
    }
     
    footer button {
        width:18.5vw;
        background-color: transparent;
        border: 1px solid white;
        margin-bottom: 1px;
    }
    
    footer a {
        text-decoration: none;
        color:white
    }
    
    nav a {
        text-decoration: none;
        color:white
    }
    
    footer {
        border-top: 1px solid white;
        bottom:6.6vh;
        left: 0;
        position: absolute;
    }
    
    footer p {
        color:white
    }

    .home {
        display:none
    }
}