body {
  /*font-family: "Open Sans";*/
  font-family: "Helvetica";
  background: #68D3CF;
  color: #424242;
  font-size: 18px;
}
body p {
  margin-bottom: 24px;
}
@media (min-width: 1200px) {
  body .container-fluid {
    padding: 0 30px;
  }
}
body .title {
  background-position: center;
  background-size: cover;
}
body .title h2 {
  margin: 0;
  background-color: rgba(255, 255, 255, 0.4);
}

.bg-light {
  background-color: white !important;
  padding: 0;
}
.bg-light a {
  color: #424242 !important;
}
.bg-light .navbar-brand {
  padding: 0;
}
.bg-light .top-nav .nav-link {
  font-size: 14px;
  padding: 10px 15px;
}
.bg-light .top-nav .nav-link img {
  height: 24px;
}
.bg-light .top-nav .contact {
  background: #68D3CF;
}
.bg-light .down-nav {
  margin-left: auto;
}
.bg-light .down-nav .nav-link {
  font-weight: bold;
  font-size: 16px;
  padding: 15px 20px;
}
@media (min-width: 992px) {
  .bg-light .collapse {
    display: none !important;
  }
}

footer {
  background: #999999;
  /*background: #000;*/
}
footer a {
  text-decoration: none;
  color: white;
}

.home .btn-primary {
  background: #68D3CF;
  border: none;
  color: #424242;
}
.home .content .banner {
  position: relative;
}
.home .content .banner .image {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 540px;
}
.home .content .banner .image img {
  position: absolute;
  top: 50%;
  right: 50%;
  width: 100%;
  transform: translate(50%, -60%);
}
@media (min-width: 992px) {
  .home .content .banner .image {
    overflow: hidden;
    position: relative;
    width: 50%;
  }
  .home .content .banner .image img {
    position: absolute;
    top: 50%;
    right: 50%;
    width: 100%;
    transform: translate(50%, -50%);
  }
}
.home .content .banner .overlay {
  padding: 3%;
  position: absolute;
  background: #f77e8e;
  width: 100%;
  bottom: 0;
}
.home .content .banner .overlay p {
  font-size: 20px;
}
@media (min-width: 992px) {
  .home .content .banner .overlay {
    padding: 4%;
    width: 53%;
    height: 50%;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }
}
.home .content .mission .covid {
  background: #68D3CF;
  border: 1px solid;
  border-radius: 0;
}
.home .content .mission .line {
  margin: 0 auto;
}
.home .content .quote .imgcover {
  position: relative;
  height: 240px;
  width: 240px;
  overflow: hidden;
}
.home .content .quote .imgcover img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.home .content .sub .card {
  border: none;
}
.home .content .sub .card .image {
  position: relative;
}
.home .content .sub .card .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: 0.3s ease;
  background-color: #FB675A;
}
.home .content .sub .card a {
  text-decoration: none;
  color: #424242;
}
.home .content .sub .card:hover .overlay {
  opacity: 0.3;
}
.home .content .sub .card:hover a {
  color: #FB675A;
}
.home #cookieConsent {
  background-color: white;
  color: #424242;
  line-height: 26px;
  padding: 20px;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  display: none;
  z-index: 9999;
}
.home #cookieConsent a {
  color: #4B8EE7;
  text-decoration: none;
}
.home #cookieConsent a.cookieConsentOK {
  background-color: #68D3CF;
  color: #000;
  float: right;
}
.home #closeCookieConsent {
  float: right;
  display: inline-block;
  cursor: pointer;
  height: 20px;
  width: 20px;
  margin: -15px 0 0 0;
  font-weight: bold;
}