body {
    font-family: 'Times New Roman', Times, serif;
}

.globe-onoff {
    visibility: hidden;
    width: 1%;
}

.logo {
    width: 40%;
}

.banner-onoff {
    visibility: visible;
}

.header-bg {
    background-color: #DCDEE2;
    font-weight: bold;
    font-size: 1.25rem;
}

.footer-text {
    font-size: 1.25rem;
}

.text-italic {
    font-style: italic;
}

.tag-line {
    text-align: left;
}

.aff-style {
    margin-bottom: 30px;
    letter-spacing: 30px;
    padding-left: 100px;
    text-align: center;
}

@media (max-width: 992px) {
    .globe-onoff {
        visibility: visible;
        width: 85%;
        margin-top: 20px;
    }

    .goBtn {
        width: 20%;
    }

    .banner-onoff {
        visibility: hidden;
    }

    .header-bg {
        background-color: #2d374b;
    }

    .mobile-colors {
        background-color: #2d374b;
    }

    .navbar-toggle-icon {
        color: white;
    }

    .footer-logo {
        width: 80%;
    }

    .text-format {
        text-align: center;
    }

    .tag-line {
        text-align: center;
    }

    .aff-style {
        letter-spacing: 30px;
        padding-left: 0px;
        margin-bottom: 30px;
        text-align: center;
    }
}

}



