/**Extra small devices (portrait phones, less than 576px)**/
@media (max-width: 575.98px) {
  .intro-right {
    min-height: 660px;
    margin-top: -83px;
  }
}
/**Small devices (landscape phones, less than 768px)**/
@media (max-width: 767.98px) {
  .intro-right {
    min-height: 320px;
    margin-top: 0px;
  }
  .box {
    margin-top: 0px
  }
}
@media (min-width: 768px) {
  .intro-right {
    min-height: 660px;
    margin-top: -83px;
  }
  .box {
    margin-top: -80px
  }
}

body {
  font-family: 'Sriracha', cursive;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background: url("../img/stars.jpg") center center no-repeat;
  background-size: cover;
}
a {
  color: #000000;
  text-decoration: none;
}
a:hover, a:focus {
  color: #000000;
  text-decoration: underline;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: 'Bangers', cursive;
  margin-bottom: 0.5rem;
  font-weight: 700;
  line-height: 1.2;
  color: inherit;
}
h1, .h1 {
  font-size: 60px;
}

.box {
  background: rgb(176, 224, 174);
  background: -webkit-linear-gradient(bottom, rgba(176, 224, 174, 1) 0%, rgba(255, 255, 255, 1) 52%, rgba(255, 255, 255, 1) 100%);
  background: -o-linear-gradient(bottom, rgba(176, 224, 174, 1) 0%, rgba(255, 255, 255, 1) 52%, rgba(255, 255, 255, 1) 100%);
  background: linear-gradient(to top, rgba(176, 224, 174, 1) 0%, rgba(255, 255, 255, 1) 52%, rgba(255, 255, 255, 1) 100%);
  padding: 30px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.75);
  -moz-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.75);
  box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.75);
  margin-top: 30px;
  border-radius: 40px;
  margin-bottom: 30px;
}
ul {
  list-style: none;
  margin: 30px 0px;
  padding: 0px;
}
li {
  margin-left: 25px;
  padding: 0px;
}
.fa-li {
  left: 15px !important;
  position: absolute;
  text-align: left !important;
  width: 2em;
  line-height: inherit;
}
.intro-right {
  background: url("../img/bg.png") right top no-repeat;
  background-size: contain;
}
.logos {
  margin-bottom: 45px;
}
.logo1 {
  width: 70%;
  text-align: center;
  margin: 0 auto;
}
.logo2 {
  width: 70%;
  text-align: center;
  margin: 0 auto;
}
.text-small {
  font-size: 0.9rem !important;
}
.text-uppercase {
  letter-spacing: 0.2em !important;
}
i.fas.fa-shield-check {
  color: #c80c0c;
}
i.fas.fa-rocket-launch {
  color: #f49d00;
}