/* color 1 = #231f20 */
/* color 2 = #e4d8c9 */

@font-face {
  font-family: 'omnium-light';
  src: url('/assets/fonts/omnium-light-webfont.woff2') format('woff2'),
    url('/assets/fonts/omnium-light-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}

@font-face {
  font-family: 'omnium-bold';
  src: url('/assets/fonts/omnium-bold-webfont.woff2') format('woff2'),
    url('/assets/fonts/omnium-bold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}

html,
body {
  height: 100%;
  font-family: 'omnium-light', sans-serif;
  font-weight: normal;
}

.fill-height {
  min-height: 100%;
  height: auto;
  height: 100%;
}

body {
  background: linear-gradient(to right,
      #e4d8c9 0%,
      #e4d8c9 50%,
      #231f20 50%,
      #231f20 100%);
}

/*  */
.logo {
  font-family: 'omnium-bold', sans-serif;
  font-size: 40px;
  font-weight: bold;
  margin: 50px 0 0 -25px;
  text-align: center;
  margin-bottom: 210px;
}

.logo span {
  color: #e4d8c9;
}

.dark-font {
  color: #231f20;
  background: transparent;
}

.light-font {
  color: #e4d8c9;
  background: transparent;
}

.left-hello-msg {
  font-family: 'omnium-bold', sans-serif;
  font-size: 2.1vw;
  font-weight: bold;
  margin-left: 6px;
  margin-bottom: 10px;
}

.roar {
  font-family: 'omnium-bold', sans-serif;
  font-weight: bold;
  line-height: 0.69;
  font-size: min(11.5vw, 240px);
  margin-left: -0.058em;
  margin-bottom: 70px;
}

.left-list {
  font-size: 1.7vw;
  margin-left: -2px;
}

.right-hello-msg {
  font-family: 'omnium-bold', sans-serif;
  font-weight: bold;
  line-height: 0.75;
  font-size: min(5vw, 100px);
  /* text-align: center; */
  margin-top: min(8vw, 184px);
  padding: 0 0 0 50px;
  /* letter-spacing: 4px; */
  margin-bottom: 65px;
}

.right-message {
  font-size: 1.7vw;
  /* margin-top: 125px; */
  padding: 0 50px;
  margin-bottom: 65px;
}

.social-icon {
  width: 40px;
  margin: 0 52px;
}
/* xl */
@media (max-width: 1200px) {
  .left-hello-msg {
    /* font-size: 12px; */
    margin-left: 10px;
  }
  .roar {
    line-height: 1;
    /* font-size: 3.4em; */
    margin-left: 5px;
    margin-bottom: 20px;
  }

  .left-list {
    /* font-size: 20px; */
    margin-left: 10px;
  }

  .right-hello-msg {
    line-height: 1;
    /* font-size: 6vw; */
    text-align: left;
    padding: 0;
    /* margin-top: 8vw; */
    margin-bottom: 0px;
    /* white-space: nowrap; */
  }

  .right-message {
    font-size: 20px;
    margin-top: 35px;
    padding: 0;
  }

  .social-icon {
    width: 40px;
    margin: 0;
  }
}
/* lg */
@media (max-width: 992px) {
  .main-container {
    padding: 0;
  }
  .left-hello-msg {
    /* font-size: 12px; */
    margin-left: 10px;
  }

  .roar {
    line-height: 1;
    /* font-size: 3.4em; */
    margin-left: 5px;
    margin-bottom: 20px;
  }

  .left-list {
    /* font-size: 20px; */
    margin-left: 10px;
  }

  .right-hello-msg {
    line-height: 1;
    /* font-size: 30px; */
    text-align: left;
    padding: 0;
    /* margin-top: 8vw; */
  }

  .right-message {
    /* font-size: 20px; */
    margin-top: 35px;
    padding: 0;
  }

  .social-icon {
    width: 40px;
    /* margin: 35px; */
  }
}
/* md */
@media (max-width: 768px) {
  .main-container {
    padding: 0;
  }
  .logo {
    margin-bottom: 70px;
  }
  .left-hello-msg {
    font-size: 12px;
    margin-left: 10px;
  }

  .roar {
    line-height: .8;
    /* font-size: 3.4em; */
    margin-left: 5px;
    margin-bottom: 20px;
  }

  .left-list {
    /* font-size: 20px; */
    margin-left: 10px;
  }

  .right-hello-msg {
    line-height: 1;
    /* font-size: 30px; */
    text-align: left;
    padding: 0;
    /* margin-top: min(8vw, 184px); */
  }

  .right-message {
    font-size: 20px;
    margin-top: 35px;
    padding: 0;
  }

  .social-icon {
    width: 40px;
    margin: 0 10px 20px;
  }
}

/* sm */
@media (max-width: 576px) {
  body, .container-fluid {
    background: linear-gradient(to bottom, #e4d8c9 0%, #e4d8c9 50%, #231f20 50%, #231f20 100%) !important;
  }
  .main-container {
    padding: 0;
  }
  .light-font {
    background: #231f20;
    padding: 0 35px
  }
  .dark-font {
    background: #e4d8c9;
    padding: 0 35px
  }
  .logo {
    font-size: 1rem;
    margin-top: 20px;
    margin-bottom: 70px;
  }
  .sustain {
    color: #231f20 !important;
  }
  .left-hello-msg {
    font-size: 5.5vw;
    margin-left: 0;
    line-height: 1;
  }

  .roar {
    line-height: 1;
    font-size: 30vw;
    margin-left: -10px;
    margin-bottom: 20px;
  }

  .left-list {
    font-size: 20px;
    margin-left: -4px;
  }

  .right-hello-msg {
    line-height: 1;
    font-size: 14vw;
    text-align: left;
    padding: 0;
    /* margin-top: 0; */
    margin-bottom: 0px;
    /* white-space: nowrap; */
  }

  .right-message {
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 0;
  }

  .social-icon {
    width: 40px;
    margin: 0 0 20px 0;
  }
}

