/* colors:

*/

body {
    background-color: #005188;
    font-family: verdana, arial, sans-serif;
    font-size: 14px;
    line-height: 1.4em;
    color: #333;
}

h1, h2, h3, h4, h5, h6, p, ul, li {
	font-family: verdana, arial, sans-serif;
}

h1 {
    color: #005187;
    font-size: 18px;
    font-weight: bold;
}

h2 {
    font-size: 16px;
    font-weight: bold;
}

.minusMargin {
    margin-top: -60px;
}

/*Style header, footer and main containers */

.MainContainer {
    padding: 20px 15px;
    min-height: 300px;
    background-color: #ffffff;
}

.headerFullwidth {
    background: url("../img/header.jpg") no-repeat #fdcc4b;
    background-position: center top;
    background-size: auto 192px;
    height: 192px;
}

.headerContacts {
    margin-top: 145px;
    text-align: center;
}

.footerFullWidth {
    background: url("../img/footer.jpg") no-repeat #005188;
    background-position: left bottom;
    background-size: 100% 100%;
    height: 155px;
}

/* Makes images responsive - Add img-responsive class to container class to make every image within responsive. */

.img-responsive img {
    max-width: 100%;
    height: auto;
}

/* Bootstrap navbar styles START  note:everything in here is not always necessary.*/

.navbar {
    margin-bottom: 0;
    min-height: auto;
}

.nav {

}

.nav > li, .nav > li:hover {
    display: block;
    margin: 0 5px;
    background-color: #ffffff;
    margin-left: 15px;
}

.nav > li.nav-selected {
    margin-left: 0;
}

.nav > li > a {
    color: black;
    background-color: white;
    font-weight: bold;
    font-size: 16px;
    padding: 2px 0;
}
.nav  li  a.nav-selected {
    background-color: #ffffff;
    color: #005187;
}

.nav li a.nav-selected::before {
    content: "▸";
    margin-right: 8px;
}

.nav  li  a:hover, .nav  li  a:focus {
    color: #005187;
    text-decoration: underline;
    background: white;
}

.nav  li  a.nav-selected:hover, .nav  li  a.nav-selected:focus {
    text-decoration: none;
}

.nav-path-selected > ul {
    padding: 0;
}
.nav > li > ul > li {
    padding-left: 20px;
}
.nav > li > ul > li.nav-selected {
    padding-left: 5px;
}

.nav li ul li a {
    color: black;
}


.navbar-toggle {
    background-color: white;
}

.navbar-toggle .icon-bar {
    background-color: black;
}

.navbar-brand {
    color: white;
    text-shadow: none;
}

.navbar-collapse {
  padding-left: 0;
  padding-right: 0;
}

.footer {
    margin-top: 73px;
}

.navImage {
    margin-top: 15px;
}

@media (max-width: 767px) {
    .nav > li {
        margin: 0 auto;
        text-align: left;
        display: block;

    }
    .nav > li > a {
        background-color: #f2f0ef;
        padding: 10px; 15px;
        border-bottom: 1px solid #ccc;
    }

    .nav > li > a.nav-selected {
        background-color: #dddddd;
    }
    .navbar-header {
        border: 1px solid #cccccc;
        border-radius: 5px;
    }
    .navbar-collapse {
        border: 1px solid #cccccc;
        border-radius: 5px;
    }
    .navbar-brand {
        color: #222222;
    }

    /* This fixes a bootstrap problem that gives a white margin on mobile view */

    html, body {
        width: auto !important;
        overflow-x: hidden !important;
    }

    .headerFullwidth {
        background: #ffe181;
        height: auto;
    }

    .headerContacts {
        margin-top: 15px;
    }

    .mobileLogo {
        margin: 15px auto;
    }
    .mobileHeader {
        color: #000000;
        font-size: 34px;
        margin: 0;
        text-align: center;
    }
    .minusMargin {
        margin-top: 0;
    }
}

/* Bootstrap navbar styles END */
