.body {
  background-color: #292727;
}

.navbar {
  margin-right: 0px;
  margin-left: 0px;
  background-color: #292727;
}

.nav-link {
  color: #fff;
}

.nav-link-2 {
  color: #fff;
}

.nav-link-3 {
  color: #fff;
}

.section {
  background-color: #292727;
}

.container {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  margin-right: auto;
  margin-left: auto;
  padding: 10px 80px;
  background-color: rgba(0, 0, 0, 0.9);
}

.section-2 {
  background-image: url('../images/caution.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.heading {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 70px;
  padding-bottom: 50px;
  color: #f8db33;
  text-align: center;
}

.section-3 {
  display: block;
  padding-right: 80px;
  padding-bottom: 80px;
  padding-left: 80px;
  background-color: #343434;
  background-image: url('../images/section-bg-1.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.heading-2 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 70px;
  color: #fff;
  text-align: center;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 250px;
  height: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f8db33;
  text-align: left;
  -o-object-fit: fill;
  object-fit: fill;
}

.feature-card {
  border-style: solid;
  border-width: 2px;
  border-color: #f8db33;
  border-radius: 5px;
  text-align: center;
}

.columns {
  margin-bottom: 50px;
}

.heading-3 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 20px;
  padding-bottom: 30px;
  color: #fff;
}

.heading-4 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 20px;
  padding-bottom: 30px;
  color: #fff;
}

.heading-5 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 20px;
  padding-bottom: 30px;
  color: #fff;
}

.heading-6 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 20px;
  padding-bottom: 30px;
  color: #fff;
}

.heading-7 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 20px;
  padding-bottom: 30px;
  color: #fff;
}

.heading-8 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 20px;
  padding-bottom: 30px;
  color: #fff;
}

.heading-9 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 20px;
  padding-bottom: 30px;
  color: #fff;
}

.heading-10 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 20px;
  padding-bottom: 30px;
  color: #fff;
}

.heading-11 {
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 10px;
  padding-bottom: 30px;
  color: #fff;
}

.hashtag {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 30px;
  color: #f8db33;
}

.section-4 {
  padding-top: 80px;
  padding-bottom: 80px;
  background-image: url('../images/section-bg-2.jpg');
  background-position: 0px 0px;
  background-size: cover;
  text-align: center;
}

.link-block {
  padding: 20px;
}

.image {
  padding-top: 0px;
}

.div-block-2 {
  border-radius: 10px;
  background-color: #f8db33;
}

.heading-12 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 20px;
  padding-bottom: 50px;
  color: #fff;
  text-align: center;
}

.button {
  margin-bottom: 50px;
  border: 5px solid #f8db33;
  border-radius: 5px;
  background-color: transparent;
  text-align: center;
}

.heading-13 {
  padding-top: 50px;
  padding-bottom: 50px;
  color: #000;
}

.text-block {
  padding-top: 30px;
  padding-bottom: 30px;
  color: #fff;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .image {
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }
}