body {
  background-attachment: fixed;
  background-color: #274a6f;
  background-image: url("../img/bg.jpg");
  background-repeat: repeat-x;
  background-size: auto 100vh;
  font-family: "PT Sans", sans-serif;
}

a {
  color: #d11e26;
  text-decoration: none;
}
a:hover {
  color: #e7555b;
}

.h1, .h2, .h3, .h4, .h5, .h6,
h1, h2, h3, h4, h5, h6 {
  font-family: "Oswald", "PT Sans", sans-serif;
  font-weight: 300;
}

.btn-primary {
  color: #fff;
  background-color: #d11e26;
  border-color: #d11e26;
}
.btn-primary:hover {
  color: #fff;
  background-color: #b21a20;
  border-color: #a7181e;
}
.btn-check:focus + .btn-primary, .btn-primary:focus {
  color: #fff;
  background-color: #b21a20;
  border-color: #a7181e;
  box-shadow: 0 0 0 0.25rem rgba(216, 64, 71, 0.5);
}
.btn-check:checked + .btn-primary, .btn-check:active + .btn-primary, .btn-primary:active, .btn-primary.active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #a7181e;
  border-color: #9d171d;
}
.btn-check:checked + .btn-primary:focus, .btn-check:active + .btn-primary:focus, .btn-primary:active:focus, .btn-primary.active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(216, 64, 71, 0.5);
}
.btn-primary:disabled, .btn-primary.disabled {
  color: #fff;
  background-color: #d11e26;
  border-color: #d11e26;
}

.carousel-caption-title {
  background-color: rgba(209, 30, 38, 0.8);
}

.carousel-caption-text {
  background-color: rgba(0, 0, 0, 0.6);
}

.container {
  max-width: 1140px;
}

.navbar-light .navbar-nav .nav-link {
  color: #000;
  font-size: 1.25rem;
  font-weight: 300;
}

.text-primary {
  color: #d11e26 !important;
}

.section-title {
  margin-bottom: 2rem;
  position: relative;
  text-align: center;
}
.section-title::before {
  content: "";
  background-color: #d11e26;
  position: absolute;
  left: 0;
  top: 50%;
  height: 3px;
  width: 100%;
}
.section-title span {
  background-color: #fff;
  padding-left: 1rem;
  padding-right: 1rem;
  position: relative;
}

.site-header {
  font-family: "Oswald", "PT Sans", sans-serif;
}

#particles {
  display: block;
  opacity: 1;
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  z-index: 0;
}

/*# sourceMappingURL=main.css.map */
