:root {
  --white: white;
  --black: black;
}

.section {
  background-image: linear-gradient(#ffffff80, #ffffff80), url('../images/lgi_unsplash-6.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  height: 98vh;
}

.image {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.div-block {
  padding-top: 10%;
}

.text-block {
  color: #fff;
  text-align: center;
  background-color: #000;
  height: 20px;
  margin-top: auto;
  font-family: Montserrat, sans-serif;
  font-size: 10px;
  text-decoration: none;
}

.link-7 {
  color: #fff;
  text-decoration: none;
}

.image-2 {
  margin-top: 675px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.heading {
  color: #ff0b0f;
  text-align: center;
  text-shadow: 0 1px 6px #000;
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif;
  font-weight: 500;
}

.background-video {
  flex-direction: column;
  width: 100%;
  height: 100vh;
  display: flex;
}

.div-block-3 {
  justify-content: center;
  display: flex;
}

.image-3 {
  width: 400px;
}

.div-block-4 {
  margin-top: auto;
}

.text-block-2 {
  color: #fff;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
}

.heading-3 {
  color: #fff;
}

.text-block-3 {
  color: #fff;
  text-align: center;
  text-shadow: 1px 1px 6px #000;
  margin-bottom: 10px;
  font-size: 16px;
}

.social_icon_links {
  margin-left: 10px;
  margin-right: 10px;
}

.link {
  color: #fff;
  text-decoration: none;
}

.sitedesigner {
  background-color: #000;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 30px;
  display: flex;
}

.heading-2 {
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 6px #000;
  margin-bottom: 0;
  font-size: 22px;
}

.section-2 {
  background-image: linear-gradient(#00000073, #00000073), url('../images/hero---mockup_01.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
}

.image-4 {
  width: 30px;
  height: 40px;
}

.designer-credit-section {
  width: 100%;
  height: auto;
  margin-top: auto;
}

.image-5 {
  width: 600px;
}

@media screen and (max-width: 991px) {
  .section {
    height: 800px;
  }
}

@media screen and (max-width: 479px) {
  .section {
    height: 90vh;
  }

  .div-block {
    padding-top: 20%;
  }
}
