/*!
 * Start Bootstrap - Busines Frontpage (https://startbootstrap.com/template-overviews/business-frontpage)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-business-frontpage/blob/master/LICENSE)
 */
@keyframes slideIn {
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
  100% {
    transform:translateY(0rem);
    opacity: 1;
  }
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
}

@-webkit-keyframes slideIn {
  0% {
    -webkit-transform: transform;
    -webkit-opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    -webkit-opacity: 1;
  }
  0% {
    -webkit-transform: translateY(1rem);
    -webkit-opacity: 0;
  }
}

.slideIn {
  -webkit-animation-name: slideIn;
  animation-name: slideIn;
}
.dropdown-item:active{
  background-color: #C41E3A!important;
}
/* Other styles for the page not related to the animated dropdown */

body {
  padding-top: 56px;
}
.col-md-6.mb-5.inner {
    float: left!important;
}
h1#banner-txt{
    font-size: 3.5rem; 
    font-weight: 300; 
    line-height: 1.1;
}
header.bg-red.my-5 {
    background-color: #C41E3A!important;
}
.carousel-item {
  height: 65vh;
  min-height: 350px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
/*Footer*/
.row-footer {
    background-color: #C41E3A;
    color: #fff;
    padding-top: 3%;
}
.row-footer a {
        color: #fff;
}
.col-md-4.mb-5.footer {
    float: left;
}