body {
    font-family: Lato, sans-serif;
font-size: 16px;
color: #000000;
weight: normal;
}

.header_bar {
    background: linear-gradient(to bottom, #D8D8D8 73px, transparent 73px);
}

.header_menu * {
    color: #4e4e4e !important;
}

.footer_bar {
    background-color: #4e4e4e;
}

.btn-theme-1 {
    background-color: #4e4e4e;
}

.btn-theme-1:hover, .btn-theme-1:active, .btn-theme-1:focus {
    background-color: #bb2647 !important;
    text-decoration: underline;
}

.btn-theme-2:hover, .btn-theme-2:active, .btn-theme-2:focus {
    background-color: #4e4e4e !important;
    text-decoration: underline;
}

.carousel-indicators .active span,
.carousel-indicators button:hover span, .carousel-indicators button:active span, .carousel-indicators button:focus span {
    background-color: white !important;
    color: #bb2647 !important;
}




