body{
    font-family: 'Open Sans', sans-serif;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
} 
.top-bar{
    position: absolute;
    width: 100%;
    top: 0;
}           
.navigation{
    overflow: hidden;
    background-color: transparent;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between
}
.nav-link{
    display: flex;
    text-align: center;
    font-size: 25px;
    margin-right: 200px;
}
.nav-link a{
    padding: 5%;
    color: black;
    text-decoration: none;
    background-color: transparent;
}
.nav-link a:hover{
        text-decoration: underline;
    }
.home-link{
    font-size: 60px;
    color: black;
    text-decoration: none;
    font-weight: bold;
    padding-left: 2%;
    background: linear-gradient(to right, #ef5350, #f48fb1, #7e57c2, #2196f3, #26c6da, #43a047, #eeff41, #f9a825, #ff5722);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: none;
}
.interior{
    border-right: black 1px solid;}
.team{
    border-right: black 1px solid;}
.opening{
    border-right: black 1px solid;}
.footer-basic{
    padding: 20px 0;
    background-color: #ffff;
    color: #4b4c4d;
}
.footer-basic ul{
    padding: 0;
    list-style: none;
    text-align: center;
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 0;
}
.footer-basic li{
    padding: 0 10px;
    display: inline-block;
}
.footer-basic ul a{
    color: inherit;
    text-decoration: none;
    opacity: 0.8;
    
}
.footer-basic ul a:hover{
    opacity: 1;
}
.footer-basic .copyright{
    margin-top: 15px;
    text-align: center;
    font-size: 13px;
    color: #aaa;
    margin-bottom: 0;
}
.footer-name{
    background: linear-gradient(to right, #ef5350, #f48fb1, #7e57c2, #2196f3, #26c6da, #43a047, #eeff41, #f9a825, #ff5722);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
    background-clip: none;
}