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

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 38px;
  font-style: normal;
  font-weight: 700;
  line-height: 44px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

p {
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
}

a {
  font-family: Montserrat, sans-serif;
  text-decoration: underline;
}

li {
  font-family: Montserrat, sans-serif;
}

.background-video {
  background-image: linear-gradient(#008cff70, #2affff70);
  height: 60vh;
  margin-bottom: 40px;
}

.container {
  justify-content: center;
  margin-top: 6vh;
  margin-bottom: 0;
  display: block;
}

.heading {
  text-align: center;
}

.paragraph-intro {
  text-align: center;
  width: 70%;
  margin: 40px auto;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.intro-subhead {
  text-align: center;
  letter-spacing: .1em;
  text-transform: uppercase;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.container-2 {
  text-align: left;
  display: flex;
}

.brand {
  margin-left: auto;
  margin-right: auto;
}

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

.navbar {
  background-color: #0000;
  margin-top: 40px;
}

.rich-text-block {
  width: 80%;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
}

.container-3 {
  margin-bottom: 0;
  padding-bottom: 20px;
}

.footer {
  text-align: center;
  align-items: flex-start;
  padding-top: 60px;
  padding-bottom: 40px;
}

.footer-flex-container {
  text-align: left;
  justify-content: space-between;
  margin-bottom: 10px;
  display: flex;
}

.footer-logo-link {
  flex: 0 auto;
  width: auto;
  min-width: 60px;
  max-height: 100px;
  margin-left: auto;
  margin-right: auto;
}

.footer-image {
  object-fit: contain;
  object-position: 0% 50%;
  width: auto;
  max-width: 100px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.footer-heading {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.5;
}

.footer-link {
  color: #444;
  margin-bottom: 10px;
  text-decoration: none;
  display: block;
}

.footer-link:hover {
  text-decoration: underline;
}

.text-block {
  font-family: Montserrat, sans-serif;
  font-size: 10px;
}

.image-2 {
  text-align: center;
  width: 80%;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.text-span {
  color: #9ef7fc;
}

.link {
  color: #39747c;
  -webkit-text-stroke-width: 0px;
  font-style: normal;
  text-decoration: none;
}

.text-span-2 {
  color: #08a3b8;
  -webkit-text-stroke-color: #08a3b8;
  font-style: normal;
  font-weight: 400;
}

.link-2 {
  font-style: italic;
  font-weight: 700;
}

.paragraph {
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}

.heading-2 {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding: 40px;
  font-size: 24px;
}

.image-3 {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.container-4 {
  text-align: center;
  margin-bottom: 40px;
}

.bold-text {
  font-size: 24px;
  line-height: 30px;
}

.div-block {
  text-align: center;
}

.grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-flow: row;
  width: 45vw;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.button {
  background-color: var(--white);
  color: #08a3b8;
  text-align: center;
  border-radius: 10px;
  font-weight: 700;
}

.button-2 {
  color: #08a3b8;
  text-align: center;
  background-color: #fff;
  border-radius: 10px;
  font-weight: 700;
}

.button-3 {
  color: #08a3b8;
  text-align: center;
  background-color: #fff;
  border: 1px #000;
  border-radius: 10px;
  font-weight: 700;
}

.paragraph-2 {
  margin-top: 0;
}

.paragraph-3, .heading-6 {
  text-align: center;
}

.div-block-2 {
  margin-top: 40px;
  padding-top: 20px;
}

@media screen and (max-width: 991px) {
  .background-video {
    height: 100vh;
  }

  .container {
    margin-top: 1vh;
  }

  .footer {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 767px) {
  .background-video {
    height: 100vh;
  }

  .container {
    margin-top: 0;
  }

  .footer {
    padding: 40px 20px;
  }

  .footer-image {
    object-fit: contain;
  }
}

@media screen and (max-width: 479px) {
  .background-video {
    background-image: linear-gradient(#008cff70, #2affff70), url('../images/bckst-mapleridge_2-2022.jpg');
    background-position: 0 0, 50% 0;
    background-size: auto, cover;
    height: 400px;
  }

  .container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading {
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
  }

  .paragraph-intro {
    text-align: left;
    width: 85%;
    margin-top: 20px;
    margin-bottom: 20px;
    line-height: 24px;
  }

  .container-3 {
    margin-top: 0;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    line-height: 24px;
  }

  .footer {
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-flex-container {
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .footer-logo-link {
    height: 60px;
  }

  .footer-image {
    display: block;
  }

  .footer-heading {
    margin-top: 20px;
  }

  .text-block {
    text-align: center;
  }

  .image-2 {
    width: 100%;
  }

  .heading-2 {
    margin-top: 0;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 20px;
    font-weight: 400;
  }

  .bold-text {
    font-size: 24px;
    line-height: 30px;
  }

  .heading-3, .heading-4, .heading-5 {
    margin-top: 20px;
  }

  .grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
    display: grid;
  }
}


