/* CSS Document */


body{font-family:AppleGothic, Candara, "Candara Light";}

.logocontainer{background-color:#fff;}
.bg1{background-color: #db132f; }
.bg-dark {background-color: #db132f !important;}
.logofont{font-family: "Candara Light", AppleGothic, Lato; font-size: 20px;}
.logofont2{font-family: "Candara Light", AppleGothic, Lato; font-size: 20px;color: #000000;}
a:link {text-decoration: none;}


.navbar-default .navbar-toggle:before, { color: white; }
.navcontainer{height:10px;}

.nav-link{color: white !important; }

.dropdown-menu{
  display: none;
  position: absolute;
  background-color: #db132f;
  min-width: 160px;
  border: #FFFFFF;
  z-index: 1;
 }

/* Links inside the dropdown */
.dropdown-menu a {
  color: #fff;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.dropdown-menu a:hover {background-color: #fff; color:#db132f;}

/* Show the dropdown menu on hover */
.navbar-nav :hover .dropdown-menu {display: block;}


h2{color:#fff;font-size:40px;}

h1{color:#db132f;font-size:40px; font-weight: 700;}

h3{color:#db132f;font-weight: 700;font-size: 40px;}

h5{color:#db132f; font-weight: 600;}

h4{color:#db132f;font-weight: 600;font-size: 35px;}

h6{color:#fff;font-weight: 600; font-size: 20px;}

.footer text{color:#fff; font-weight: 600;}

.card-text{color: #000;}

.circle{max-width: 100%; height: auto;display:block;}


.btn-primary {
  color: #fff;
  background-color: #db132f;
  border-color: #fff;
}

.footer--widget-content{color: #FFFFFF;}
.entry--title a{color: #FFFFFF;}

.fa {color: #FFFFFF;}



   
