﻿
.footer {
    font-family: 'Carrois Gothic', sans-serif;
    font-weight: bold;
}

.navbar-inverse {
    background: #000;
}

h1 {
    font-family: 'Carrois Gothic', sans-serif;
    font-weight: bold;
}

p {
    font-family: 'Carrois Gothic', sans-serif;
    text-align: justify;
}

.navbar .navbar-nav {
    display: inline-block;
    float: none;
    vertical-align: top;
    font-family: 'Carrois Gothic', sans-serif;
    font-weight: bold;
}

.HeroContainer {
    /* ReSharper disable CssBrowserCompatibility */
    height: 200px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20%;
    box-sizing: border-box;
    background-size: 75% 100%;
    background-position: center 0;
    border-image-slice: 2;
    border-image-width: 2 13%;
    border-image-repeat: stretch;
    border-image-outset: 2px;
    /* background-repeat: round; */
    /* ReSharper restore CssBrowserCompatibility */
}

.navbar {
    margin-bottom: 0;
    /* ReSharper disable once CssBrowserCompatibility */
    border-radius: 0;
}

    .navbar .navbar-collapse {
        text-align: center;
    }

.navbar-nav > li > a {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.navbar {
    min-height: 40px !important
}

li {
    margin-left: 15px;
    margin-right: 15px;
}

html, body {
    height: 100%;
    box-sizing: border-box;
}

footer {
    color: #d4d4d4;
    background: #484848;
    padding: 20px 0 40px 0;
    bottom: 0;
    position: fixed;
    width: 100%;
    /*
                min-height: 100%;
                height: auto !important;
                height: 100%;              
            */
}

    footer a {
        color: #d4d4d4;
        padding-right: 20px;
    }

        footer a:hover {
            color: #d4d4d4;
            padding-right: 20px;
        }

.wrapper {
    margin: 0 auto -63px;
}

.push {
    height: 63px;
}


@media (max-width: 500px) {
    /* Phone */
    .HeroContainer {
        /* ReSharper disable CssBrowserCompatibility */
        background-size: 100% 100%;
        border-image-width: 2 0;
        /* ReSharper restore CssBrowserCompatibility */
    }
    /* scaling for logo images */
}

@media (max-width: 1201px) {
    /* Phone */
    .HeroContainer {
        /* ReSharper disable CssBrowserCompatibility */
        background-size: 100% 100%;
        border-image-width: 0 0;
        /* ReSharper restore CssBrowserCompatibility */
        border: 0;
    }
    /* scaling for logo images */
}


@media (max-width: 767px) {
    /* Scale Smaller */
    body {
        padding-right: 0;
        padding-left: 0;
    }

    footer, .wrapper {
        padding-left: 20px;
        padding-right: 20px;
    }

    img {
        width: 40%;
    }

    .navbar .navbar-collapse {
        text-align: right;
    }

    .HeroContainer {
        height: 120px;
    }

    .footerText {
        font-size: 12px;
    }
}

.breadcrumb > li {
    margin-left: 0;
    margin-right: 0;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    text-decoration: underline !important;
}

.btn-fixedwidth {
    min-width: 175px;
    max-width: 200px;
}

@font-face {
    font-family: 'Gotham Rounded';
    src: url('/fonts/Gotham-Rounded-Medium.woff');
    font-weight: normal;
    font-style: normal;
}

@media screen and (min-width: 768px) {
    .xs-break {
        display: none;
    }
}


.nbnFooterLink:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.nbnFooterLink:hover, nbnFooterLink:focus {
    color: #0079c9;
    font-family: 'gotham rounded';
    text-decoration: underline;
    cursor: pointer;
}