/* ************************************************************************** */
/* ************************************************************************** */
/* ************************************************************************** */
/* ***************************** General Styles ***************************** */
/* ************************************************************************** */
/* ************************************************************************** */
/* ************************************************************************** */

body {
    font-family: 'Quicksand', sans-serif;
    color: #fff;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'EB Garamond', serif;
}
.embed-responsive iframe {
    position: inherit;
    height: 300px;
}
.bannerImage.blogBanner {
    height: 350px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
.videoBG video {
  position: fixed;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
a {
    color: #fff;
}
.btn {
    color: #fff;
}
#mainContentOther {
  position: relative;
}

span.white {
  color: white;
}

.centered {
  text-align: center !important;
}
.list-inline {
    display: flex;
    justify-content: center;
}
.gform_body ul {
    list-style: none;
}
header .fa-2x, .footerBottom .fa-2x {
    font-size: 1.5em;
} 
.footerBottom .fa-2x {
        padding: 0 0.25rem;
}
.navbar-text i {
    margin-right: .5rem;
}
.hoverLinks, .divBox, .imgHover {
    padding: 1rem 0;
}
.row.testi {
    align-items: center;
}
.carousel-caption {
    position: relative;
    left: 0;
}
.carousel-control-next, .carousel-control-prev {
    z-index: 99;
}
.footerBottom {
    padding-top: 5rem;
}