.container {
  max-width: 960px;
}

.site-header {
  background-color: rgba(0, 0, 0, .85);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
}
.site-header a {
  color: #999;
  transition: ease-in-out color .15s;
}
.site-header a:hover {
  color: #fff;
  text-decoration: none;
}


.border-top { border-top: 1px solid #e5e5e5; }
.border-bottom { border-bottom: 1px solid #e5e5e5; }

.box-shadow { box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05); }

.flex-equal > * {
  -ms-flex: 1;
  -webkit-box-flex: 1;
  flex: 1;
}

.carousel {
  
}

.carousel-caption {
  top: 3rem;
  z-index: 10;
  color: #333;
}


.carousel-item {
  height: 40rem;
  background-color: #FFF;
  color: #333;
}

.carousel-item h1 {
    font-size: 2rem;
    font-weight: 200;
    color:#2F4E7B;
}

.carousel-item h3 {
    font-size: 1.5rem;
    font-weight: 200;
}

.carousel-control-next, .carousel-control-prev { color:#333; }
.carousel-indicators .active{ background-color: #2F4E7B;}
.carousel-indicators li { background-color: #88A2C7;}
.carousel-control-prev-icon {
 background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23F4E7B' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important;
}
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23F4E7B' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") !important;
}




@media (max-width: 767px) {
  .carousel-item {
    height: 50rem;
    font-size:0.8em;
  }
  .carousel-item h1{
    font-size:1.8em;
  }  
}

@media (min-width: 768px) {
  .flex-md-equal > * {
    -ms-flex: 1;
    -webkit-box-flex: 1;
    flex: 1;
  }
}

.overflow-hidden { overflow: hidden; }
footer {
  background-color: #000;
  color: #DDD;
}
