header {
	height:100px;
	width:100%;
	position: absolute;
	top: 0;
	left: 0;
    width:100%;
	background:white;
}

.navbar-inverse .navbar-nav>li>a {
    color: white;
}

.navbar-inverse {
    background-color: #131f1f!important;
    margin-top: 350px;
    margin-bottom: 0px;
    border:none;
}

.navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>li>a:hover {
    color: #fff;
    background-color: tomato;
}

.facebook-strip{
    display: block;
    width: 100%;
    margin: auto;
    background: #3b5998;
    min-height: 35px;
    padding-top: 5px;
}

.facebook-strip a{
    color: white !important;
    text-decoration: underline !important;
    font-weight: bold;
}

img#logo {
   	margin-left: 20%;
   	margin-top: 7px;
}


header.carousel {
    height: 50%;
    border-bottom: 8px solid #131f1f;
}

ul {
    list-style: none;
}

.panel-default>.panel-heading {
    color: white;
    background-color: #131f1f;
    border-color: #ddd;
}

.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {
    color: #fff;
    background-color: tomato;
}

header {
    background-image: url(img/header.png);
}

/* Button Normal State */
.btn-primary {
    color: #fff;
    background-color: #131f1f;
    border-color: #131f1f;
}

.btn-primary:hover {
    color: #fff;
    background-color: tomato;
    border-color: tomato;
}



    .navbar-inverse {
     background-color: #2f2724;
    
    margin-top: 350px;
    margin-bottom: 0px;
}
        
  #header-image {
    width: 100%;
    margin-top: 0px;
}

p#copyright {
    text-align: center;
}

.text-primary {
    color: tomato;
} 
 
 
@media screen and (max-width: 1920px) {
    
    .navbar-inverse {
     
    margin-top: 378px;
    margin-bottom: 0px;
    }            

@media screen and (max-width: 1750px) {
    
    .navbar-inverse {
     
    margin-top: 317px;
    margin-bottom: 0px;
    }        

@media screen and (max-width: 1500px) {
    
    .navbar-inverse {
     
    margin-top: 244px;
    margin-bottom: 0px;
    }    

@media screen and (max-width: 1200px) {
   
    .navbar-inverse {
    
    margin-top: 195px;
    margin-bottom: 0px;
    }

@media screen and (max-width: 1000px) {
    

    .navbar-inverse {
   
    margin-top: 158px;
    margin-bottom: 0px;
    }

@media screen and (max-width: 850px) {
    
    .navbar-inverse {
     
    margin-top: 120px;
    margin-bottom: 0px;
    }

@media screen and (max-width: 700px) {
    

    .navbar-inverse {
    
    margin-top: 90px;
    margin-bottom: 0px;
    }

@media screen and (max-width: 570px) {
     

    .navbar-inverse {
    
    margin-top: 60px;
    margin-bottom: 0px;
    }

@media screen and (max-width: 470px) {
    

    .navbar-inverse {
     
    margin-top: 40px;
    margin-bottom: 0px;
    }

}

@media screen and (max-width: 370px) {
    

    .navbar-inverse {
  
    margin-top: 20px;
    margin-bottom: 0px;
    }

}

}

