/* * {
    border: 1px solid;
} */

body {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    background-color: #fff;
    color: #4E4F53;
    width: 100vw;
    height: 100nh;
    position: absolute;
}

body #content-main {
    position: relative;
    top: 50vh;
    left: 50vw;
}

#content-main {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#logo_img {
    background-image: url("../images/logo_gtf_portrait.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: auto;
    height: 280px;
    margin-top: 0px;
    margin-bottom: 20px;
}

h2 {
    font-size: 32px;
    font-weight: 700;
    color: #0B5E88;
    text-align: center;
    text-wrap: wrap;
    padding: 0 200px;
}

#gears_spinner {
    position: relative;
    width: 150px;
    height: 15  0px;
    left: 50%;
    transform: translate(-50%, 0%);
}

p {
    line-height: 24px;
    font-size: 20px;
    text-align: center;
}

div p {
    margin: 20px 20px 25px;
}

#phone_number {
    color: #0B5E88;
    font-weight: 800;
    font-size: 35px;
    margin-inline: auto;
}




/* ---Tablet Library Grid Styles--- */

@media screen and (min-width: 768px) {

    #logo_img {
        background-image: url("../images/logo_gtf.png");
        background-size: contain;
        background-repeat: no-repeat;
        width: 600px;
        height: 200px;
        margin: 0px auto 50px auto;
    }

    #gears_spinner {
        position: relative;
        width: 200px;
        height: 200px;
        left: 50%;
        transform: translate(-50%, 0%);
    }

    h2 {
        font-size: 40px;
        font-weight: 700;
        color: #0B5E88;
        text-align: center;
        top: 60%;
    }
 
}
