html,
body {
  width: 100%;
  height: 100%;
}
body {
  font-family: calibri, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.navbar-nav {
  font-family: calibri, sans-serif;
  font-weight: 700;
  font-style: normal;
}
.navbar {
  padding-bottom: 0;
}
.navbar-light .navbar-nav .nav-link {
  color: #2cacb3;
}
.nav-link {
  font-size: 120%;
}
.navbar-nav a:hover {
  color: #f01b9f !important;
}
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show > .nav-link {
  color: #f01b9f;
}
.navbar-light .navbar-text a {
  color: #FFF;
}
.toffe {
  font-family: verveine, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 4em;
  padding-bottom: 0;
}
h1,
h2 {
  font-family: verveine, sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #1d5f6c;
}
.verveine {
  font-family: verveine, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 175%;
}
h1 {
  font-size: 4rem;
  text-align: center;
}
h2 {
  font-size: 3rem;
  text-align: center;
}
.txt-bold {
  font-family: calibri, sans-serif;
  font-weight: 700;
  font-style: normal;
}
.txt-bold-it {
  font-family: calibri, sans-serif;
  font-weight: 700;
  font-style: italic;
}
.txt-reg {
  font-family: calibri, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.txt-reg-it {
  font-family: calibri, sans-serif;
  font-weight: 400;
  font-style: italic;
}
.txt-lt {
  font-family: calibri, sans-serif;
  font-weight: 300;
  font-style: normal;
}
.txt-lt-it {
  font-family: calibri, sans-serif;
  font-weight: 300;
  font-style: italic;
}
.xlg {
  color: #eefffe;
}
.lg {
  color: #2adfd5;
}
.dg {
  color: #1d5f6c;
}
.mg {
  color: #2cacb3;
}
.wt {
  color: #FFFFFF;
}
.orchid {
  color: #f01b9f;
}
.bg-xlg {
  background-color: #eefffe;
}
.bg-lg {
  background-color: #2adfd5;
}
.bg-dg {
  background-color: #1d5f6c;
}
.bg-mg {
  background-color: #2cacb3;
}
.bg-wt {
  background-color: #FFFFFF;
}
.bg-orchid {
  background-color: #f01b9f;
}
.bg-orchid-lt {
  background-color: #ff9ad9;
}
.baanContainer {
  -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.3);
}
.baanContainer,
.baanRow,
.baanCol {
  margin: 0;
  padding: 0;
  height: auto;
  max-height: 18px;
  overflow: hidden;
}
.baanCol img {
  width: 100%;
  height: auto;
}
.contentContainer {
  margin-top: 30px;
}
.contentContainer .custom-select {
  opacity: 0.66;
}
.card {
  margin-bottom: 15px;
}
.card-body {
  padding: 0.5rem;
  text-align: center;
}
.card-body .h4,
.card-body h4,
.card-img-overlay h4,
.card-img-overlay .h4 {
  font-size: 1.5rem;
  font-family: verveine, sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #fff;
  margin-top: 5px;
}
.leftDiv {
  background-color: #2cacb3;
}
.bottomContainer {
  margin-bottom: 45px;
  padding-bottom: 45px;
}
.social-m {
  position: fixed;
  top: 40%;
  right: 0;
  padding: 15px;
  color: #fff;
}
.social-m a .fa {
  margin-bottom: 10px;
  color: #fff;
}
.card-img-overlay {
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0.5rem;
  border-radius: 0;
  background-color: transparent;
  text-align: center;
}
.overlay-opacity {
  background-color: #ff9ad9;
  opacity: 0.6;
}
