
        
a {color: #013341;}    
     
        /* GLOBAL CSS */
@media (max-width:767px) {
.header-logo {
    padding: 6px 0 0;
    width: 90px;}
}

@media (min-width:768px) {
.wrapper-fixed {margin-top: 190px;}
.wrapper {padding-top: 0 !important;}
#savecontent {min-height: 400px;}
  
body {background: url('../img/happy-pumpjack.jpg') no-repeat #000;
background-size: cover;
background-attachment: fixed;
}

.navbar-brand {display:none;}
.brandingdiv {
    width: 100px;}
}


@media (min-width: 1px){  /******************** SMALL AND UP ********************/
h1,.h1 {font-size: 18px !important;font-family: 'Oswald', sans-serif;font-weight: 300;}
h2,.h2 {font-size: 18px !important;font-family: 'Oswald', sans-serif;font-weight: 300;}
h3,.h3 {font-size: 18px !important;font-family: 'Oswald', sans-serif;font-weight: 300;}
h4,.h4 {font-size: 16px !important;font-family: 'Oswald', sans-serif;font-weight: 300;}
h5,.h5 {font-size: 16px !important;font-family: 'Oswald', sans-serif;font-weight: 300;}
h6,.h6 {font-size: 16px !important;font-family: 'Oswald', sans-serif;font-weight: 300;}
}



@media (min-width: 768px){  /******************** MEDIUM AND UP ********************/
h1,.h1 {font-size: 20px !important;}
h2,.h2 {font-size: 18px !important;}
h3,.h3 {font-size: 16px !important;}
h4,.h4 {font-size: 16px !important;}
h5,.h5 {font-size: 16px !important;}
h6,.h6 {font-size: 16px !important;}

}


@media (min-width: 992px){  /******************** LARGE AND UP ********************/
h1,.h1 {font-size: 28px !important;}
h2,.h2 {font-size: 24px !important;}
h3,.h3 {font-size: 20px !important;}
h4,.h4 {font-size: 18px !important;}
h5,.h5 {font-size: 16px !important;}
h6,.h6 {font-size: 16px !important;}


}


@media (min-width: 1200px){  /******************** EXTRA LARGE AND UP ********************/
h1,.h1 {font-size: 36px !important;}
h2,.h2 {font-size: 30px !important;}
h3,.h3 {font-size: 26px !important;}
h4,.h4 {font-size: 22px !important;}
h5,.h5 {font-size: 20px !important;}
h6,.h6 {font-size: 18px !important;}

}


/*** Buttons ***/
.btn-primary,.btn-custom,a.btn-custom,.pagination > li > a,.pagination > li > span,.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus,.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
    background: #0A556A !important;
    border: 1px solid #000;
    color: #FFF !important;}   

/*** Button Hover ***/
.btn-primary:hover,.btn-primary:active,.btn-primary:focus,.btn-primary.active,.btn-custom:hover,.btn-custom:active,.btn-custom:focus,.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
    background: #0A556A !important;
    color: #000 !important;
    border: 1px solid #000;
}    

nav {
  height: auto !important;}
  
  
.navbar {
    background: #013341;
    box-shadow: 0 0 6px 3px rgba(0,0,0,.5);
    border-bottom: 1px solid #A0CEDB;
}

 #headerContainer {
     background: #FFF;}    

.navbar-default .navbar-nav > li > a {
  color: #fff;}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #A0CEDB !important;}
      
#savecontent .container {
    background: #FFF;
    padding-top: 15px;
    padding-bottom: 15px;
}
      

footer {
  background: #013341;
  color: #FFF;
  margin-top: 60px !important;
  padding-bottom: 30px !important;
  padding-top: 30px !important;
  box-shadow: 0 0 6px 3px rgba(0,0,0,.5);

}

footer a {color: #FFF;}     

      

      
@media (min-width: 768px) {
#headerContainer {background: #013341;}
.navbar-header {background: #FFF !important;}
.dropdown-menu {background-color: rgba(0,0,0,.9) !important;}
#navContainer ul li a {font-family: 'Oswald', sans-serif;font-weight: 300;font-size: 22px !important;}
}
      

@media (min-width: 1600px) {#savecontent {min-height: 600px;}}     
@media (max-width: 767px) {#headerContainer, #navContainer {background-color: #013341 !important;}}
      
body {color: #000;}
      

      

      

      

      

/* PAGE SPECIFIC */

/* FOOTER */

footer { background-color: 3; margin-top: 20px; }
