@import url("https://fonts.googleapis.com/css?family=Raleway");
html, body {
  font-size: 1rem;
  color: white;
  font-family: 'Raleway', sans-serif; }

header .banner {
  position: relative; }
  header .banner img.banner-img {
    height: 85vh;
    width: 100%;
    object-fit: cover; }
  header .banner .content {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.2);
    top: 0;
    left: 0;
    width: 100%;
    height: 85vh;
    text-align: center; }
    header .banner .content img {
      margin: 20px; }
    header .banner .content .campaign {
      margin: 5%; }
      header .banner .content .campaign p {
        font-size: 1rem; }
    @media (min-width: 1200px) {
      header .banner .content .campaign {
        margin: 5% 30%; } }

section {
  margin: 2rem 0 0 0; }
  section.home-cards img {
    width: 100%;
    height: 100%; }
  section.home-cards .item {
    margin-bottom: 30px;
    transition: all .2s ease-in-out;
    height: 25rem;
    position: relative; }
    section.home-cards .item:hover {
      cursor: pointer;
      box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
      transform: scale(1.03); }
    @media (min-width: 1200px) {
      section.home-cards .item.h-double {
        height: 51.9rem; }
        section.home-cards .item.h-double .content {
          padding-top: 41rem; } }
    @media (min-width: 1200px) {
      section.home-cards .item.w-double .content {
        padding-top: 16rem; } }
    section.home-cards .item .content {
      position: absolute;
      padding: 14rem 2rem 0 2rem;
      background-color: rgba(0, 0, 0, 0.1);
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
    @media (max-width: 599px) {
      section.home-cards .item .content {
        padding-top: 11rem; } }
    section.home-cards .item .btn-outline-light {
      font-size: 12px; }

.modal {
  background-color: rgba(0, 0, 0, 0.5); }
  @media (min-width: 1200px) {
    .modal .modal-dialog {
      max-width: 1000px; } }
  .modal .modal-dialog .modal-body {
    padding: 0;
    position: relative; }
    .modal .modal-dialog .modal-body button.close {
      background: white;
      padding: 2px 8px;
      border-radius: 50%;
      position: absolute;
      right: -12px;
      top: -12px;
      opacity: 1;
      z-index: 1; }
    .modal .modal-dialog .modal-body img {
      height: 80vh; }
    .modal .modal-dialog .modal-body video {
      width: 100%;
      height: 80vh;
      object-fit: fill;
      margin-bottom: -10px; }
      @media (max-width: 599px) {
        .modal .modal-dialog .modal-body video {
          height: 50vh; } }
    .modal .modal-dialog .modal-body .content {
      color: #555555;
      padding: 8rem 2rem 2rem 4rem;
      font-size: 16px; }
      .modal .modal-dialog .modal-body .content h2 {
        font-weight: bold; }
    .modal .modal-dialog .modal-body .carousel-control-prev {
      left: 515px; }

footer {
  padding: 1rem 5%;
  background-color: #333333; }
  @media (min-width: 1200px) {
    footer {
      padding: 1rem 15%; } }
  footer .res-footer {
    text-align: center; }
    @media (min-width: 1200px) {
      footer .res-footer {
        display: flex;
        justify-content: center; } }
    footer .res-footer p {
      font-size: 12px;
      padding: 0 0 0 1rem; }
      @media (min-width: 1200px) {
        footer .res-footer p {
          text-align: left; } }

@media (min-width: 1200px) {
  .container {
    max-width: 90%; } }

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