body, html {
    margin: 0;
    padding: 0;
    height: 100%;
}

body {
    display: flex;
    flex-direction: column;
    min-height: 95vh;
    font-family:  'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif
}

.content-wrapper {
    flex: 1;
}

.nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 40px;
    background-color: #fff;
    
}

.nav-brand {
    font-family: 'Impact', sans-serif;
    font-size: 2em;
    margin-left: 5px;
}

.highlight {
    color: rgb(231, 180, 12);
}

.circle {
    border: 1px solid black;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    color: black;
    font-family: 'Impact', sans-serif;
    font-size: 1em;
    margin: 0 5px;
    width: 30px;
    height: 30px;
}



.navCircles {
    display: flex;
    margin-right: 20px;
}

.banner {
    height: 30px;
    width: 100%;
    background-color: black;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
                    font-size: 1em;
    letter-spacing: 0.7em;
    margin-bottom:5px; margin-top:5px;
    text-transform: uppercase
}

.banniereSection{    
    height: 60px;
    width: 100%;


    border : solid 1px;
    border-color: grey;
   
    display: flex;
    justify-content: center;
    align-items: center;
                    font-size: 1em;
    letter-spacing: 0.7em;
    margin-bottom:5px;
    text-transform: uppercase}




.virtual-tour {
    
    display: flex;
    justify-content: center;
   
    
    
}

.text-block{
   
    margin-bottom: 3px;
    margin-left: 9px;
    
   
}

.footer {
    display: flex;
    justify-content: center;
    background-color: black;
    height: 55px;
    align-items: center;
    font-size: 0.4em;
    
}

.circle-footer {
    width: 30px;
    height: 30px;
    
   
}
.circle-footer {
    border: 1px solid black;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    color: black;
    font-family: 'Impact', sans-serif;
    font-size: 2em;
    margin: 0 10px;
}