
@charset "utf-8"; /* CSS Document */ 
body { margin:0px; padding:0px; font-size:14px; overflow-x: hidden;font-family: 'Open Sans', sans-serif;background-color:#991406;}
* { margin: 0; padding: 0 } 
ul { list-style: none; margin:0; padding: 0; } 
a:hover, a:focus { color: inherit; text-decoration: none; transition: all .5s ease 0s; -webkit-transition: all .5s ease 0s; outline: none; } 
h1, h2, h3, h4, h5, h6 { padding: 0; margin: 0; font-family: 'Open Sans', sans-serif; } 
p { font-size: 16px; line-height: 30px; } 
img { max-width: 100% } 
a { text-decoration: none; outline: none;} 
a:hover, a:focus { color: inherit; text-decoration: none; transition: all .5s ease 0s; -webkit-transition: all .5s ease 0s; outline: none; } 
a:active, a:hover {outline: 0 none;}

.head{
	background:url('../images/header.jpg');width: 100%;background-size: cover;padding: 40px 0px;margin: 0px 15px;
}
.website-container {
    margin-top: 20px;
    border: 4px solid #000;
}
.head h2 {color: #000;font-size: 37px;font-weight: 700;}
.head p{font-style: italic;
color: #9A1506 !important;font-size: 27px;font-weight: 700;line-height: 31px;}
.nav-link {color: #fff !important; font-size: 18px;font-weight: 500;}
.navbar-nav{width:100%;}
.navbar-nav li {padding: 0px 25px;}
.top-nav-bar {background: #4b020e;}
.white-wrapper{background: #fff;padding: 20px;border: 4px solid #000;
    border-top: 0px;margin-bottom:10px;}
.side-bar {border: 1px solid #000;padding: 10px;}
.side-bar h4 {font-size: 16px;background:#b3dbff;padding: 5px;font-weight: 500;}
.footer {width: 100%;}
.footer p {font-size: 12px;}
.footer-disclamer p {color: #fffefeab;}
.footer-disclamer a {color: #fff;}
.main-heading {color:#991406;font-weight:600;font-size: 19px;}
.img-banner img {
    width: 100%;margin-top:25px;
}
@media (min-width: 1200px){
.container {
    max-width: 970px;padding: 0px;
}
}

@media (max-width: 1199px){
.website-container{
   border:none;
}
}
