h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    font-family: "Lato",sans-serif;
}

.carousel-item.active, .carousel-item-next, .carousel-item-prev {
    height: 400px;
}

.carousel-caption .container .col-12.col-lg-6 {
    background: #ffc107;
    padding: 20px 20px 40px;
}

.carousel-caption .container .col-12.col-lg-6 h1 {
    font-size: 36px;
}

.carousel-caption .container .col-12.col-lg-6 p.text-body {
    color: #fff !important;
}

.page-header {
    background: url(../img/banner2.jpg) 0 center no-repeat;
    background-size: cover;
}

.container.facts .facts-text {
    background: linear-gradient(rgba(1, 95, 201, .9), rgba(1, 95, 201, .9)), url(../img/banner5.jpg) center right no-repeat;
    background-size: cover;
}

.container.facts .facts-counter {
    background: linear-gradient(rgba(255, 255, 255, .9), rgba(255, 255, 255, .9)), url(../img/banner6.jpg) center right no-repeat;
    background-size: cover;
}

.post {
    border-bottom: 1px solid #adb5bd;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.post .user-block {
    margin-bottom: 15px;
    width: 100%;
}

.user-block img {
    float: left;
    height: 60px;
    width: 60px;
}

.user-block .username {
    font-size: 16px;
    font-weight: 600;
    margin-top: -1px;
}

.user-block .description {
    color: #6c757d;
    font-size: 13px;
    margin-top: -3px;
}

.user-block .comment, .user-block .description, .user-block .username, .user-block span {
    display: block;
    margin-left: 70px;
}


.card {
    border-radius: 0px; 
}
.card-header:first-child {
    border-radius: 0;
    background: #015FC9;
}
.card-title {
    color: #fff;
}

.navbar, .navbar-nav  {
    background-color: #015fc9;
}

.navbar .navbar-nav .nav-link {
    color: #fff;
}

.nav-account.nav-link {
    color: #fff;
}

.navbar .navbar-nav .nav-link:hover, .navbar .navbar-nav .nav-link.active {
    color: #000;
}

/* map */

#home-map { height: 720px; }

.badge-success {
    background-color: #42ba96;
    color: #fff;
}

.badge-error {
    background-color: #df4759;
    color: #fff;
}

.badge-warning {
    background-color: #ffc107;
    color: #1b2a4e;
}

.card-title-black {
    color: #15233C;
}

.reply-complaint {
    border: 1px solid #ccc;
    padding: 10px;
    margin-left: 24px;
    background: #ccc;
    color: #000;
    font-size: 13px;
    line-height: 1;
    margin-top: -13px;
    margin-bottom: 13px;
}

.reply-complaint p {
    margin-bottom: 0;
}

.footer {
    color: #15233C;
    font-size: 14px;
}

.footer .btn.btn-link {
    color: #15233C;
}

.info {
    padding: 6px 8px;
    font: 14px/16px Arial, Helvetica, sans-serif;
    background: white;
    background: rgba(255,255,255,0.8);
    box-shadow: 0 0 15px rgb(0 0 0 / 20%);
    border-radius: 5px;
}

.legend {
    line-height: 30px;
    color: #555;
}

.legend img {
    height: 23px;
}