.home-hero {
  height: 100vh;
  background-image: linear-gradient(rgba(0, 0, 0, .91), rgba(0, 0, 0, .91)), url('../images/small_brown-brick-road-60611.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
}

.slogan {
  color: #a3a3a3;
  text-transform: none;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  position: static;
}

.video-container {
  width: 300px;
  height: 300px;
  display: none;
}

.main-paragbraph {
  color: #afafaf;
  text-align: center;
  margin-bottom: 0;
  padding-bottom: 39px;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 30px;
}

.main-content {
  flex-direction: column;
  align-items: center;
  margin-top: 46px;
  display: flex;
  position: static;
  top: auto;
  bottom: 10%;
  left: 0%;
  right: 0%;
}

.main-menu {
  position: absolute;
  top: 5%;
  bottom: auto;
  left: auto;
  right: 10%;
}

.button {
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: rgba(37, 37, 37, .39);
  border: 1px solid #000;
  border-radius: 8px;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Verdana, Geneva, sans-serif;
}

.full-page-menu {
  z-index: 999;
  background-color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.link {
  color: #fff;
  letter-spacing: 1px;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 30px;
  line-height: 30px;
}

.container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block {
  color: #b4b4b4;
  margin-top: 33px;
  margin-bottom: 7px;
}

.image {
  margin-bottom: 53px;
}

.close {
  text-decoration: none;
  position: absolute;
  top: 5%;
  bottom: auto;
  left: auto;
  right: 10%;
}

.text-block-2 {
  color: #fff;
  font-size: 16px;
}

.html-embed {
  height: 80vh;
}

.hero {
  height: 10vh;
  background-image: linear-gradient(rgba(0, 0, 0, .51), rgba(59, 59, 59, .8)), url('../images/small_brown-brick-road-60611.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-left: 40px;
  display: flex;
}

.page-title {
  color: #fff;
  border-left: 1px solid #f7f7f7;
  align-items: center;
  margin-left: 40px;
  padding-left: 40px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 30px;
  display: flex;
}

.link-block {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.footer {
  background-color: #0c0909;
}

@media screen and (max-width: 479px) {
  .home-hero {
    padding-left: 10px;
    padding-right: 10px;
  }

  .slogan {
    text-align: center;
    font-size: 30px;
    line-height: 35px;
  }

  .main-paragbraph {
    font-size: 18px;
    line-height: 25px;
  }

  .main-content {
    padding-left: 10px;
    padding-right: 10px;
  }
}


