* {
  margin: 0;
  padding: 0; }

html {
  font-size: 10px; }

body {
  background-image: url("../images/yellow-bg.jpg");
  background-repeat: no-repeat;
  font-family: effra, sans-serif;
  height: 100%;
  width: 100%;
  max-width: 100%;
  max-height: 100vh; }

#logo {
  width: 33.33%;
  margin: 0 auto;
  height: auto; }

.main-content {
  width: 100%;
  text-align: center;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%); }

#tagline {
  padding-top: 60px;
  padding-bottom: 60px;
  height: auto;
  font-style: normal;
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 190%;
  text-align: center;
  color: #fff;
  letter-spacing: 8px; }
  #tagline .underline {
    border-bottom: 4px solid #fff; }

.button-section {
  padding-top: 50px; }

.coming-soon p {
  padding-bottom: 10px;
  font-size: 2.5rem;
  font-weight: 600; }

.main-content {
  text-align: center;
  color: #fff;
  word-wrap: break-word; }
  .main-content a {
    text-decoration: none; }
  .main-content .bold-text {
    font-weight: bold;
    text-align: center;
    margin: 0 auto;
    margin-top: 4%;
    margin-bottom: 20px;
    letter-spacing: 8px; }
    .main-content .bold-text span {
      border-bottom: 4px solid #fff;
      font-size: 2.8rem; }
  .main-content .main-text {
    letter-spacing: 6px;
    font-size: 2.25rem; }
    .main-content .main-text a {
      color: #fff; }
    .main-content .main-text .small-text {
      font-size: 1.75rem; }
  .main-content .italic-text {
    font-style: italic;
    font-weight: bold; }
  .main-content .button-style-1 {
    padding-top: 15px;
    margin: 0 auto;
    width: 300px;
    font-size: 1.75rem;
    font-weight: bold; }
    .main-content .button-style-1 p {
      padding-top: 10px;
      padding-bottom: 10px;
      border: 2px solid #fff; }
  .main-content #icons {
    padding-top: 15px; }
    .main-content #icons img {
      width: 45px;
      height: auto; }

@media screen and (max-width: 1024px) {
  html {
    font-size: 16px; }

  .main-content #icons img {
    width: 100px; }

  .main-content .button-style-1 {
    width: 400px; }

  .main-content .button-style-1 p {
    padding-top: 25px;
    padding-bottom: 25px;
    border: 3px solid #fff; }

  #logo {
    width: 70%; } }

/*# sourceMappingURL=style.css.map */
