html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

html {
    position: relative;
    min-height: 100%;
    font-family: 'Segoe UI';
}

body {
}



.main-header {
    z-index: 100;
    background: #fff;
    border-bottom: 4px solid #bf1f1f;
}

.main-header-logo {
    height: 50px;
}

.main-header-menu-icon {
    height: 30px;
}

@media only screen and (max-width: 1199px) {
    .main-header-logo {
        height: 40px;
    }
}

@media only screen and (max-width: 767px) {
    .main-header {
        border-bottom: 2px solid #bf1f1f;
    }

    .main-header-logo {
        height: 30px;
    }
}

h1 {
    font-size: 45px;
    font-family: 'Segoe UI';
    font-weight: lighter;
    color: #023D4F;
}

h2 {
    font-size: 40px;
    font-family: 'Segoe UI';
    font-weight: lighter;
    color: #023D4F;
}



@media only screen and (max-width: 1199px) {
    h2 {
        font-size: 35px;
        /*max-width: 576px;*/
    }
}

@media only screen and (max-width: 991px) {
    h2 {
        font-size: 28px;
       /* max-width: 460px;*/
    }
}
@media only screen and (max-width: 991px) {
    h1 {
        font-size: 38px;
    }

    h2 {
        font-size: 28px;
    }
}

@media only screen and (max-width: 767px) {
    h1 {
        font-size: 28px;
    }

    h2 {
        font-size: 22px;
    }
}



ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

a {
    color: inherit;
    text-decoration: none;
}


footer.main-footer {
    background-color: #023D4F;
    color: #6D8A93;
}

    footer.main-footer h3 {
        color: #6D8A93;
    }

    footer.main-footer a.footer-list-link {
        color: #6D8A93;
        font-size: 18px;
    }

    footer.main-footer .copyright-text {
        color: #6D8A93;
        font-size: 16px;
    }

.digital-presence-links-container {
    max-width: 400px;
}

.content-background {
    background: #F5F5F5;
    min-height: 100vh;
}