body {
    font-family: 'Roboto', sans-serif !important;
}

:root {
    --main-color: #c1262d;
    --second-color: #1f5932;
    --third-color: #213a89;  
    --rounded-edge: 30px;
    --rounded-edge-mobile: 20px;

    --primary-color: #dc3545;
    --secondary-color: #28a745;
    --accent-color: #007bff;
    --dark-color: #343a40;
}

.home-banner {
    background: url(../img/banner.png);
    padding: 20px 0;
    background-size: cover;
    background-repeat: no-repeat;
	/*background-position:5px;*/
    padding-top: 20px;
    min-height: 400px;
}