h1.main-header{
    font-family: 'Nothing You Could Do', cursive;
    font-size: 45px;
    line-height: 50px;
}

.carousel p{
    font-size:18px;
}



.latest-deal {
    font-size: 54px;
    line-height: 59px;
}

div#content_b_body {
    background: #414143;
}

.booking-item-intro p {
    font-size: 24px;
    line-height: 28px;
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {

h1.main-header {
    font-family: 'Nothing You Could Do', cursive;
    font-size: 35px;
    line-height: 40px;
}
}

@media (max-width: 768px) {
    .mobile-header {
        background: #414143;
        color: #fff;
        position: absolute;
        left: 0px!important;
        top: 0;
        padding: 8px;
        width: 100%;
        bottom: unset;
    }
    .carousel-item{
        top: 50px;
        padding-bottom: 50px;
    }
}

@media (max-width: 575px) {
    .carousel-caption {
        right: 15px;
        left: 15px;
    }
    h1.main-header {
        font-size: 25px;
        line-height: 35px;
    }
    .booking-item-intro p {
        font-size: 18px;
        line-height: 25px;
    }
}