/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#herob {
  width: 100%;
  height: 80vh;
  background: #262761;
}

#herob .container {
  padding-top: 84px;
}

#herob h1 {
  margin: 0;
  font-size: 42px;
  font-weight: 700;
  line-height: 56px;
  color: #ffff00;
  text-transform: uppercase;
}

#herob h2 {
  color: #fff;
  margin: 10px 0 0 0;
  font-size: 20px;
}

#herob .btn-get-started {
  font-family: "Dosis", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 28px;
  border-radius: 3px;
  transition: 0.5s;
  margin-top: 25px;
  color: #fff;
  background: #64a83d !important;
  text-transform: uppercase;
}

#herob .btn-get-started:hover {
  background: #76c7ed;
}

@media (max-width: 991px) {
  #herob {
    height: 100vh;
    text-align: center;
  }

  #herob .herob-img img {
    width: 50%;
  }
}

@media (max-width: 768px) {
  #herob h1 {
    font-size: 28px;
    line-height: 36px;
  }

  #herob h2 {
    font-size: 18px;
    line-height: 24px;
  }

  #herob .herob-img img {
    width: 80%;
  }
}
