﻿/* Html */
/* Forms */
.btn-primary {
    background-color: #00375E !important;
    border-color: #00375E !important;
    color: #fff !important;
}

.text-primary {
    color: #00375E;
}

/*.tagline .word5, .tagline .word7 {
    color: #CCB77C;
}*/

/* Navigation */
.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
    background-color: #00375E !important;
}

.btn-primary:hover {
    background-color: #00375E !important;
}

/* Helpers */
.primary-font {
    font-family: "jaf-bernina-sans-condensed", Verdana !important;
    font-weight: 300;
}

.secondary-font {
    font-family: "nimbus-sans",sans-serif !important;
}

.more a, .body a {
    color: #00375E;
}

a.more {
    color: #00375E;
}

/*==========  Non-Mobile First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
    #header .branding .logo {
        padding-top: 15px;
    }
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
    #header .branding .logo {
        padding-top: 58px;
    }

    .navbar-brand .logo {
        height: 35px;
    }
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
    #footer .logo {
        height: 40px;
    }
}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {
    .navbar-brand .logo {
        padding-top: 11px;
    }

    #footer .social-media {
        display: none;
    }
}

/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {
        
}