@media (max-width: 706px) {
  .navbar-nav.social-icons {
    flex-direction: row;
  }
}

.body-container{
  min-height:400px;
}

.headers .container {
  max-width: 100%;
}

.bg-yellow {
  background-color: yellow;
}

.bg-blue {
  background-color: #223a66;
}

.bg-white {
  background-color: #ffffff;
}

.color-black {
  color: #000000
}

.color-white {
  color: #ffffff
}

.color-red {
  color: #d60000
}



a:hover {
  color: #d60000;
  text-decoration: underline;
}




.navbar-nav {
  .dropdown-menu {
    position: absolute;
  }

  .site-logo{
    width:100%;
    height: 54px;
  }

  .dropdown-item.active, .dropdown-item:active {
    background-color: #d60000;
    border-radius: 1.25rem;
}

.dropdown-item:focus, .dropdown-item:hover {
  text-decoration: none;
  background-color: #d60000;
  border-radius: 0.9em;
  color: white;
}

.dropdown-menu {
  border-radius: 1.25rem;
  padding:0;
}

}

 .carousel img{
    max-height:350px !important;
    height:350px !important;
  }

  hr.style1{
    width:50px;
    float:left;
    border-top: 3px solid #d60000;
  }
