body {
    padding-top: 60px; /* Padding for .navbar-fixed-top. Change value if navbar height changes. Remove if using .navbar-static-top. */
}

.footer-blurb h4{
    color: #ffffff;
}

.copyright {
    background-color: #F7F7F7 !important;
    color: #333 !important;
}



body#rome {
            background-color:#ffffff;
}

body#ot {
            background-color:#ffffff;
}

body#nt {
            background-color:#ffffff;
}

body#nero {
            background-color:#ffffff;
}

body#augustus {
            background-color:#ffffff;
}

.mainSections {
    color: #333 !important;
}

body#babylon {
            background-color:#ffffff;
}

body#tabernacle {
            background-color:#ffffff;
}

body#jesus {
            background-color:#ffffff;
}

body#geography {
            background-color:#ffffff;
}

body#gentilecourt {
            background-color:#ffffff;
}

body#herodthegreat {
            background-color:#ffffff;
}

body#jewishtemple {
            background-color:#ffffff;
}

body#taxcollectors {
            background-color:#ffffff;
}

body#pharisees {
            background-color:#ffffff;
}

body#pontiuspilate {
            background-color:#ffffff;
}

body#ntbooks {
            background-color:#ffffff;
}

body#ancient-b {
    background-color:#ffffff;

}

body#bible {
            background-color:#ffffff;
}


@media (min-width: 1200px) {
  .container {
    width: 1370px;
   }
}


    a { color: #659EC7; !important;
}
/*.navbar-inverse  { background-image: url('bhobg.jpg'); background-color: #000000;
 background-size: contain!important; background-repeat: no-repeat; background-position: left;

}*/

.navbar-fixed-top {
min-height: 38px;
}




/*MEDIA Query*/

/*@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 812px)
and (-webkit-device-pixel-ratio : 3) { 
    .navbar-fixed-top {
    margin-right: 170px !important;
    }
}*/


@media only screen 
and (min-width : 375px) {
 nav.navbar.navbar-inverse.navbar-fixed-top {
    margin-right: 170px !important;
    /*width: 85% !important;*/
}
}

@media only screen 
and (min-width : 414px) {
 nav.navbar.navbar-inverse.navbar-fixed-top {
    margin-right: 170px !important;
    /*width: 85% !important;*/
}
}



@media only screen 
and (min-width : 320px) {
 nav.navbar.navbar-inverse.navbar-fixed-top {
    margin-right: 170px !important;
    /*width: 85% !important;*/
}
}


/*@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 568px) { 
    .navbar-fixed-top {
    margin-right: 50px !important;
    }
}*/



@media (min-width: 768px){
    .navbar-nav {
    float: left;
    /*width: 700px !important;*/
    /*width: 85% !important;*/
}

.navbar-inverse {
    width: 800px !important;
}


.container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header {
    margin-right: 0;
    margin-left: -46px;
}


}

@media (min-width: 769px){
    .navbar-nav {
    float: left;
    /*width: 700px !important;
    width: 85% !important;*/
}

.navbar-inverse {
    width: 100% !important;
}


.container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header {
    margin-right: 0;
    margin-left: 0px !important;
}


}

@media (min-width: 1200px){
    .navbar-inverse {
    width: 100% !important;
}

.container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header {
    margin-right: 0;
    margin-left: 0px!important;
}
}


@media only screen and (max-width: 1200px) {
.navbar-nav {
    width: 100% !important;
}
}


.row {
margin-top:20px;
}


.portfolio-item {
    margin-bottom: 5px;
}

.footer-blurb {
    padding: 30px 0;
    text-align: left;
    background-color: #0C2F4C;
}

.footer-blurb h3 {
    color: #337AB7;
    }
    
.footer-blurb-item {
    padding: 30px 0;
    }
 
.copyright {
    background-color: #000;
    text-align: center;
    padding: 30px 0;
}

.dropdown-menu {
    min-width: 200px;
    hover;
}
.dropdown-menu.columns-2 {
    min-width: 600px;
}
.dropdown-menu.columns-3 {
    min-width: 900px;
}
.dropdown-menu li a {
    padding: 5px 15px;
    font-weight: 300;
}
.multi-column-dropdown {
    list-style: none;
}
.multi-column-dropdown li a {
    display: block;
    clear: both;
    line-height: 1.428571429;
    color: #333;
    white-space: normal;
}
.multi-column-dropdown li a:hover {
    text-decoration: none;
    color: #262626;
    background-color: #f5f5f5;
}
 
@media (max-width: 767px) {
    .dropdown-menu.multi-column {
        min-width: 240px !important;
        overflow-x: hidden;
    }
}

