body {
  font-family: "Poppins", sans-serif;
}

nav {
  background-color: #205979;
}

h1 {
  font-size: 3.3rem;
  font-weight: 400;
}
h2 {
  font-size: 2.6rem;
  font-weight: 700;
}

h1,
h2 {
  color: #202c3e;
}

p {
  text-rendering: geometricprecision;
}

button.btn {
  background-color: #d85c50;
  border-radius: 30px;
  color: #fff;
  font-weight: 700;
  font-size: 21px;
  letter-spacing: 1.99px;
  padding: 0.75rem 3rem;
  text-transform: uppercase;
}
button.btn:hover {
  color: #fff;
}

.navbar>.container-fluid {
  justify-content: flex-end;
}
.navbar-light .navbar-brand {
  font-weight: 500;
  padding-right: 4rem;
}

.hero {
  background-image: url("images/Background_VantageView.png");
  background-position: bottom;
  height: 900px;
  background-repeat: no-repeat;
  background-color: #f5f6f9;
}
.clear-view {
  font-size: 4.1rem;
  font-weight: 700;
}

.light-bg {
  background-color: #f5f6f9;
}

.text-box {
  max-width: 1125px;
  margin: 0 auto;
}
.text-box p {
  color: #202c3e;
  font-size: 2rem;
}

video {
  width: -webkit-fill-available;
  display: table-header-group;
}

.why-vv {
  background-color: #2b809b;
}
.why-vv .intro p {
  font-size: 1.65rem;
}
.why-vv .intro p,
.why-vv .d-flex {
  max-width: 1125px;
  margin: 0 auto;
}
.why-vv .grid {
  display: grid;
}
.why-vv .card-container {
  background-color: #296178;
  border-radius: 30px;
  max-width: 330px;
  height: 310px;
  margin-top: 5rem;
}
.why-vv .card-container img {
  position: absolute;
  top: -90px;
  left: 80px;
}
.why-vv .card-container .card-text {
  padding-top: 7rem;
}
.why-vv .card-container .card-text h3 {
  font-size: 1.3rem;
  margin-bottom: 0;
}
.why-vv .card-container .card-text p {
  font-size: 1.1rem;
  padding: 0.5rem 2rem 0;
  line-height: 1.38em;
}

.connect-text h2 {
  color: #205979;
}
.connect-text p {
  font-size: 1.5rem;
  width: 80%;
  margin: 0 auto;
}

footer {
  background-color: #313d39;
}


@media (max-width: 991px) {
  .hero {
    height: auto;
  }
  .text-box h2 {
    font-size: 2.1rem;
  }
  .text-box p {
    font-size: 1.6rem;
  }
  .why-vv .intro p {
    font-size: 1.35rem;
  }
  .why-vv .card-container {
    width: 300px;
  }
  .why-vv .card-container img {
    width: 148px;
    height: 148px;
  }
  .why-vv .card-container .card-text {
    padding-top: 4.5rem;
  }
  .why-vv .card-container .card-text h3 {
    font-size: 1.25rem;
    padding: 0 0.75rem;
  }
  .why-vv .card-container .card-text p {
    font-size: 1.1rem;
    padding: 0.5rem 2rem 0;
    line-height: 1.38em;
  }
}

@media (max-width: 768px) {
  .connect img {
    width: 155px;
    height: auto;
  }
}

@media (max-width: 480px) {
  .navbar-light .navbar-brand {
    padding-right: 0;
  }

  h1 {
    font-size: 1.8rem;
  }
  .clear-view {
    font-size: 2.3rem;
  }

  .text-box h2 {
    font-size: 1.2rem;
  }
  .text-box p {
    font-size: 1.1rem;
  }

  .why-vv .intro h2 {
    font-size: 1.1rem;
  }
  .why-vv .intro p {
    font-size: 0.95rem;
  }
  .why-vv .card-container .card-text {
    padding-top: 5rem;
  }
  .why-vv .card-container .card-text p {
    padding: 0.5rem 1.5rem 0;
  }

  .connect-text h2 {
    font-size: 2rem;
    margin-bottom: 0;
  }
  .connect-text p {
    font-size: 1.1rem;
  }
  
}