body {
    font-family: 'Roboto', Arial;
}

.logo {
    width: 83px !important;
}

.logo-name {
    font-weight: bold;
    color: #079e07;
    font-size: 16px;
    text-align: center
}

.secondary-bg {
    background-color: #4d82f1;
}

#carouselExampleIndicators .carousel-item {
    height: 500px;
    background-position: top;
}

.btn-primary, .badge-primary, .dropdown-item.active, .dropdown-item:active, .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: white;
}

#news {
    padding: 0px 0px 75px;
}

#news .card {
    padding: 0px !important;
}
#main-slider .carousel-item:before {
    background-color:transparent;
    opacity: 0;
}