/*!
 * Start Bootstrap - Modern Business (http://startbootstrap.com/template-overviews/modern-business)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-logomodern-business-nav/blob/master/LICENSE)
 */

body {
    padding-top: 54px;
    font-family: "eagle";
}

@media (min-width: 992px) {
    body {
        padding-top: 56px;
    }
}

.carousel-item {
    height: 65vh;
    min-height: 200px;
    max-height: 400px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.portfolio-item {
    margin-bottom: 30px;
}

.bg-image-full {
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
/*
.card {
    border: 0;
}
*/
.navbar {
    -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.33);
    -moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.33);
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.33);
    padding: 0.25rem 1rem

    /* the rest of your styling */
}

.navbar-toggler {
    z-index: 1;
    margin-top: 3px;
}
    
@media (max-width: 576px) {
    nav > .container {
        width: 100%;
    }
}
/* Temporary fix for img-fluid sizing within the carousel */

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
    display: block;
}
/*
.card-footer {
    padding: 0;
}
*/
.video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}

.video iframe,
.video object,
.video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.datepicker-inline {
    width: 100%;
}
.datepicker table {
    width: 100%;
}

.card-img-top {
  height: auto;
  width: 100%;
  overflow: hidden;
}

.img-container {
    height:200px;
    width: 100%;
    overflow: auto;
}

.card-text {
  font-size: .8rem;
}
.blueimp-gallery-controls > .close, 
.blueimp-gallery-controls > .next, 
.blueimp-gallery-controls > .play-pause, 
.blueimp-gallery-controls > .prev, 
.blueimp-gallery-controls > .title {
  font-family: Arial;
  color:#fff !important;
}
/*
li.dropdown:hover > .dropdown-menu {
    display: block;
}
*/

.caption {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0,0,0,0.6);
  width: 100%;
  height: 100%;
  color:#fff !important;
}
.caption p, h4 {
  padding: 10px 10px 0 10px;
}

#links .cards {
  position:relative;
  overflow:hidden;  
  cursor:pointer;
  cursor:hand;
}


.card {
  border: 0px;
}

.card-header {
  background-color: #fff;
}

