.blogf {
  background: #F6F6F6;
  margin-top: 20px;
  margin-bottom: 20px;
}

.featured {
  color: #5E2750;
  text-transform: uppercase;
  font-family: "MuseoSans-500";
}

.blogtitle {
  color: #303030;
  font-family: "MuseoSans-500";
}

.bloglink {
  color: #1264A3 !important;
}

.spacer {
  margin-top: 8%;
  padding: 5px;
}

.bloggap {
  margin-top: 20px;
}

.blogtitle a, .blogtitle a:hover {
  color: #007C89;
}

.carousel-caption {
  position: absolute;
}

.carousel img {
  height: 100% !important;
  width: 50% !important;
}

.carousel {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.carousel-caption {
  text-align: left;
}

.carousel-inner .carousel-caption h2 {
  margin-top: 0;
}

.carousel-inner .carousel-caption h2 a {
  color: #303030;
  font-family: "MuseoSans-500" !important;
}

.carousel-inner .carousel-caption p {
  margin-bottom: 0;
  color: #303030;
  font-family: "MuseoSans-500" !important;
}

.carousel-caption {
  left: auto;
  height: 100%;
}

.carousel-inner .carousel-caption {
  background: #F6F6F6;
  bottom: 0;
  padding: 3% 3% 50px;
  right: 0;
  text-shadow: none;
  width: 50%;
}

.carousel-inner,
.item,
.carousel-slide {
  /* max-height: 400px;*/
}

.carousel-inner .item img {
  max-height: 800px;
  height: 100%;
  width: 100%;
}

.carousel .carousel-indicators {
  bottom: 0;
  left: 50%;
  margin-left: 0;
  right: auto;
  text-align: center;
  transform: translateX(-50%);
  width: 100%;
  position: inherit;
  margin-top: 10px;
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next,
.carousel-control .icon-prev {
  width: 25px;
  margin-top: -12px;
  font-size: 25px;
}

.carousel .carousel-indicators li,
.carousel .carousel-indicators li.active,
.carousel .carousel-indicators.active li,
.carousel .carousel-indicators.active li.active {
  background-color: #787777;
  box-shadow: none;
  height: 13px;
  margin: 1px;
  width: 13px;
}

.carousel .carousel-indicators li {
  border-radius: 50px;
  padding: 10px;
  margin: 5px !important;
}

.carousel .carousel-indicators li.active,
.carousel .carousel-indicators.active li,
.carousel .carousel-indicators.active li.active {
  opacity: 1 !important;
}

.carousel .carousel-indicators li.active,
.carousel .carousel-indicators.active li.active {
  background: #007C89;
  outline: none;
}

.carousel .carousel-indicators.active li {
  opacity: 1;
}

.carousel .carousel-indicators li:hover {
  background-color: #007C89;
}

.carousel .carousel-control {
  z-index: 11;
  height: 100px;
  background: #000;
  width: 100px;
  top: 30%;
  border-radius: 50px;
  background-color: rgba(0, 0, 0, 0.5);
}

@media (max-width: 1000px) {
  .carousel-inner .carousel-caption h2 {
    margin-bottom: 0;
  }
}
@media (max-width: 900px) {
  .carousel-inner,
  .item,
  .carousel-slide {
    max-height: unset;
  }
  .carousel .carousel-control {
    top: 10%;
  }
  .carousel img {
    height: 100% !important;
    width: 100% !important;
  }
  .carousel-inner .carousel-caption {
    position: static;
    width: 100%;
  }
  .carousel-caption {
    position: unset;
  }
}
@media (max-width: 640px) {
  .carousel {
    font-size: 0.8em;
  }
}
.carousel-control:hover,
.carousel-control:focus {
  border: 2px solid #6495ed;
}