.front-page-header {
    background-image: url('/assets/img/front-pages/tours-booking-banner.jpg');
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('/assets/img/front-pages/tours-booking-banner.jpg');
    background-attachment: scroll;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.front-page-header{
    padding:15vh 0;
}

.front-page-header h1 {
    font-weight: 600;
    font-family: "Roboto", Helvetica, Arial, sans-serif !important; 
}

.front-page-header h6,
.front-page-header h5 {
    font-family: "Roboto", Helvetica, Arial, sans-serif !important; 
    font-weight: 400;
}

.front-page-header h6 {
    text-transform: uppercase;
}

.front-page-section {
    padding: 5vh 0;
    background: #eee !important;
    color: #344767;
}

.front-page-section h5 {
    font-family: "Roboto", Helvetica, Arial, sans-serif !important; 
    color: #e91e63 !important;
}

.front-page-section h2 {
    font-family: "Roboto", Helvetica, Arial, sans-serif !important; 
    color: #000 !important;
}