body {
  font-family: "Roboto";
}

button:focus {
  outline: 0;
}

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

.haveAnIdea {
  display: none !important;
}

.soody {
  background-color: #2E2E2E;
  border-bottom: 1px solid #007bff;
}

@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;
  }
}

.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;
}

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