/* Nav Bar ------------------------------------ */
#header-1 .main-nav {
    background-color: #193441;
    border: 0;
    height: 80px;
}

#header-1 .main-nav .navbar-nav > li a:hover {
    color: orange;
    background: none;
}

#header-1 .main-nav .navbar-nav > li.active a {
    color: white;
    background: none;
}

/* Hero Section ------------------------------------ */
.content-1-1 {
    background: url("../images/mfh_hero.jpg") center top no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.content-1-1 .container {
    margin-top: 30px;
}

.content-1-1 h1 {
    text-transform: uppercase;
    font-weight: 300;
    text-shadow: 2px 2px #909090;
}

/* Put your custom styles here */
/* HEADER 1 MEDIA QUERIES
/*---------------------------------------------------- */
/* Extra small devices (phones, less than 768px) 
    @media (max-width: 767px)
{
        #header-1 .brand-img {
            float: none;
            margin: 0 auto;
            text-align: center;
        }

        #header-1 .navbar-fixed-top {
            position: relative;
        }

        #header-1 .navbar-collapse {
            border-top: none;
            -webkit-box-shadow: none;
            -moz-box-shadow: none;
            box-shadow: none;
            width: 100%;
            top: 80px;
            position: absolute;
            background: #193441;
            z-index: 999;
        }

        #header-1 .navbar-collapse .nav {
            margin: 0;
        }

        #header-1 .main-nav .nav .dropdown-menu:before {
            display: none;
        }

        #header-1 .navbar-fixed-top .navbar-collapse,
        	#header-1 .navbar-fixed-bottom .navbar-collapse {
            max-height: inherit;
        }
    }

    /* Small devices (tablets, 768px and up) */
@media (min-width: 768px){
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px){
}

   