/* ==========================================================================
   Author's custom styles
   ========================================================================== */

body {
    padding-top: 125px;
    padding-bottom: 20px;
    font-family: "Segoe UI", sans-serif;
}

h1 {display: none;}
h2 {
    text-transform: uppercase;
    text-align: center;
}
a {
    text-transform: uppercase;
    color: inherit;
    text-decoration: none;
}

a, a:hover, a:active {
    text-decoration: none;
}

.earth, .top-for-logo, .earth-narrow {
    text-align: center;
}

.earth img {
    width: 100%;
    max-width: 800px;
}

.earth-narrow img {
    width: 100%;
    max-width: 500px;
}

.top-for-logo img {
    width: 100%;
    max-width: 125px;
}

.text-right {
    text-align: right;
}

footer {
    /*padding-top: 50px;*/
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 1.25em;
    letter-spacing: 0.4em;
}

.larger {
    font-size: 1.25em;
}

form label {
    display: block;
}

.navbar {
    background-color: transparent;
    background-image: none;
    border-bottom: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    color: #333;
    height: 125px;
}

footer div {
    padding: 25px 0;
}

footer div img {
    max-width: 125px;
    /*max-height: 200px;*/
}

@media(max-width: 767px) {
    form input, form select {
        width: 100%;
    }

    body {
        padding-top: 100px;
    }

    /*.navbar-brand {
        width: 400px;
        max-width: calc(100% - 70px);
        display: flex;
        justify-content: center;
        resize: vertical;
        flex-direction: column;
    }*/

    .navbar {
        height: 100px;
        background-color: #fff;
    }

    #navbar ul {
        background-color: #fff;
    }

    /*.navbar-brand img {
        max-height: 100px;
    }*/

    /*#navbar ul li {
        background-color: #fff;
    }*/
}

@media(min-width: 768px) {
    .navbar { display: none; }

    #navbar ul {
        display: none;
    }

    .top-links {
        font-size: 2em;
        margin-top: 50px;
    }

    form input, form select {
        /*width: calc(100% - 5vw);*/
        width: 100%;
    }
}

