.site-hero {
  background: url(../images/assets/banner4.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-bottom: 25px solid goldenrod;
}

.hero-inner {
  background: linear-gradient(-45deg, rgba(0, 0, 0, 0.5), rgba(7, 7, 7, 0.918));
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.hero-item {
  padding: 20px;
}

.hero-item h1 {
  font-size: 80px;
  color: lightgray;
}

.hero-item p {
  color: white;
  font-size: 30px;
}

.hero-item button {
  width: 180px;
  height: 40px;
}

.intro-inner-grid {
  padding: 40px;
  display: -ms-grid;
  display: grid;
  row-gap: 10px;
  -webkit-column-gap: 20px;
          column-gap: 20px;
  -ms-grid-columns: 50% 50%;
      grid-template-columns: 50% 50%;
  padding-bottom: 0px;
}

.iig2 {
  padding-top: 0px;
}

.int-content {
  padding: 10px;
}

.int-content h2 {
  font-size: 50px;
  color: rgba(0, 155, 245, 0.966);
}

.vid-inner img {
  width: 100%;
}

.highlights-container {
  padding: 30px;
}

.highlights-container h2 {
  color: goldenrod;
}

.highl-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0px 5px;
}

.hl-item {
  width: 100%;
  text-align: center;
  background: rgba(0, 155, 245, 0.966);
  margin: 10px;
  padding: 10px;
  color: lightgray;
  font-size: 30px;
}

.hl-icon {
  background: goldenrod;
  width: 40px;
  height: 40px;
  color: white;
  font-size: 30px;
}

.destiny-container {
  background: url(../images/assets/transparent-back-1.png);
  background-size: cover;
  background-color: #040435;
  background-repeat: no-repeat;
}

.destiny-inner {
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: initial;
      -ms-flex-align: initial;
          align-items: initial;
}

.dy-item {
  width: 100%;
  background: rgba(7, 7, 7, 0.918);
}

.dy-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-pack: initial;
      -ms-flex-pack: initial;
          justify-content: initial;
}

.dy-head h3 {
  color: white;
}

.dy-head img {
  margin-right: 50px;
}

.dy-body {
  padding: 20px;
}

.dy-body p {
  color: lightgray;
}

@media (max-width: 800px) {
  .intro-inner-grid {
    padding: 5px;
    -ms-grid-columns: 100%;
        grid-template-columns: 100%;
  }
  .highl-inner {
    display: -ms-grid;
    display: grid;
    row-gap: 10px;
    -webkit-column-gap: 20px;
            column-gap: 20px;
    padding: 0px 5px;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
  .destiny-inner {
    padding: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .iig2 {
    padding-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
  }
}

@media (max-width: 450px) {
  .highlights-container {
    padding: 5px;
  }
  .highlights-container h2 {
    font-size: 35px;
  }
  .highl-inner {
    -ms-grid-columns: 100%;
        grid-template-columns: 100%;
  }
  .hl-item {
    margin: 0px;
    padding: 0px;
  }
  .hl-icon {
    margin: 10px;
  }
}
/*# sourceMappingURL=about.css.map */