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

body {
  padding-top: 0;
  padding-bottom: 0;

  /* color: #5a5a5a; */
  color: #32705a;
  background-color: #ffffff;
}

.jumbotron {
  padding-left: 2rem;
}

#topjumbo {
  background-image: url(../img/logo.png);
  background-position: right;
  background-repeat: no-repeat;
  background-size: contain;
}

/* Carousel base class */
.carousel {
  margin-bottom: 0.75rem;
}

/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10;
  bottom: 3rem;
}

/* Declare heights because of positioning of img element */
.carousel-item {
  height: 32rem;
  background-color: #777;
  text-align: center;
}

.carousel-item > img.carousel-blur {
  position: absolute;
  top: 0;
  left: 0;
  height: 32rem;
  width: 100%;
  filter: blur(8px);
  -webkit-filter: blur(8px);
  z-index: 0;
}

.carousel-item > img.carousel-main {
  position: relative;
  display: inline-block;
  top: 0;
  left: 0;
  margin: 0 auto;
  height: 32rem;
  z-index: 1;
}

.carousel-control-prev, .carousel-control-next {
  z-index: 2;
}

.text-outlined {
  text-shadow: -1px -1px 0 #5a5a5a, 1px -1px 0 #5a5a5a, -1px 1px 0 #5a5a5a, 1px 1px 0 #5a5a5a;
}

.main_box .col-lg-6 {
  margin-bottom: .75rem;
  text-align: left;
}

.main_box h2 {
  font-weight: normal;
}

.main_box .col-lg-6 p {
  margin-right: .75rem;
  margin-left: .75rem;
}

.main_box .row {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.card {
  background-color: #f9f9f9;
}

.card-text {
  font-size: 85%;
}

/* For SZEP card display */
@media (min-width: 768px) {
  .rowcard {
    display: flex;
  }

  .rowcard > div:first-child {
    margin-right: 0.5rem;
  }

  .rowcard > div:last-child {
    margin-left: 0.5rem;
  }

  .rowcard > .card {
    flex: 1;
  }
}

.rowcard > .card {
  margin-bottom: 1rem;
}

.rowcard > .card > .card-body {
  padding: 0.5rem;
  display: table;
}

.rowcard > .card > .card-body div {
  position: relative;
  display: table-cell;
  vertical-align: middle;
}

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

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

footer {
  background-color: #f9f9f9;
  margin-top: 0;
  margin-bottom: 0;
  border: none;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

#gmap {
  display: block;
  width: 100%;
  height: 550px;
  margin: 0;
  padding: 0;
  margin-top: 1rem;
  border: none;
}

td.p {
  padding-left: 2rem;
}

.vmiddle {
  position: relative;
  top: 50%;
  transform: translate(0, -50%);
}

/* Gallery */

@media (min-width: 768px) {
  .gcolumns {
    column-count: 4;
  }
}

@media (max-width: 767px) {
  .gcolumns {
    column-count: 3;
  }
}

/* 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;
  }
}
