/*!
 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.8.3
 Requires PHP: 8.0
 Version: 6.8
 Text Domain: rubrum
*/


/** Add your custom styles here **/

.faux-header .faux-menu {
    column-gap: var(--wp--custom--blocks--core-navigation--spacing--block-gap) !important
}

.faux-header .faux-menu p {
    margin: 0 !important;
}

.faux-header .faux-menu a:hover {
    text-decoration: none !important;
}

@media screen and (max-width: 767.98px) {

    .hero-heading {
        font-size: 2rem !important;
    }

    .intro-text {
        font-size: 1.25rem !important;
    }

    #meet-dutch h3 {
        font-size: 1.35rem !important;
    }

    .icons-ctn {
        max-width: 250px;
        margin-left: auto !important;
        margin-right: auto !important;
    }
}