*
{
    text-rendering: optimizeLegibility;
    font-feature-settings: "kern";
}

body
{
    font-family: 'Rubik', sans-serif;
    background-color: #242933;
    margin: 0;
}

h1, h2, h3, h4, h5
{
    text-align: center;
    color: #E5E9F0;
    font-weight: 2;
}

p
{
    color: #E5E9F0;
    font-size: 20px;
    line-height: 30px;
}

a
{
    color: #D8DEE9;
    transition: all ease 0.2s;
}

a:hover
{
    color: #5E81AC;
}


abbr
{
    cursor: help;
}

.map-popup-image
{
    width: 350px;
}

.map-popup-container
{
    padding: 5px;
}

.map-popup-label
{
    padding-right: 5px;
    font-weight: 600;
    color: black;
}

.leaflet-container
{
    background: #1a1a1a !important;
}

#content
{
    padding: 5vw 5vw 0 5vw;
    padding-top: 0;
}

#header
{
    padding-bottom: 40px;
    margin: 40px 0 0 0;
    border-bottom: solid 5px #5E81AC;
}

#about-us
{
    width: auto;
    overflow: auto;
    padding: 40px 30vw 40px 30vw;
    text-align: justify;
    border-bottom: solid 5px #5E81AC;
}

#top-logo
{
    display: block;
    width: 14vw;
    margin: 0 auto 25px auto;
    padding: 0;
}

#map-container
{
    width: auto;
    padding: 40px 0 40px 0;
    /*border-bottom: solid 5px #5E81AC;*/
}

#map
{
    width: auto;
    height: 75vh;
    border: 5px solid #4C566A;
}


#footer
{
    padding: 40px 5vw 60px 5vw;
    background: #3B4252;
    clear: both;
    font-weight: 500;
    letter-spacing: 1px;
}

#team
{
    float: left;
}

#school
{
    float: right;
}

#about-us > p
{
    margin-top: 0;
}

#footer-br
{
    display: none;
}

#footer > div
{
    color: #D8DEE9;
}

#about-us > p:last-child
{
    margin-bottom: 0;
}