﻿
/* IE hack for burger menu*/
@media all and (-ms-high-contrast:active), all and (-ms-high-contrast:none) {
    #menu-bars::before {
        content: "\f0c9";
        color: transparent;
        background-image: url(/resources/images/new_FMA_Burger.svg);
        background-size: contain;
        background-repeat: no-repeat;
        margin-right: 10px
    }
}


.nav-main {
    flex-wrap: wrap
}

.heading-site {
    width: 100%;
    flex-basis: 100%
}

.navbar-logos {
    padding-left: 0px;
}

img.os-logo {
    width: 116px;
}

img.main-logo {
    width: 176px;
    padding-right: 10px;
}

img.local-gov-logo {
    width: 126px;
    padding-left: 40px;
}


#navheader {
    /*border-top: solid 5px #ffe24d;*/
    background-color: #003F5C !important
}


a.custom-logo:hover {
    text-decoration: none
}

h1.site-title {
    display: inline;
    color: #fff;

    /*fix for central text, deploy when approved*/

    position: absolute;
    left: calc(50% - 149px);
    top: 20px;

}

#cookieConsent {
    margin-bottom: -10px;
    padding: .5rem;
    background-color: #ffe24d;
    border: none;
    border-radius: 0
}

.breadcrumb,
.navbar,
a.home-nav {
    padding-left: 0
}

#cookieConsent p {
    margin-bottom: 0
}

a.nav-link:visited,
a.nav-link {
    font-size: 16px;
    text-decoration: none;
    color: #fff;
}

    a.nav-link:hover,
    li.active a.nav-link {
        color: #fff;
        border-bottom: solid 7px #fff
    }

.navbar-toggler {
    top: 1px;
    right: 1px;
}

.breadcrumb {
    background-color: #fff
}

.navbar {
    padding-left: 10px;
    padding-right: 0px;
    padding-top: 15px;
    padding-bottom: 15px;
    display: flex;
    min-height: 100%;
    height: 100%;
}

@media (min-width:992px) {
    a.home-nav {
        padding-left: 0 !important
    }
}

@media (max-width:1300px) {

    h1.site-title {
        display: inline;
        color: #fff;
        position: static;
    }

}

    @media (max-width:1450px) {


        img.os-logo {
            width: 110px;
        }

        img.local-gov-logo {
            width: 110px
        }

        img.main-logo {
            width: 120px
        }
    }

    @media (max-width:736px) {
        img.main-logo {
            width: 120px
        }
    }

    @media (max-width:588px) {
        h1.site-title {
            display: block;
            margin: 0;
            padding-top: 10px;
            line-height: normal
        }

        a.nav-link {
            font-size: 12px
        }

        img.local-gov-logo {
            width: 90px
        }

        img.os-logo {
            width: 90px
        }

        #partnership_text {
            font-size: 80%;
        }

    }

    @media (max-width:414px), (max-height:414px) {
        img.main-logo {
            width: 130px
        }

        .fa-2x {
            font-size: 1.5em
        }
    }

    @media (max-width:375px) {
        img.main-logo {
            width: 120px
        }

        img.os-logo {
            width: 80px;
        }

        img.local-gov-logo {
            width: 80px;
            padding-left: 20px;
        }
    }

    @media (max-width:320px) {

        .site-title {
            font-size:1.7em;
        }

        img.main-logo {
            width: 80px
        }

        .big-footer {
            min-height: 1050px
        }
    }


    .navbar-toggler,
    .navbar-toggler-icon {
        color: #484646;
        z-index: 99998
    }

    .mynav-items {
        margin-top: 10px;
        overflow: hidden;
        transition: height 0.1s ease-in-out;
    }
