h1, h2, h3, h4, h5, h6, th {
    font-family: 'Alfa Slab One', cursive;
}

th {
    text-transform: uppercase;
    letter-spacing: 1px;
}

p, a, td {
    font-family: 'Barlow', sans-serif;
}

a, a:hover {
    color: #ca2333;
}

.header a {
    font-family: 'Alfa Slab One', cursive;
}

.header {
    padding-right: 50px;
    padding-left: 50px;
    font-family: 'Alfa Slab One', cursive;
    background: #ca2333;
    text-transform: uppercase;
    letter-spacing: 1px;
}

@media only screen and (max-width: 575px) {
    .header {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.page-title {
    padding:40px 0px 25px 0px;
}

.footer {
    font-family: 'Barlow', sans-serif;
    background-color: #f5f5f5;
    margin-top: 100px;
}

.btn-form {
    font-family: 'Barlow', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    padding: 10px 40px;
}

.btn-table {
    font-family: 'Barlow', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    padding: 10px 40px;
}

@media only screen and (max-width: 767px) {
    .btn-table {
        margin-bottom: 10px;
    }
}

.table td {
    border: 0;
}
.booking-square {
    padding: 100px 50px;
    color: #fff;
    border-radius: 25px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
    height: 100%;
    position: relative;
}

.booking-square .title {
    position: relative;
    z-index: 2;
}

.booking-square .small-title {
    position: relative;
    z-index: 2;
    font-family: 'Barlow', sans-serif;
    font-size: 18px;
}

.booking-square .description {
    position: relative;
    z-index: 2;
    font-family: 'Barlow', sans-serif;
    font-size: 16px;
}

.booking-square .button {
    position: relative;
    z-index: 2;
    text-transform: uppercase;
    font-weight: 700;
}

.booking-square .icon {
    padding-left: 5px;
    color: #ca2333;
}

.booking-square.soft-play {
    background-size: cover;
    position: relative;
}


.bg-overlay {
    background-color: rgb(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 25px;
}
