body {
    display: block;
    background: #35408e;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.thumbnail {
    padding: 10px;
    min-height: 300px;
    border-radius: 0;
}

.thumbnail img {
    height: 100px !important;
}

.header {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    position: relative;
}

.header img {
    display: inline;
}

.main-navbar {
    border-bottom: 0px;
    margin-bottom: 0px;
    background-color: #35408e;
}

.main-navbar #myNavbar .navbar-nav>li>a:hover,
.main-navbar .navbar-nav>.open>a, 
.main-navbar .navbar-nav>.open>a:focus {
    background-color:#ffd41c;
    color:#35408e !important;
}

div.logo {
    margin-left: 5px;
}

div.line {
    margin-left: 0px;
}

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
    height: 300px;
    margin-left: 0px;
    margin-right: 0px;
}

/* Since positioning the image, we need to help out the caption */
.carousel-caption {
    z-index: 10;
    padding-bottom: 10px;
    padding-left: 20%;
    padding-right: 20%;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
}

.carousel-caption h1 {
    font-family: "NU Font Bold";
    font-size: 28px;
}

/* Declare heights because of positioning of img element */
.carousel .item {
    height: 300px;
    background-color: #777;
}

.carousel-inner>.item>img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    height: 300px;
}

.services {
    background: #f6f6f6;
}

.portal-title {
    color: #35408e;
    font-weight: bold;
}

.footer {
    padding-top: 25px;
    color: #dedede;
}

.footer a {
    text-decoration: underline;
    color: #ffd41c;
}

.darkbg {
    background-color: #0f0f0f;
    border-top: 5px solid #ffd41c;
}

@media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #a5affa;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
        color: #fff;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover {
        color: #35408e;
        background-color: #f5e49b;
    }

    .xs-container-fluid {
        padding-left: 0px;
        padding-right: 0px;
    }

    .xs-container-fluid .container {
        padding-left: 0px;
        padding-right: 0px;
    }

}