/*!
 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 **/

.nav-bar {
	background:transparent;
	transition:background 0.3s ease;
}
.nav-bar.blue-bg {
	background: #0c435a;
}

.featured-cover--content {
    max-width: var(--wp--style--global--content-size);
}

div#gform_confirmation_message_7 {
    color: #0c435a;
    font-size: 1.25rem;
    opacity: 1;
}

@media screen and (max-width: 400px) {
	.icon-text-group .wp-block-group {
	    flex-wrap: wrap;
	    align-items: center;
	    justify-content: center;
	}
}

@media screen and (min-width:781.5px) {
	.nav-bar {
		margin-top:-100px;
	}
}
@media screen and (max-width:781.5px) {
	.nav-bar {
		background:#0c435a;
	}
}

