@charset "UTF-8";
/* CSS Document */

@media (min-width: 768px) {
    body {
        padding-top: 0;
        margin-left: 320px;
    }
}

body {
    font-family: 'Cabin';
    font-weight: normal;
    background-color: rgba(255,255,255,1.00);
    color: rgba(86,86,86,1.00);
}

strong {
    font-weight: 700;
}

h1 {
    font-size: 2rem;
    margin-bottom: 20px;
}

h2 {
    font-size: 1.6rem;
    margin-bottom: 20px;
}

h3 {
    font-size: 1.2rem;
    margin-bottom: 20px;
}

a {
    outline: 0 !important;
    color: rgba(23,112,184,1.00);
}

a:hover {
    color: rgba(0,161,154,1.00);
}

#logo-main {
    width: 270px;
    display: block;
    margin: 20px auto;
}

.bg-dark {
    background-color: rgba(212,237,253,1.00) !important;
}

.navbar-dark {
    line-height: 4;
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(86, 86, 86, 1.0);
}

.navbar-dark .navbar-nav .nav-link:hover {
    color: rgba(86, 86, 86, 1.0);
    font-weight: 700;
}    

.navbar-dark .navbar-nav .nav-link.active {
    color: rgba(86, 86, 86, 1.0);
    font-weight: 700;
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(86, 86, 86, 1.0)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.fixed-top {
    top: 115px;
}

.img-full {
    width: 100%;
}

#navbar_left {
    padding: 30px;
    font-size: 1.1rem;
}

.nav-bottom a {
    color: rgba(86, 86, 86, 1.0);
    font-size: 0.9rem;
}

.nav-bottom a:hover {
    color: rgba(86, 86, 86, 1.0);
    font-weight: 700;
}

a.dropdown-item:hover {
    background-color: rgba(206,206,206,1.00) !important;
}

.dropdown-item.active {
    background-color: rgba(255,255,255,1.00) !important;
    color: rgba(228,101,14,1.00) !important;
}

.container-fluid {
     margin-top: 40px;
}

.map-responsive{
    overflow: hidden;
    padding-bottom: 50%;
    position: relative;
    height: 0;
}
.map-responsive iframe{
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}
.carousel-indicators li {
    background-color: #949494;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    height: 100px;
    width: 100px;
}

@media (min-width: 768px) {
    #navbar_left {
        margin-top: 280px;
    }
    
    .navbar.fixed-left {
        position: fixed;
        top: 0;
        left: 0;
        right: auto;
        z-index: 1030;
        bottom: 0;
        width: 320px;
        flex-flow: column nowrap;
        align-items: flex-start;
    }
    
    .navbar.fixed-left .navbar-collapse {
        flex-grow: 0;
        flex-direction: column;
        width: 100%;
    }
    
    .navbar.fixed-left .navbar-collapse .navbar-nav {
        flex-direction: column;
        width: 100%;
    }
    
    .navbar.fixed-left .navbar-collapse .navbar-nav .nav-item {
        width: 100%;
    }
    
    .navbar.fixed-left .navbar-collapse .navbar-nav .nav-item .dropdown-menu {
        top: 0;
    }
    
    .navbar.fixed-left .navbar-nav .nav-item .dropdown-toggle:after {
        border-top: .3em solid transparent;
        border-left: .3em solid;
        border-bottom: .3em solid transparent;
        border-right: none;
        vertical-align: baseline;
    }
    
    .navbar.fixed-left .navbar-nav .nav-item .dropdown-menu {
        left: 100%
    }
    
    #logo-main {
        display: block;
        margin: 40px 60px 40px 40px;
        float: right;
    }
}