/* GLOBAL STYLES */

/* -------------------------------------------------- */
/* Boostrap new primary button overwrite */
.btn-primary {
  color: #fff;
  background-color: #008080 !important;
  border-color: #008080;
}

.btn-primary:hover {
  color: #fff;
  background-color: #00a6a6 !important;
  border-color: #00b9b9;
}

.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #00a6a6;
  border-color: #00b9b9;
  box-shadow: 0 0 0 0.2rem rgba(0, 128, 128, 0.9);
}

a.bg-primary:focus, a.bg-primary:hover, button.bg-primary:focus, button.bg-primary:hover{
  background-color: #00a6a6 !important;
}

.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #008080;
  border-color: #008080;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #00b9b9;
  border-color: #00a6a6;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 128, 128, 0.9);
}


/* -------------------------------------------------- */
/* Padding below the footer and lighter body text */

html {
  scroll-behavior: smooth;
}

body {
  color: #5a5a5a;
}



/* PAGE CONTAINER
-------------------------------------------------- */

.body-wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.body-wrapper > .main-wrapper {
  flex: 1;
  padding: 2rem 0;
}

footer {
  padding: 1rem 0;
}

/* IMAGES
-------------------------------------------------- */
.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* HEADER CARD
-------------------------------------------------- */
.header-card {
  background-image: url('images/background_image.png');
  color: white;
}


/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}

.marketing h2 {
  font-weight: 400;
}

.marketing .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}


/* Featurettes
------------------------- */

.featurette-divider {
  margin: 5rem 0;
  /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  color: #ff974a;
  font-weight: 300;
  line-height: 1;
  letter-spacing: -.05rem;
  padding-bottom: 1rem;
}


.fixed-bottom-up {
  position: fixed;
  right: 1em;
  bottom: 1em;
  z-index: 1030;
}


/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {

  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 3rem;
  }
}

@media (min-width: 768px) {
  .bd-placeholder-img-lg {
    font-size: 3.5rem;
  }
}

/***/

.etab-block {
  border: 1px solid #eee;
  border-radius: 0.25rem;
  position: relative;
  overflow: hidden;
}

.etab-block > img {
  height: 225px;
  object-fit: cover;
  object-position: center;
}

.etab-block .etab-overlay {
  color: #ff974a;
  background-color: rgba(255, 255, 255, 0.8);
  position: absolute;
  top: 0;
  width: 100%;
  font-size: 1.25rem;
  text-align: center;
  font-weight: 600;
  /*transform: translateY(calc(100% - 60px));*/
}

.etab-block .etab-button {
  transition: all 0.25s ease-out;
  position: absolute;
  right: 0.5rem;
  transform: translateY(0);
}

.etab-block:hover .etab-button {
  transform: translateY(calc(100% - 80px));
}

.color-secondary {
  color: #ff974a;
}

.row.gap-2 {
  row-gap: 0.5rem;
}

.row.gap-4 {
  row-gap: 1rem;
}


/* MAP */
.rsl__map_popup {
  color: #008080 !important
}