.rTxtLogo {
    font-family: 'Cinzel Decorative', cursive;
    font-size: 16px;
}

.rTxtMenu {
    font-family: 'Cinzel Decorative', cursive;
    font-size: 13px;
}

.rTxtContent {
    font-family: 'EB Garamond', serif;
    font-size: 20px;
}

.rTxtTitle {
    font-size: 25px;
    font-family: 'EB Garamond', serif;
}

.rTxtBtn {
    font-family: 'Cinzel Decorative', cursive;
    font-size: 13px;
}

@media only screen and (orientation: portrait) {
    .rTxtLogo {
        font-size: 13px !important;
    }

    .rTxtMenu {
        font-size: 13px !important;
    }

    .rTxtTitle {
        font-size: 17px !important;
    }

    .rTxtContent {
        font-size: 16px !important;
    }

    .rTxtBtn {
        font-size: 11px !important;
    }
}

