/*
Theme Name: Matrioska Child
Theme URI: https://themeshaper.com/matrioska-child/
Author: Automattic
Author URI: https://automattic.com
Description: Child of Matrioska theme for customization purposes.
Requires at least: 6.1
Tested up to: 6.5
Requires PHP: 5.7
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: matrioska
Tags: blog, news, one-column, wide-blocks, block-patterns, custom-background, custom-colors, custom-logo, custom-menu, editor-style, featured-image-header, featured-images, full-site-editing, post-formats, rtl-language-support, template-editing, theme-options, threaded-comments, translation-ready
Template: matrioska
*/

svg {
	fill: #857970;
}

svg:hover {
	fill: #ed7623;
}

.single-header-logos {
	width: 100%;
}

.single-header-logos {
	width: 100%;
}

.single-header-logos a img {
	max-height: 30px;
	transition: all .3s ease;
}

.single-header-logos img:hover {
	border-bottom: 1px solid #fff;
	transition: all .5s ease;
}

.footer-prev-next a {
	text-decoration: none;
	transition: all .3s ease;
}

.footer-prev-next a:hover {
	text-decoration: underline;
	transition: all .3s ease;
}

.page-template-alt-home-page svg.home-header-logo {
	fill: #857970;
    transition: all .3s ease;
}
.page-template-alt-home-page svg.home-header-logo:hover {
	fill: #ed7623;
	transition: all .3s ease;
}

.page-template-alt-home-page h1.page-title {
	font-size: clamp(2.0rem, 2.0rem + ((1vw - 0.2rem)* 7.636), 8rem) !important;
	margin-top: 1rem;
}
