body {
  margin: 0;
  padding: 0;
  background: #000 url(assets/img/background.jpg) 50% top no-repeat;
}

h1 {
  width: 274px;
  height: 92px;
  background: transparent url(assets/img/logo.png) 0 0 no-repeat;
  margin: 60px auto 50px auto;
  border: 0;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  background-color: transparent;
}

p {
  color: #fff;
  font-family: 'ProximaNova', sans-serif;
  font-size: 30px;
  line-height: 50px;
  margin: 30px 0;
  text-align: center;
  -webkit-font-smoothing: antialiased;
}

p.minor {
  font-size: 24px;
  margin-top: 60px;
  opacity: 0.4;
}

section#contact-wrapper {
  max-width: 460px;
  margin: 20px auto 0 auto;
  overflow: hidden;
  display: flex;
  justify-content: center;
  gap: 60px;
}

section#contact-wrapper .contact {
  width: 200px;
  text-align: center;
}

section#contact-wrapper .contact:last-child {
  margin-right: 0;
}

section#contact-wrapper .contact span {
  display: block;
  color: #fff;
  font-family: 'ProximaNova', sans-serif;
  font-size: 18px;
  margin-bottom: 20px;
  -webkit-font-smoothing: antialiased;
}

section#contact-wrapper .contact a {
  display: block;
  color: #008de0;
  font-family: 'ProximaNova', sans-serif;
  font-size: 24px;
  margin-bottom: 5px;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
}

@font-face {
  font-family: 'ProximaNova';
  src: url('assets/font/ProximaNova-Regular.eot');
  src: url('assets/font/ProximaNova-Regular.eot?#iefix') format('embedded-opentype'),
       url('assets/font/ProximaNova-Regular.woff') format('woff'),
       url('assets/font/ProximaNova-Regular.ttf') format('truetype'),
       url('assets/font/ProximaNova-Regular.svg#ProximaNova-Regular') format('svg');
  font-style: normal;
  font-weight: 400;
}

/* Mobile Responsiveness */
@media screen and (max-width: 768px) {
  h1 {
    margin: 40px auto 30px auto;
  }

  p {
    font-size: 24px;
    line-height: 38px;
    margin: 20px 15px;
    padding: 0 10px;
  }

  p.minor {
    font-size: 20px;
    margin-top: 40px;
  }

  section#contact-wrapper {
    flex-direction: column;
    gap: 40px;
    max-width: 100%;
    padding: 0 20px;
  }

  section#contact-wrapper .contact {
    width: 100%;
  }

  section#contact-wrapper .contact span {
    font-size: 16px;
    margin-bottom: 15px;
  }

  section#contact-wrapper .contact a {
    font-size: 20px;
  }
}

@media screen and (max-width: 480px) {
  h1 {
    width: 206px;
    height: 69px;
    background-size: contain;
    margin: 30px auto 20px auto;
  }

  p {
    font-size: 20px;
    line-height: 32px;
    margin: 15px 10px;
  }

  p.minor {
    font-size: 18px;
    margin-top: 30px;
  }

  section#contact-wrapper {
    gap: 30px;
  }

  section#contact-wrapper .contact span {
    font-size: 15px;
  }

  section#contact-wrapper .contact a {
    font-size: 18px;
  }
}
