/*
    Over writing for SWAc (South West Academy)
    Could you please use Open Sans Light 300, #333, for the body text, and Open Sans semibold, #fff, for the menu text.

If you're using the same basic layout as that used for the Aberdeen Artists Society, would you please use #bdbfcb for the header/menu background colour.

*/

body {
    font-family: "Open Sans", sans-serif;
    color: #333;
}

#clientLogo {
    max-height: 105px;
}

.navbar-default {
    background-color: #bdbfcb;
    color: #fff;
}

.navbar-collapse {
    max-height: 540px !important;
    background-color: #bdbfcb;
    margin-top: 40px;
    color: #fff;
}



.navbar {
    min-height: 75px;
}

.navbar-default .navbar-nav > li > a {
    color: #fff;
    padding: 15px 10px;
    font-weight: bold;
}


.oess-client-body {
    padding-top: 140px;
    padding-left: 40px;
}

.oess-client-header {
    color: #fff;
    margin-top: 10px;
    font-size: 28px;
    font-weight: bold;
}

.dropdown .activeNew a {
    color: #fff !important;
}


@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #fff;
    }

    .oess-client-body {
        padding-left: 10px;
    }

    .col-md-12 {
        padding-left: 0px;
    }

    #clientLogo {
        max-width: 170px;
    }
}
