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

@media screen and (max-width: 600px){
	.headshot-img img{
		height:auto !important;
		max-height:600px !important;
	}

}


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

	.medium-up {
		display:none !important;
	}
}

@media screen and (min-width: 768px) {
	.medium-down {
		display:none !important;
	}

}