@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap");
a {
  color: inherit;
  text-decoration: inherit; }

* {
  margin: 0;
  padding: 0; }

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0; }

body {
  background-color: #080E10;
  margin: 0;
  padding: 0; }

.green {
  color: #32CD32; }

header {
  box-sizing: border-box;
  position: absolute;
  top: 0;
  width: 100%;
  padding: 98px;
  z-index: 1; }
  header .logo-container {
    width: 100%;
    text-align: center; }
    header .logo-container img {
      height: 72px;
      width: auto; }

.section-hero {
  position: relative;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  min-height: 600px;
  background-image: url("/img/backgrounds/hero.jpg");
  background-color: #333333;
  background-position: center;
  background-size: cover;
  color: #FFFFFF;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 100; }
  .section-hero .content-container {
    width: 100%;
    text-align: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%); }
    .section-hero .content-container h1 {
      text-shadow: 0 5px 8px rgba(0, 0, 0, 0.6);
      line-height: 0.9em;
      font-size: 68px;
      padding-bottom: 20px; }
    .section-hero .content-container h2 {
      text-shadow: 0 5px 8px rgba(0, 0, 0, 0.6);
      line-height: 0.9em;
      font-size: 24px; }
  .section-hero .footer-container {
    box-sizing: border-box;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0; }
    .section-hero .footer-container .button {
      display: flex;
      cursor: pointer;
      background-color: #32CD32;
      box-sizing: border-box;
      line-height: 20px;
      font-size: 20px;
      box-shadow: 0 5px 8px rgba(0, 0, 0, 0.6);
      z-index: 2; }
      .section-hero .footer-container .button:hover .arrow {
        transition: all 0.25s;
        background-color: rgba(0, 0, 0, 0.3); }
      .section-hero .footer-container .button .button-text {
        flex: 1;
        padding: 20px 40px; }
      .section-hero .footer-container .button .arrow {
        padding: 20px;
        height: 20px;
        width: 20px;
        background-color: rgba(0, 0, 0, 0.21); }
        .section-hero .footer-container .button .arrow img {
          height: 20px;
          width: 20px; }
    .section-hero .footer-container footer {
      padding: 0 32px;
      background-color: #080E10;
      z-index: 1; }
      .section-hero .footer-container footer .container {
        box-sizing: border-box;
        display: flex;
        padding: 20px 8px;
        justify-content: space-between; }
        .section-hero .footer-container footer .container .copyright {
          box-sizing: border-box;
          line-height: 20px;
          font-size: 20px; }
        .section-hero .footer-container footer .container .social-links {
          box-sizing: border-box;
          line-height: 20px;
          font-size: 20px; }
          .section-hero .footer-container footer .container .social-links a {
            height: 20px;
            width: 20px; }
          .section-hero .footer-container footer .container .social-links .link {
            display: inline-block;
            float: left;
            margin: 0 8px;
            height: 20px;
            width: 20px; }
            .section-hero .footer-container footer .container .social-links .link img {
              height: 20px;
              width: 20px; }

@media (max-width: 750px) {
  h1 {
    font-size: 48px !important; }

  h2 {
    font-size: 18px !important; } }
@media (max-width: 600px) {
  h1 {
    padding-bottom: 14px !important; }

  .footer-container .button {
    line-height: 14px !important;
    font-size: 14px !important; }
    .footer-container .button .button-text {
      padding: 14px 40px !important; }
    .footer-container .button .arrow {
      padding: 14px !important;
      height: 14px !important;
      width: 14px !important; }
      .footer-container .button .arrow img {
        height: 14px !important;
        width: 14px !important; }
  .footer-container footer .container {
    padding: 14px 8px !important;
    justify-content: space-between !important; }
    .footer-container footer .container .copyright {
      line-height: 14px !important;
      font-size: 14px !important; }
    .footer-container footer .container .social-links {
      line-height: 14px !important;
      font-size: 14px !important; }
      .footer-container footer .container .social-links .link {
        height: 14px !important;
        width: 14px !important; }
        .footer-container footer .container .social-links .link img {
          height: 14px !important;
          width: 14px !important; } }

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