:root {
  --dark-slate-grey: #333;
  --white: white;
  --black: black;
  --blue: #001f3f;
}

body {
  color: var(--dark-slate-grey);
  font-family: Work Sans, sans-serif;
}

.hero {
  justify-content: center;
  align-items: center;
  display: flex;
}

.logo {
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.logo.header {
  color: #333;
  font-size: 22px;
  font-weight: 700;
}

.jumbo {
  font-size: 60px;
  line-height: 65px;
}

.jumbo.invert {
  color: #fff;
}

.cta {
  letter-spacing: .5px;
  background-color: #001f3f;
  border-radius: 4px;
  margin-top: 0;
  padding: 12px 24px;
  font-family: Roboto, sans-serif;
  font-weight: 700;
}

.cta.margin {
  margin-left: 40px;
}

.copy-text {
  padding-bottom: 24px;
  font-family: Roboto, sans-serif;
  font-size: 22px;
  line-height: 32px;
}

.copy-text.invert {
  color: #fff;
}

.hero-text {
  max-width: 490px;
}

.hero-image {
  background-image: url('../images/kilo-niner-alpha-picture-header.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 50%;
  height: 100vh;
}

.hero-text-wrapper {
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}

.section {
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 50px;
  display: flex;
}

.section.image-bg {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  height: 100vh;
  display: flex;
}

.div-block {
  width: 50%;
  padding-right: 24px;
}

.half-content {
  flex-direction: column;
  width: 50%;
}

.two-divs {
  justify-content: space-around;
  align-items: center;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.one-div-left {
  justify-content: flex-start;
  align-items: center;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.cta-secondary {
  color: #222;
  letter-spacing: .5px;
  background-color: #fff;
  border-radius: 4px;
  padding: 12px 24px;
  font-weight: 700;
}

.bottom-cta {
  flex-direction: column;
  align-items: center;
  max-width: 480px;
  display: flex;
}

.final-section {
  justify-content: center;
  padding-top: 120px;
  padding-bottom: 120px;
  display: flex;
}

.dawg {
  flex-direction: column;
  align-items: center;
  max-width: 320px;
  display: flex;
}

.paragraph {
  text-align: center;
  line-height: 22px;
}

.column {
  background-image: linear-gradient(#ffefd5, #ffefd5);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-top: 120px;
  padding-bottom: 120px;
  display: flex;
}

.column.blueish {
  background-image: linear-gradient(#d5f7ff, #d5f7ff);
}

.subtitle {
  color: #636363;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.subtitle.invert {
  color: #fff;
  font-weight: 400;
}

.footer {
  text-align: center;
}

.center {
  text-align: center;
  padding-bottom: 8px;
}

.heading.blue {
  color: #333;
}

.body {
  color: var(--dark-slate-grey);
  background-color: #f3f3f3;
  font-family: Roboto Condensed, sans-serif;
}

@media screen and (max-width: 991px) {
  .hero {
    flex-direction: column-reverse;
  }

  .logo {
    padding-bottom: 20px;
    line-height: 20px;
  }

  .jumbo {
    margin-top: 8px;
    font-size: 48px;
    line-height: 51px;
  }

  .cta.margin {
    margin-top: 20px;
    margin-left: 0;
  }

  .copy-text {
    font-size: 18px;
    line-height: 24px;
  }

  .hero-image {
    width: 100%;
    height: 50vh;
  }

  .section.image-bg {
    background-position: 56%;
  }

  .half-content {
    padding-right: 20px;
  }

  .one-div-left {
    padding-left: 24px;
  }
}

@media screen and (max-width: 767px) {
  .section {
    padding-bottom: 50px;
  }

  .section.image-bg {
    background-position: 58%;
  }
}

@media screen and (max-width: 479px) {
  .logo {
    text-align: center;
    margin-bottom: 0;
  }

  .logo.header {
    font-size: 18px;
  }

  .jumbo {
    text-align: center;
    font-size: 28px;
    line-height: 32px;
  }

  .copy-text {
    text-align: center;
    font-size: 16px;
    line-height: 24px;
  }

  .hero-text {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .hero-image {
    height: 33vh;
  }

  .hero-text-wrapper {
    padding-left: 16px;
    padding-right: 16px;
  }

  .section {
    padding: 96px 16px 50px;
  }

  .section.image-bg {
    background-image: linear-gradient(#ff3e01, #ff3e01);
    background-position: 0 0;
    height: auto;
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .div-block {
    width: 100%;
  }

  .half-content {
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding-right: 0;
    display: flex;
  }

  .two-divs {
    flex-direction: column;
    align-items: center;
  }

  .heading {
    text-align: center;
    font-size: 28px;
    line-height: 32px;
  }

  .heading-2 {
    font-size: 28px;
    line-height: 32px;
  }
}


