.navbar-brand {
  font-family: "Inter", sans-serif;
  font-size: x-large;
  margin: auto auto auto auto;
  font-weight: normal;
  letter-spacing: 1px;
}

.navbar-scroll .navbar-brand,
.navbar-scroll .nav-link,
.navbar-scroll .fa-bars {
  color: black;
}

.navbar-scroll {
  box-shadow: none;
}

.navbar-scrolled {
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.05);
}

.navbar-scrolled .navbar-brand,
.navbar-scrolled .nav-link,
.navbar-scrolled .fa-bars {
  color: black;
}

.navbar-scrolled {
  background-color: #B2DFDB;
}

/*@media (max-width: 450px) {
  #intro {
    height: 950px !important;
  }
}

@media (min-width: 550px) and (max-width: 750px) {
  #intro {
    height: 1100px !important;
  }
}

@media (min-width: 800px) and (max-width: 990px) {
  #intro {
    height: 600px !important;
  }
}*/

body {
  background-color: #E0F2F1;
  font-family: "Inter", sans-serif;
}

#sidenav-1 {
  background-color: rgba(0, 0, 0, 0);
}

.tagline {
  font-size: large;
  font-weight: 300;
  font-style: normal;
  line-height: 1.6;
}

.intro-text {
  font-size: large;
  font-weight: 400;
  font-style: normal;
  line-height: 1.6;
  background-color: rgba(0, 0, 0, 0.2);
  padding: 10px 10px 10px 10px;
  border-radius: 10px;
}

@media screen and (min-width: 1024px) {
  /* CSS rules for laptops or larger devices go here */
  .tagline {
    font-size: xx-large;
    font-weight: 400;
    font-style: normal;
    line-height: 1.6;
  }

  .intro-image {
    background: url('nature.jpg')no-repeat center center;
    background-size: cover;
    height: 100vh;
  }

  .logo {
    font-family: "Inter", sans-serif;
    font-size: xx-large;
    margin: auto auto auto auto;
    font-weight: normal;
    letter-spacing: 1px;
  }

  .only-small-devices {
    display: none;
  }

  .contact-card {
    background-color: #B2DFDB;
    border-radius: 10px;
    margin-right: 15px;
    margin-left: 15px;
    margin-bottom: 15px;
    padding: 15px;
    line-height: 2;
  }

}

@media screen and (max-width: 1023px) {
  /* CSS rules for devices smaller than laptops go here */
  .tagline {
    font-size: large;
    font-weight: 400;
    font-style: normal;
    line-height: 1.6;
  }

  .intro-image {
    background: url('nature.jpg')no-repeat center center;
    background-size: cover;
    height: 100vh;
  }

  .logo {
    font-family: "Inter", sans-serif;
    font-size: x-large;
    margin: auto auto auto auto;
    font-weight: normal;
    letter-spacing: 1px;
  }

  .only-large-devices {
    display: none;
  }

  .no-margins {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .contact-card {
    background-color: #B2DFDB;
    border-radius: 10px;
    margin-bottom: 15px;
    padding: 15px;
    line-height: 2;
    font-size: 14px;
    text-align: left;
  }

}

.bg-glass {
  background-color: hsla(0, 0%, 100%, 0.8) !important;
  backdrop-filter: saturate(200%) blur(25px);
}

