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

.navbar-3 {
  background-color: #f5f5f5;
  margin-bottom: 0;
  padding: 8px 5%;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.div-nav {
  justify-content: space-between;
  align-items: center;
  padding-left: 0;
  display: flex;
}

.image {
  max-width: 16vw;
}

.nav-link {
  font-family: Roboto Flex, sans-serif;
}

.nav-link.w--current {
  color: #5eb1cc;
}

.nav-link-2 {
  font-weight: 400;
}

.div-block {
  background-color: #f5f5f5;
  background-image: url('../images/FountainExpanded-copy.jpg');
  background-position: 50%;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-width: 100vw;
  min-height: 100vh;
  margin-left: 0;
  margin-right: 0;
  padding-left: 20vw;
  padding-right: 20vw;
  display: flex;
}

.icon-embed-large {
  color: #f5f5f5;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
  display: flex;
}

.heading {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #f5f5f5;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 0;
  font-family: Roboto Flex, sans-serif;
  font-size: 4.75rem;
  font-weight: 400;
  line-height: 80px;
  display: flex;
}

.heading-2 {
  color: #f5f5f5;
  text-align: center;
  font-family: Roboto Flex, sans-serif;
  font-weight: 400;
}

.paragraph {
  color: #f5f5f5;
  text-align: center;
  margin-top: 10px;
  font-family: Roboto Flex, sans-serif;
  font-weight: 400;
}

.div-block-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.icon-embed-small {
  color: #f5f5f5;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 2rem;
  display: flex;
}

.div-block-3 {
  text-align: center;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

@media screen and (max-width: 767px) {
  .heading {
    font-size: 3rem;
  }
}


