h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    text-transform: none;
}

.btn {
    font-size: 1.1rem;
    text-transform: none;
}

.travel .btn-secondary {
    padding: 0.5rem 1.3rem !important;
}

.admin-page-settings a {
    font-size: 1rem;
}

.divider {
    display: none;
}

.slick-pause-icon {
    display: none;
}

@media screen and (min-width: 1280px) {

    body,
    p {
        font-size: 1.2rem;
    }

    .lead,
    .lead p {
        font-size: 1.4rem;
    }

    .container {
        max-width: 1140px !important;
    }
}

@media (min-width: 1440px) {

    .container {
        max-width: 1340px !important;
    }

}

@media (min-width: 1680px) {
    .container {
        max-width: 1540px !important;
    }
}

@media screen and (max-width: 425px) {

    .btn {
        padding: 0.5rem 1rem !important;
    }

    h1, .h1 {
        font-size: 2rem;
    }
    
}