/*
Theme Name: Cascadia Barn Designs
Template: twentytwentyfour
Theme URI: https://wordpress.org/themes/twentytwentyfour/
Author: Just By Design
Author URI: http://justbydesign.com/
Requires at least: 6.1
Tested up to: 6.1
Requires PHP: 5.6
Description:
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html
Text Domain: cascadia-twentytwentyfour-child
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, wide-blocks, block-styles, style-variations, accessibility-ready, blog, portfolio, news
*/
.heading-size-xl, .heading-size-xl h2{
    font-size: clamp(25.014px, 1.563rem + ((1vw - 3.2px) * 1.699), 42px);
}
.heading-size-1-alt, .heading-size-1-alt h1{
    font-size: clamp(25.014px, 1.563rem + ((1vw - 3.2px) * 1.699), 40px);
}
.heading-size-2-alt{
	font-size: clamp(22.041px, 1.378rem + ((1vw - 3.2px) * 1.396), 36px);
}
.heading-size-3-alt{
	font-weight:600;
}
.heading-size-4-alt{
	font-size: clamp(17.905px, 1.119rem + ((1vw - 3.2px) * 1.01), 28px);
}
.heading-size-5-alt{
	font-size: clamp(15.747px, 0.984rem + ((1vw - 3.2px) * 0.825), 24px);
}
.text-sm{
	font-size: 14px;
}

.featured-content-shortcode >img{
	margin-bottom: 40px;
	display:block;
}
@media screen and (min-width: 768px){
	.featured-content-shortcode >img{
		margin-left: 40px;
		max-width: 50%;
		float:right;
	}
}