/*
Theme Name: Classical4Kids
Theme URI: https://wordpress.org/themes/twentytwentyone/
Author: Rosebrook Media
Author URI: https://rosebrook.media
Template: twentytwentyone
Description: Site for Classical4Kids - Custom Child Theme With Twenty Twenty One as Parent
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: twentytwentyone
*/
/*********************************************
Default font settings and typography.
The font-size percentage is of 16px.
*********************************************/

/* Variables */

/* Header */
/* header#masthead {
	position: fixed;
	width: 100%;
	margin: 0 auto;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1030;
	padding: 0 calc(2 *var(--global--spacing-horizontal));
	max-width: 100%;
} */
#masthead {
	background-color: var(--global--color-white);
	background-blend-mode: multiply;
	margin: 0;
	width: 100%;
	max-width: 100%;
	padding: 0 calc(2 *var(--global--spacing-horizontal));
}
.site-branding {
	display: flex;
	align-items: center;
	margin-top: 0;
}
.site-logo {
	display: inline-flex;
}
.site-title {
	display: inline-flex;
	padding-top: var(--global--spacing-vertical);
	padding-left: var(--global--spacing-unit);
}
.alignfull figure.post-thumbnail {
	max-width: 100% !important;
	margin: 0;
	width: 100%;
}
.alignfull figure.post-thumbnail img {
	margin-top: 0;
}
.site-header, .site-main {
	padding-top: 0;
}