:root {
  --white: white;
  --black: black;
}

.home-hero {
  min-height: 95vh;
  background-image: url('../images/hero-bottom-bg.svg'), url('../images/snow-tiger-outline.svg'), linear-gradient(#202020, #0c0c0c);
  background-position: 50% 100.5%, 120% 100%, 0 0;
  background-repeat: no-repeat, no-repeat, repeat;
  background-size: 100%, auto 95%, auto;
  padding-top: 30px;
  padding-bottom: 140px;
}

.chrios-logo {
  width: 180px;
  height: 50px;
  background-image: url('../images/chrios-logo.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.home-hero-container {
  height: 100%;
  flex-wrap: wrap;
  display: block;
}

.div-block {
  width: 45%;
}

.home-hero-header {
  color: #f2f2f2;
  margin-top: 140px;
  margin-bottom: 140px;
  font-family: proxima-nova, sans-serif;
  font-size: 42px;
  font-weight: 700;
}

.feature-section {
  background-color: #252525;
  padding-top: 20px;
  padding-bottom: 80px;
}

.feature-section.white {
  background-color: #fff;
  background-image: url('../images/feature-top-bg.svg'), url('../images/feature-bottom-bg.svg');
  background-position: 50% 100.5%, 50% -10px;
  background-repeat: no-repeat, no-repeat;
  background-size: 104%, 110%;
  margin-top: -4px;
  padding-top: 140px;
  padding-bottom: 140px;
}

.feature-section.white.no-bottom-bg {
  background-image: url('../images/feature-bottom-bg.svg');
  background-position: 50% -4px;
  background-repeat: no-repeat;
  background-size: 104%;
  padding-bottom: 80px;
}

.feature-graphic-container {
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

.feature-graphic {
  width: 50%;
  text-align: center;
}

.feature-text-container {
  width: 50%;
  flex-flow: column wrap;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.feature-text-heading {
  color: #fff;
  margin-bottom: 20px;
  font-family: proxima-nova, sans-serif;
  font-size: 38px;
  font-weight: 700;
}

.feature-text-heading.black {
  color: #404040;
}

.feature-text-paragraph {
  color: #fff;
  font-family: proxima-nova, sans-serif;
  font-size: 32px;
  font-weight: 300;
  line-height: 34px;
}

.feature-text-paragraph.black {
  color: #404040;
}

.feature-tiles-container {
  justify-content: space-between;
  padding-top: 20px;
  padding-bottom: 80px;
  display: flex;
}

.feature-tile {
  width: 30%;
  text-align: center;
  background-color: #252525;
  background-image: url('../images/gray-diamond.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 80%;
  border: 3px solid #414141;
  border-radius: 8px;
  padding: 20px;
}

.feature-tile-header {
  color: #eee;
  margin-top: 15px;
  margin-bottom: 20px;
  font-family: proxima-nova, sans-serif;
  line-height: 28px;
}

.paragraph {
  color: #e4e4e4;
  font-family: proxima-nova, sans-serif;
  font-size: 21px;
  font-weight: 300;
  line-height: 22px;
}

.feature-cta-container {
  text-align: center;
}

.feature-cta-link {
  color: #fff;
  text-align: left;
  border: 2px solid #f4f4f4;
  padding: 10px 30px;
  font-family: proxima-nova, sans-serif;
  font-size: 18px;
  text-decoration: none;
  transition: top .2s, background-color .2s;
  display: inline-block;
  position: relative;
  top: 0;
}

.feature-cta-link:hover {
  background-color: #111;
  border-color: #111;
  top: -3px;
  box-shadow: -1px 3px 8px rgba(0, 0, 0, .1);
}

.feature-cta-link.black {
  color: #444;
  border-color: #444;
  margin-top: 20px;
}

.feature-cta-link.black:hover {
  color: #fff;
}

.image {
  padding-bottom: 20px;
}

.feature-section-underline {
  width: 100px;
  height: 1px;
  background-color: #7b92a4;
  margin-bottom: 15px;
}

.image-copy {
  max-width: 80%;
  padding-bottom: 20px;
}

.feature-text-logo {
  width: 160px;
  height: 70px;
  background-image: url('../images/one2-logo.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: 20px;
}

.image-copy-2 {
  max-width: 90%;
  padding-bottom: 20px;
}

.footer-section {
  background-color: #252525;
  padding-top: 80px;
  padding-bottom: 60px;
}

.footer-container {
  text-align: center;
}

.footer-email-link {
  color: #fff;
  margin-bottom: 40px;
  font-family: proxima-nova, sans-serif;
  font-size: 21px;
  font-weight: 300;
  text-decoration: none;
  display: inline-block;
}

.text-block {
  color: #fff;
  font-family: proxima-nova, sans-serif;
  font-weight: 300;
}

.feature-cta-text-container {
  text-align: center;
}

.text-block-2 {
  color: #666;
  margin-top: 15px;
  margin-bottom: 30px;
  font-family: proxima-nova, sans-serif;
  font-size: 36px;
  font-weight: 300;
}

@media screen and (max-width: 991px) {
  .home-hero {
    min-height: auto;
    background-position: 50% 100.5%, 120% 100%, 0 0;
    background-size: 100%, 65%, auto;
    padding-bottom: 100px;
  }

  .home-hero-container {
    padding-left: 10px;
  }

  .div-block {
    width: 45%;
  }

  .home-hero-header {
    margin-top: 60px;
    margin-bottom: 20px;
    font-size: 32px;
    line-height: 37px;
  }

  .feature-section {
    padding-bottom: 60px;
  }

  .feature-section.white {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .feature-graphic-container {
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .feature-text-heading {
    font-size: 32px;
    line-height: 33px;
  }

  .feature-text-paragraph {
    font-size: 24px;
    line-height: 32px;
  }

  .feature-tile {
    background-position: 50% 38%;
  }

  .feature-tile-header, .paragraph {
    font-size: 21px;
    line-height: 24px;
  }

  .image, .image-copy-2 {
    max-width: 80%;
  }

  .text-block-2 {
    font-size: 32px;
  }

  .image-2 {
    max-width: 160px;
  }
}

@media screen and (max-width: 767px) {
  .home-hero {
    background-position: 50% 100.5%, 120% 100%, 0 0;
    background-size: 160%, 63%, auto;
    padding-bottom: 110px;
  }

  .chrios-logo {
    width: 160px;
    height: 40px;
  }

  .home-hero-container {
    padding-left: 20px;
  }

  .div-block {
    width: 55%;
  }

  .home-hero-header {
    margin-top: 45px;
    margin-bottom: 0;
    font-size: 28px;
    line-height: 32px;
  }

  .feature-section {
    padding-top: 50px;
  }

  .feature-section.white {
    background-position: 50% 100.5%, 50% -1px;
  }

  .feature-section.white.no-bottom-bg {
    background-position: 50% -3px;
  }

  .feature-graphic-container {
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 10px;
  }

  .feature-graphic-container.flex-reverse {
    flex-wrap: wrap-reverse;
  }

  .feature-graphic {
    width: 100%;
  }

  .feature-text-container {
    width: 80%;
  }

  .feature-text-heading {
    width: 100%;
    text-align: center;
    font-size: 28px;
    display: block;
  }

  .feature-text-paragraph {
    text-align: center;
    font-size: 21px;
    line-height: 28px;
  }

  .feature-tiles-container {
    flex-wrap: wrap;
    justify-content: center;
  }

  .feature-tile {
    width: 80%;
    background-position: 30px;
    background-size: 160px;
    flex-wrap: nowrap;
    margin-bottom: 20px;
    padding-bottom: 10px;
    display: flex;
  }

  .feature-tile-header {
    margin-top: 7px;
    margin-bottom: 10px;
  }

  .paragraph {
    width: 100%;
    text-align: left;
    align-items: center;
    margin-left: 20px;
    display: flex;
  }

  .feature-cta-link.black {
    margin-left: auto;
    margin-right: auto;
  }

  .image {
    max-width: 50%;
  }

  .feature-section-underline {
    margin-left: auto;
    margin-right: auto;
  }

  .image-copy {
    max-width: 55%;
  }

  .feature-text-logo {
    margin-left: auto;
    margin-right: auto;
  }

  .image-copy-2 {
    max-width: 60%;
  }

  .text-block-2 {
    margin-bottom: 20px;
    font-size: 32px;
  }

  .image-2 {
    max-width: 140px;
  }

  .feature-tile-header-container {
    width: 100%;
    max-width: 180px;
    min-width: 180px;
  }

  .image-3 {
    max-width: 80px;
  }
}

@media screen and (max-width: 479px) {
  .home-hero {
    background-size: 300%, 73%, auto;
    padding-top: 35px;
    padding-bottom: 220px;
  }

  .div-block {
    width: 90%;
  }

  .feature-section {
    padding-top: 70px;
  }

  .feature-section.white {
    background-size: 180%, 190%;
  }

  .feature-tiles-container {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .feature-tile {
    background-position: 50%;
    flex-wrap: wrap;
    margin-bottom: 30px;
  }

  .feature-tile-header {
    margin-bottom: 15px;
  }

  .paragraph {
    text-align: center;
    margin-left: 0;
  }

  .image {
    max-width: 80%;
  }

  .text-block-2 {
    font-size: 28px;
  }

  .feature-tile-header-container {
    max-width: none;
    min-width: auto;
  }
}


