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

body {
  color: #333;
  background-image: url('../images/Underwater.jpg');
  background-position: 0 0;
  background-size: cover;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Playfair Display, sans-serif;
  font-size: 120px;
  font-weight: 400;
  line-height: 44px;
}

a {
  color: #fff;
  text-decoration: underline;
}

.hero {
  opacity: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.subtext {
  color: #fff;
  margin-top: 38px;
}

.body {
  background-color: #ff46a2;
  background-image: none;
  font-family: Montserrat, sans-serif;
}

.test {
  position: absolute;
  inset: 0%;
}

.hero-heading {
  color: var(--white);
  font-family: Montserrat, sans-serif;
}

.div-block {
  opacity: 1;
  width: auto;
  height: 80px;
  transform: scale3d(1none, 1none, 1none);
  transform-style: preserve-3d;
  transition: opacity .2s;
}

.container {
  color: #fff;
  max-width: 1200px;
  position: static;
}

.main-h1 {
  color: #000;
  margin-top: 5px;
  margin-bottom: 0;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 14vh;
  font-weight: 400;
  line-height: 16vh;
  position: relative;
}

.main-h1.home {
  color: #f8f7f3bf;
  -webkit-text-stroke-color: #eeebe3;
  font-size: 25vh;
  line-height: 22vh;
}

.text-span {
  color: #004225;
}

.bold-text-5 {
  color: #69ffb4;
}

.paragraph-d {
  clear: right;
  opacity: 1;
  color: #f8f7f3bf;
  text-align: left;
  -webkit-text-stroke-color: #f8f7f3bf;
  white-space: normal;
  width: auto;
  max-width: 900px;
  margin-top: 100px;
  margin-bottom: 30px;
  margin-left: 20px;
  font-size: 22px;
  font-weight: 500;
  line-height: 27px;
  position: static;
  overflow: visible;
}

.text-span-18 {
  color: #69ffb4;
}

.text-span-17 {
  text-align: right;
  max-width: 700px;
}

.bold-text-6, .bold-text-7, .bold-text-8 {
  font-weight: 500;
}

@media screen and (max-width: 991px) {
  .main-h1 {
    font-size: 84px;
    line-height: 80px;
  }

  .main-h1.home {
    margin-left: 20px;
    margin-right: 20px;
    font-size: 18vh;
    line-height: 15vh;
  }

  .paragraph-d {
    margin-right: 20px;
  }
}

@media screen and (max-width: 479px) {
  .div-block {
    height: 50px;
  }

  .main-h1 {
    font-size: 50px;
    line-height: 50px;
  }

  .main-h1.home {
    margin-left: 20px;
    margin-right: 20px;
    font-size: 8vh;
    line-height: 8vh;
  }

  .paragraph-d {
    margin-top: 60px;
    margin-left: 20px;
    font-size: 14px;
    line-height: 17px;
  }
}


