/*!
 Theme Name: Rubrum
 Theme URI:
 Author: Dev Team
 Author URI:
 Description: Rubrum is a blank canvas for your ideas and it makes the block editor your best brush.
 Requires at least: 6.6
 Tested up to: 7.0
 Requires PHP: 8.0
 Version: 7.0
 Text Domain: rubrum
*/


/** Add your custom styles here **/


@media (max-width: 1399.98px) {
    .has-xxx-large-font-size {
        font-size: clamp(40px,9vw,120px) !important;
    }
}

h2.main-sub-heading {
    font-size: clamp(21px,2.875vw,46px) !important;
}

h6 a {
    text-decoration: underline;
}

.home-cover {
    height: 26vw;
    max-height: 480px;
}

.section-issues {
    overflow: hidden !important;
}

@media (max-width: 575.98px) {
    .home-cover .wp-block-cover__image-background {
        display: none !important;
    }
    .home-cover {
        padding-top: 80vw !important;
        padding-bottom: 60px !important;
        background: #FFF url('/wp-content/uploads/home-cover-mobile.webp') no-repeat 50% 0% !important;
        background-size: cover !important;
    }
}


