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;
}

/*.btn-primary::after {
    content: '';
    display: inline-block;
    background-image: url(../images/listarrow.png);
    background-size: contain;
    width: 19px;
    height: 13px;
    margin-left: 5px;
}*/

.divider {
    display: none;
}

.rounded,
.rounded img {
    border-radius: 2rem;
}

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

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

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

}

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

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

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