/*hardcoded pages*/
.page_header {
  color: #e45424;
  padding-bottom: 20px;
}
.panel-info > .panel-heading {
  color: white;
  background-color:#bdbec2;
  border-color:#bdbec2;
}
.panel-info {
  border-color:#bdbec2;
}
.nav {
text-align:center;
}
.header {
  background-color: #e45424;
}
.logo1 {
    margin-right: auto;
    margin-left: auto;
    display: block;
    max-width: 100%;
}
.logo {
  margin-right:auto;
  margin-left:auto;
  display:block;
  max-width:100%;
}
.head {
  position: relative;
  height: auto;
  overflow: hidden;
}
.header__bg {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  max-width: 100%;
  height: auto;
  /*background-image: linear-gradient(white, #00305e);*/
  transform: skewY(-6deg);
  transform-origin: top left;
  background-color:#00305e;
}
/* All  custom pages */ 
.head {
  padding-bottom: 20px;
}
/*Logo*/
.glyphicon:hover {
  color: #b3b3b3;
  text-decoration: none;
}
/*Center Links on Navbar*/
.navbar .navbar-nav {
    display: inline-block;
    float: none;
}
.navbar .navbar-collapse {
    text-align: center;
}
/*navbar*/
.navbar {
  border-radius: 0px;
}
.navbar-inverse {
  background-color: white;
  border-color: white;
}
.navbar-inverse .navbar-nav > li > a{
  font-size: 16px;
  padding:14px 25px;
  text-align:center; 
  text-decoration:none; 
  display: inline-block;
  letter-spacing: 2px;
  color: #141414;
  font-family:calibri;
}

.navbar-inverse .navbar-nav > li > a:hover {
  color: white;
  background-color: #e45424;
}
.navbar-inverse .navbar-nav > li > a:active {
  color: white;
  background-color: #e45424;
}
.dropdown-menu {
  background-color:#e45424;
}
.dropdown-menu > li > a{
  font-size: 16px;
  letter-spacing: 2px;
  color: white;
  font-family:calibri;
  background-color:#141414;
}
.dropdown-menu > li > a:hover {
  color: white;
  background-color: #e45424;
}
.dropdown-menu > li > a:active {
  color: white;
  background-color: #141414;
}
.navbar-toggle {
  background-color: #141414;
}
/*Top carousel*/
.container {
  max-width:100%;
  padding-right: 0px;
  padding-left: 0px;
}


/*Footer*/

.footer {
  background-color: #141414;
  height: auto;
  border-top: 20px solid #333333;
}
}
h3 {
  text-align:center; 
  color:white;
  font-family: amsi pro;
  font-weight: bold;
  padding-top: 5px;
}
h2 {
  color:#9d9d9d;
  text-align:center;
  font-family: amsi pro;
  font-size: 20px;
  font-weight: bold;
}
h5 {
  text-align:center;
  font-family: calibri;
  font-size: 18px;
  color: #9d9d9d;
  line-height:1.5;
}
.socialMedia { 
  padding-top: 5px;
  text-align: center;
}
.fa-gift {
  padding:5px !important;
  font-size: 30px;
}
.fa {
  padding: 10px;
  font-size: 30px;
  width: auto;
  color:#9d9d9d; 
  text-decoration:none;
}
.fa:hover {
  color:#e45424;
  text-decoration:none;
}

#centerBtm {
  text-align:center;
}
.btmImg {
  padding-top:10px;
}
/*privacy policy and server*/
#Server {
  background-color: #333333;
 
}
.textc {
  background-color: #333333;
  
}
/*media queries*/
@media (max-width:500px) {
  h5 {
   font-size: 12px !important;
 }
}
@media only screen and (max-width: 500px) {
  h2,.btmLinks, .btmLinks1 { 
   font-size: 15px; 
 } 
}
@media only screen and (max-width: 638px) {
  .fa {
   font-size: 15px;
 }
}
@media only screen and (max-width: 638px) {
  .fa {
   padding: 5px; !important
 }
}
@media (max-width:638px) {
  .donate {
   padding: 5px;
   font-size: 15px;
 }
}

@media only screen and (max-width:1000px) {
  .footerImg {
   height: 200px;
 }
}
@media only screen and (min-width:1200px) {
  .container {
   width: 100%;
 }
}
@media only screen and (max-width:1999px) {
  .container {
   width:100%
 }
}