.libre-baskerville-regular {
  font-family: "Libre Baskerville", serif;
  font-weight: 400;
  font-style: normal;
}

.libre-baskerville-bold {
  font-family: "Libre Baskerville", serif;
  font-weight: 700;
  font-style: normal;
}

.libre-baskerville-regular-italic {
  font-family: "Libre Baskerville", serif;
  font-weight: 400;
  font-style: italic;
}

/* Override bootstrap.css */
.container {
    background-color:rgba(255,255,255,1);
}

.container-fluid {
    background-color:rgba(255,255,255,1);
}

hr {
  border-color: #006551;
}

h1, h2, h3, h4, h5, h6, .h3, .h4 {
  font-family: 'Libre Baskerville';
  font-weight: 700;
  color:#000;
}

a {
    color: #006551;
    text-decoration: none;
}

a:focus, a:hover {
    color: #014a3b;
    text-decoration: none;
}

a.highlight {
    color: #006551;
    font-weight: 700;
}

:target {
    scroll-margin-top: 90px;
}

.btn-default {
    color: #006551;
    background-color: #fff;
    border-color: #006551;
}

.btn-default.active, .btn-default.focus, .btn-default:active, .btn-default:focus, .btn-default:hover, .open>.dropdown-toggle.btn-default {
    color: #006551;
    background-color: #fff;
    border-color: #006551;
}

.btn, .form-control, .well, .modal-content, .dropdown-menu {
  border-radius:0;
}

.close {
    color: #006551;
    opacity: 1;
    text-shadow:none;
}

.close:focus, .close:hover {
    color: #006551;
}

/* Navigation */
.navbar {
  background-color:rgba(255,255,255,1);
  margin-bottom:0px;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
}

.navbar-brand, .navbar-toggler {
    color:#006551;
}

.navbar-light .navbar-nav .nav-link {
    color: #006551;
}

.dropdown-menu {
        border:none;
}

@media (min-width: 992px)
{
    .dropdown-menu {
      -webkit-box-shadow: 15px 5px 15px -5px rgba(0,0,0,0.2);
      -moz-box-shadow: 15px 5px 15px -5px rgba(0,0,0,0.2);
      box-shadow: 15px 5px 15px -5px rgba(0,0,0,0.2);

    }
}

.dropdown-item {
    padding-left:1rem;
}

.footer {
  margin-top:15px;
  padding-top:15px;
  padding-bottom:15px;
  background-color:rgba(255,255,255, 1);
  border-top:1px solid #006551;
}

/* Override swiper.css */
/* ----------------------------------------------------------------
	Swiper Slider
-----------------------------------------------------------------*/

/* Swiper */
.swiper-container {
    width: 50%;
    height: 100%;
}

@media (max-width:991px) {
  .swiper-container {
      width: 100%;
      height: 100%;
  }

}

.swiper-slide {
  text-align: center;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  /* Flickering in Safari: https://github.com/nolimits4web/swiper/issues/3527 */
  -webkit-transform: translateZ(0);
  -webkit-backface-visibility: hidden;
}

.swiper-slide-content {
    font-family: 'Libre Baskerville';
    font-weight: 400;
    width: 100%;
    height: 100%;
    border-left: 1px solid #006551;
    background-color:rgba(0, 101, 81, 0.1);
    text-align:left;
    padding:50px;
}