:root {
	--base: white;
	--contrast: black;
}

html, body {
	scroll-behavior: smooth;
}


/* button hover  */
.wp-block-button {
    transition: .4s
}

.wp-block-button:hover {
    transform: translateY(-6px);
    filter: brightness(120%)
}


/* fixes  */
.site-inner>.wrap {
	max-width: 100%;
	width: 100%;
}

html, body {
	font-size: 16px!important;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}

ul li {
	list-style-type: disc;
}

.genesis-nav-menu {
	font-size: 16px;
}

iframe {
	display: block;
}

@media(max-width: 768px) {
	.site-inner {
		text-align: initial!important;
	}
}