.navbar {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  padding: 9px;
  border-top: 1px none #009fe3;
  background-color: rgba(255, 255, 255, 0);
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 72vh;
  -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;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.76)), to(rgba(0, 0, 0, 0.39))), url('../images/charles-forerunner-3fPXt37X6UQ-unsplash.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.76), rgba(0, 0, 0, 0.39)), url('../images/charles-forerunner-3fPXt37X6UQ-unsplash.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.footer {
  background-color: #000;
}

.heading {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 25px;
  font-weight: 600;
}

.text-block {
  position: static;
  padding-top: 11px;
  padding-bottom: 11px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  line-height: 17px;
}

.container-2 {
  padding-top: 33px;
  padding-bottom: 33px;
}

.link {
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-weight: 300;
  text-decoration: none;
}

.div-block {
  position: static;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
}

.div-block-2 {
  width: 500px;
  margin-top: 100px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-weight: 300;
}

.heading-2 {
  font-size: 25px;
  line-height: 36px;
  font-weight: 400;
}

.paragraph {
  font-size: 14px;
  font-weight: 300;
}

@media screen and (max-width: 479px) {
  .div-block-2 {
    margin-right: 2%;
    margin-left: 2%;
  }
}