@font-face{
    font-family: 'Hard To Love';
    font-display: auto;
    font-style: normal;
    font-stretch: normal;
    font-weight: normal;
    src: url('../plan_your_trip/WebFont/HardToLove.woff') format('woff'),
         url('../plan_your_trip/HardToLove.otf') format('opentype'),
         url('../plan_your_trip/HardToLove.ttf') format('truetype');
}

@font-face {
    font-family: 'magehandregular';
    src: url('../magehand/magehand-webfont.woff2') format('woff2'),
         url('../magehand/magehand-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}



/*body, p, h1, h2, h3, h4, h5, h6, label, div, article, a, section, header, footer {
    font-family: Hard To Love,"Times New Roman",Times,serif!important;
}*/

.multimedia__title {
    font-family: "Hard To Love"!important;
    font-weight: normal;
}
.multimedia__title {
    font-size: 130px;
    margin-bottom: 0;
}

.multimedia__overlay__inner small {
    font-size: 20px;
}

@media(max-width:479px) {
    .multimedia__title {
        font-size: 70px;
    }
    .multimedia__overlay__inner small {
        font-size: 16px;
    }
}