﻿html, body {
    width: 100%;
    height: 100%;
    scroll-behavior: smooth;
    box-sizing: content-box;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
    margin: 0;
    padding: 0;
}

.site-logo {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    text-align:center;
    margin-bottom:3rem;
}

.site-logo br {
    display:none;
}

.mgs-holding-page {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.mgs-location-services-logo {
    width: 35%;
    max-height: 50%;
}

.site-title {
    font-size: 1.25vw;
}

.super-footer {
    position:absolute;
    bottom:1rem;
    left:0;
    right:0;
    text-align:center;
}

.footer-text {
    font-size:1vw;
}

.site-link {
    color:#2cb04a;
    text-decoration:none;
}

.site-link:hover {
    color:#1a3e1d;
}

@media screen and (max-width: 1280px) {

    .mgs-location-services-logo {
        width: 40%;
    }

    .site-title {
        font-size: 2vw;
    }

    .site-logo {
        width: 90%;
        margin:0 auto;
        text-align: center;
    }
}

@media screen and (max-width: 800px) {

    .mgs-location-services-logo {
        width: 50%;
    }

    .site-title {
        font-size: 2.5vw;
    }
}

@media screen and (max-width: 480px) {

    .mgs-location-services-logo {
        width: 75%;
    }

    .site-title {
        font-size: 4vw;
    }

    .super-footer {
        width: 90%;
        text-align: center;
        margin: 0 auto;
        text-align: center;
    }

    .site-logo br {
        display:block;
    }

    .super-footer small {
        font-size: 2.5vw;
    }
}

@media screen and (max-height: 800px) and (orientation: landscape) {

    .mgs-location-services-logo {
        width: 40%;
    }

}

@media screen and (max-height: 768px) and (orientation: landscape) {

    .mgs-location-services-logo {
        width: 30%;
    }


}
