body {
  font-family: "Roboto";
}

button:focus {
  outline: 0;
}

button:hover {
  background-color: #3d6fc2;
}

@media screen and (min-width: 320px) {
  .desktop, .tablet {
    display: none;
  }

  .mobileDesktop {
    display: block;
  }

  .mobile, .mobileTablet {
    display: block;
  }

  .desktopOnly {
    display: none;
  }

  .desktopTablet {
    display: none;
  }

  .footerTablet {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .desktop, .tablet {
    display: block !important;
  }

  .mobileDesktop {
    display: none;
  }

  .mobile {
    display: none;
  }

  .desktopTablet {
    display: flex;
  }

  .footerTablet {
    display: block;
  }

  .carousel-inner {
    min-height: 400px;
  }
}
@media screen and (min-width: 1024px) {
  .desktopOnly {
    display: block;
  }

  .mobileDesktop {
    display: block;
  }

  .footerTablet {
    display: none;
  }

  .tablet, .mobileTablet {
    display: none !important;
  }
}
.video {
  overflow: hidden;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: relative;
}
.video video {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.video .overlay {
  background: url(/assets/images/videoOverlay.png);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.nav-link {
  color: #fff !important;
  text-transform: uppercase;
}

.footer .websiteContentFooter > a:hover {
  color: #007bff !important;
}

@media screen and (min-width: 320px) {
  .footer {
    background-color: #2e2e2e;
    text-align: center;
  }

  .footer .footerLogo {
    padding: 3rem 0;
  }

  .footer ul {
    padding: 1rem 0;
    color: #ffffff;
    font-family: "Roboto";
    cursor: pointer;
    list-style-type: none;
  }

  .websiteInfoFooter {
    border-top: 1px solid #ffffff;
  }

  .footer .websiteContentFooter > a {
    padding-bottom: 0.7rem;
    color: #ffffff;
  }

  .intouchLink {
    color: #4285f4 !important;
  }

  .footer .websiteContentFooter > a:hover {
    color: #3d6fc2 !important;
  }
}
@media screen and (min-width: 768px) {
  .footer .footerLogo {
    padding: 11rem 0;
  }

  .websiteInfoFooter {
    border: 0;
  }

  .footerTablet .smallFooter {
    background-color: #000000;
  }
}
@media screen and (min-width: 1024px) {
  .footer .footerLogo {
    text-align: inherit;
  }

  .intouchLink {
    color: #ffffff !important;
  }

  .footer ul {
    padding: 5rem 0;
  }

  .paddingFooter {
    margin-left: 5.5rem;
    line-height: 1.6rem;
    margin-right: 0;
    width: auto;
  }

  .websiteContentFooter {
    width: inherit;
    margin-left: 0;
  }
}
@media screen and (min-width: 1200px) {
  .paddingFooter {
    margin-left: 7rem;
  }
}
.footer .borders {
  border-right: 2px solid #ffffff;
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.footer .websiteInfoFooter > li {
  padding-bottom: 3rem;
}

.footer .socialMediaIcons {
  color: #ffffff;
  padding-left: 2rem;
}

.footer .socialMediaIcons:hover {
  color: #3d6fc2;
}

.footer .smallFooter {
  background-color: #000000;
}

.footer .smallFooter > p {
  color: #ffffff;
  text-align: center;
}

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