body {
    background-color: #2559aa;
    color: whitesmoke;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    padding: 0;
    margin: 0;
}

a {
    text-decoration: none;
}

#Links {
    display: inline-block;
    margin: 0 0 1em 0;
}

#Links .fa {
    min-width: 32px;
    min-height: 32px;
    display: inline-block;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin: 0 1em
}#Links .fa:hover {
    background-color: #AAA325;
}

#LogoContainer {
    margin: 2em;
    text-align: center;
}

#LogoContainer #Logo {
    background-image: url(/img/logo.svg);
    height: 96px;
    width: 256px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: inline-block;
}

#fig {
    background-image: url(path869.webp);
    height: 480px;
    width: 240px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center bottom;
    display: inline-block;
}
a{
    text-decoration: none;
    color: whitesmoke;
}
#map {
    text-align: center;
}

#map .fa {
    display: inline-block;

}

#map iframe {
    display: inline-block;
    width: calc(100% - 2em);
}

#map .ContactSectionElement {
    margin: 0.5em 0;
    cursor: pointer;
    padding: 0.5em 0;
    display: inline-block;
}

#map .ContactSectionElement:hover {
    color: #AAA325;
}

#map .ContactSectionElement:hover>.fa {
    background-color: #AAA325;
}

#map .ContactSectionElement h4 {
    margin: 0.25em 0 0 0;
}

#TechSupportLabel{
    background-color: #2F80ED;
    border-radius: 8px;
    position: fixed;
    bottom: 20px;
    right: 94px;
    height: 64px;
    padding: 0 1em;
}

#TechSupportLabel div{
    display: inline-block;
}