/*!
 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: 6.7
 Requires PHP: 8.0
 Version: 6.7.1
 Text Domain: rubrum
*/


/** Add your custom styles here **/

.home .nav-home-link { display: none; }

.wp-block-navigation__responsive-container-close {
    left: 0;
    right: unset;
}

@media (max-width: 1199.98px) {
    .bg-blue-splash .background-image-container {
        background-size: cover !important;
    }
}

@media (max-width: 991.98px) {
    .cover-img {
        margin-top: 0 !important;
    }
    .bg-blue-splash {
        padding: 40px 20px !important;
    }
}

.wp-block-heading u {
    text-decoration-line: underline;
    text-decoration-thickness: 3px;
    text-underline-offset: 5px;
}
