/*!
 * Start Bootstrap - Full Slider (https://startbootstrap.com/template-overviews/full-slider)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-full-slider/blob/master/LICENSE)
 */

.carousel-item {
    height: 100vh;
    min-height: 300px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.carousel-indicators {
    bottom: 0;
}

.carousel-indicators img {
    height: 10em;
}
.carousel-indicators .active {
    background-color: transparent;
}
.navbar-light,.bg-light{
    background-color: #EFECCA!important;
}
.bg-dark{
    background-color: #003040!important;
}
.navbar-light .navbar-nav .active>.nav-link,.navbar-light .navbar-nav .nav-link.active{
    color:#046380;
    font-weight: bold;
}