﻿#capstone-header {
    background: #1b3764;
    background-image: initial;
    background-position-x: initial;
    background-position-y: initial;
    background-size: initial;
    background-repeat: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: rgb(27, 55, 100);
    color: #fff;
    height: auto;
    padding: 0 18px;
    display: flex;
    flex-direction: row;
    align-content: space-between;
    justify-content: space-between;
    align-items: center;
    line-height: 0;
}

    #capstone-header .sos-portrait img {
        width: 130px;
    }

    #capstone-header .capstone-word-col {
        padding-left: 1em;
        text-align: center;
        white-space: nowrap;
    }

        #capstone-header .capstone-word-col .capstone-wording {
            display: inline-block;
            line-height: 1.5;
            margin: 2% 0;
            vertical-align: top;
        }

    #capstone-header .logo-slogan-wrapper {
        align-content: space-between;
        align-items: center;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
    }

.capstone-wording .sos-home-link {
    color: #fff;
    text-decoration: none;
    letter-spacing: 1px;
    word-spacing: 3px;
}

    .capstone-wording .sos-home-link:visited,
    .capstone-wording .sos-home-link:hover {
        color: #fff;
        text-decoration: none;
    }

.capstone-wording a div {
    font-family: "Libre Baskerville", "Frank Ruhl Libre", "Adamina", "Georgia", "Times New Roman", serif;
    line-height: 1;
}

@media screen and (min-width: 1200px) {
    .capstone-wording .tn-font-style {
        font-size: 2.2rem;
    }

    .capstone-wording .sos-font-style {
        font-size: 1.5rem;
    }

    .capstone-wording .sos-name-style {
        font-size: 1.3rem;
    }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .capstone-wording .tn-font-style {
        font-size: 1.9rem;
    }

    .capstone-wording .sos-font-style {
        font-size: 1.2rem;
    }

    .capstone-wording .sos-name-style {
        font-size: 1rem;
    }
}

@media screen and (max-width: 991px) {
    .capstone-wording .tn-font-style {
        font-size: 2.2rem;
    }

    .capstone-wording .sos-font-style {
        font-size: 1.5rem;
    }

    .capstone-wording .sos-name-style {
        font-size: 1.3rem;
    }
}

.sos-navigation-bar .region-menu-section-capstone .menu--main ul.navbar-nav {
    justify-content: space-between;
}

.sos-navigation-bar .region-menu-section-capstone {
    flex: 1;
}

.sos-navigation-bar .menu--main a {
    color: #fff;
    display: block;
    text-align: center;
    white-space: nowrap;
    text-decoration: none;
}

    .sos-navigation-bar .menu--main a:hover {
        text-decoration: underline;
    }

    .sos-navigation-bar .menu--main a:visited {
        color: #fff;
    }

    .sos-navigation-bar .menu--main a img {
        display: block;
        height: 50px;
        margin: 4px auto 18px auto;
        max-width: 64px;
    }

.header-icon-text {
    font-family: "Alata", "Catamaran", "ABeeZee", "Open Sans", sans-serif;
}

@media screen and (min-width: 1400px) {
    .header-icon-text {
        font-size: 1.2rem;
    }
}

@media screen and (min-width: 1200px) and (max-width: 1399px) {
    .header-icon-text {
        font-size: 1rem;
    }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .header-icon-text {
        font-size: 0.8rem;
    }
}

@media screen and (max-width: 991px) {
    .navbar-toggler {
        margin: 1.5rem auto;
    }

    .navbar-nav {
        align-items: center;
    }

    .nav-item {
        margin-bottom: 1.5rem;
    }
}

.footer {
    overflow-x: hidden;
}

    .footer .footer-title {
        font-family: "Libre Baskerville", "Frank Ruhl Libre", "Adamina", "Georgia", "Times New Roman", serif;
    }

    .footer #secretary-of-state-general-info-container {
        background: #2f579e;
        color: #fff;
    }

    .footer .general-info-text {
        font-family: "Alata", "Catamaran", "ABeeZee", "Open Sans", sans-serif;
        font-size: 20px;
    }

    .footer #secretary-of-state-general-links-container {
        background: #1b3764;
        color: #fff;
    }

        .footer #secretary-of-state-general-links-container .general-link {
            margin-bottom: 5px;
        }

        .footer #secretary-of-state-general-links-container a {
            color: #fff;
            text-decoration: none;
        }

            .footer #secretary-of-state-general-links-container a:hover {
                color: #fff;
                text-decoration: underline;
            }

    .footer .social-media-icon {
        transition: filter 0.3s ease;
    }

.social-media-icon:hover {
    filter: brightness(1.3);
}

.footer #web-and-social-media-policy-link a {
    text-decoration: none;
}

    .footer #web-and-social-media-policy-link a:hover {
        text-decoration: underline;
    }

@media screen and (max-width: 576px) {
    .footer .footer-title h4 {
        display: flex;
        justify-content: center;
    }

    .footer .general-link {
        display: flex;
        justify-content: center;
    }
}
