@import url("https://fonts.googleapis.com/css?family=Abril+Fatface|Archivo+Narrow:700|Merriweather");
html {
  font-size: 1rem;
}

body {
  background-color: white;
  color: white;
}

a {
  color: #de4a4a;
}

a:hover, a:focus, a:active {
  color: #C53131;
}

.container-main {
  background-color: white;
  color: black;
  box-shadow: 0 0 1.5rem 0 rgba(0, 0, 0, 0.6);
  margin-bottom: 1rem;
  min-height: 90vh;
  padding-left: 5%;
  padding-right: 5%;
}

p, a, label, input, textarea, li, ul {
  font-family: "Merriweather", serif;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Archivo Narrow", sans-serif;
}

.row-hero-landing {
  position: relative;
}

.hero h1, .hero h2 {
  font-family: "Archivo Narrow", sans-serif;
}

.image-logo {
  height: 10rem;
}

.carousel-hero-landing {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.color-primary {
  background-color: white;
}

.color-main {
  background-color: #de4a4a;
  color: white;
}

.color-main a {
  color: white;
  text-decoration: underline;
}

.color-main a:focus, .color-main a:active {
  color: inherit;
}

.image-sponsor {
  max-height: 10rem;
}

.date-box {
  background-color: #de4a4a;
  color: white;
  padding: 0.75rem 1.5rem 0rem 1.5rem;
  margin-bottom: 1rem;
  box-shadow: 0 0 0.75rem 0 rgba(0, 0, 0, 0.5);
}

.date-show-more {
  cursor: pointer;
}

.p-date-time {
  font-size: 0.8rem;
}

.container-footer a {
  color: white;
  font-family: "Archivo Narrow", sans-serif;
}

.carousel-img {
  width: 100%;
  height: auto;
}

.google-maps {
  height: 25rem;
}

.google-maps iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.id-anchor {
  position: relative;
  top: -5rem;
}

/***** Bootstrap overwrite *****/
.carousel-fade .carousel-item {
  opacity: 0;
  transition-duration: .6s;
  transition-property: opacity;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  opacity: 0;
}

.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
  -ms-transform: translateX(0);
  transform: translateX(0);
  transform: translate3d(0, 0, 0);
}

.card {
  border: none;
  border-radius: 0;
  width: 100%;
}

.card-img-top {
  border-radius: 0;
  max-width: 100%;
  max-height: 10em;
  width: auto;
  height: auto;
}

.btn-primary, h6 a, a h6 {
  color: white;
  background-color: #de4a4a;
  border-style: none;
  border-radius: 0;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  font-size: 1rem;
  font-family: "Merriweather", serif;
  line-height: 1.5;
  padding: .375rem .75rem;
  margin: .375rem .5rem;
  text-decoration: none !important;
  box-shadow: 0 0 0.5rem 0 rgba(0, 0, 0, 0.4);
}

.btn-primary:hover, h6 a:hover, a h6:hover {
  color: white;
  background-color: #C53131;
  border-style: none;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, h6 a:hover, a h6:hover, h6 a:focus, a h6:focus, h6 a:active, a h6:active {
  box-shadow: none;
  color: white;
}

.navbar {
  background-color: transparent;
}

.navbar a {
  color: white !important;
}

.navbar .navbar-toggler {
  background-color: #de4a4a;
  color: white;
  border-color: white;
}

.navbar .navbar-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar .navbar-collapse.show, .navbar .navbar-collapse.collapsing {
  background-color: #de4a4a;
}

.navbar.scrolled, .navbar.solid, .navbar.expanded {
  background-color: #de4a4a;
  box-shadow: 0 0 0.75rem 0 rgba(0, 0, 0, 0.6);
}

.navbar.scrolled {
  transition: box-shadow 0.75s ease ,background-color 0.75s ease;
}

.navbar-nav {
  background-color: #de4a4a;
}

.nav-item a {
  text-transform: uppercase;
  font-family: "Archivo Narrow", sans-serif;
  font-size: 1.25rem;
}

.nav-item.active {
  text-decoration: underline !important;
}

.dropdown-menu {
  background-color: #de4a4a;
}

.dropdown-item:hover {
  color: #de4a4a !important;
}

.container-nav-solid {
  padding-top: 5em !important;
}

textarea {
  max-width: 50rem;
  min-height: 8rem;
}

.row {
  margin-bottom: 2em;
}

.div-hero-image {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

@keyframes fadeIn {
  0% {
  }
  100% {
    opacity: 1;
  }
}
