/*
Theme Name: Sport Villas
Author: Mikko Alavuo
Author URI:
Theme URI:
Tags: Sport Villas theme
Text Domain: sport-villas
Requires at least: 6.0
Requires PHP: 7.4
Tested up to: 6.0
Version: 1.0.0

License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

All files, unless otherwise stated, are released under the GNU General Public
License version 2.0 (http://www.gnu.org/licenses/gpl-2.0.html)

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned
with others.
*/

/* Styles intended only for the front.*/
html {
	scroll-behavior: smooth;
	position: relative;
	min-height: 100%;
	padding-bottom: 160px;
}

@media screen and (prefers-reduced-motion: reduce) {

	html {
		scroll-behavior: auto;
	}
}

body {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	margin-bottom: 160px;
}

/*
 * Increase horizontal padding on smaller screens.
 * Temporary solution to avoid text content
 * running up to the edge of the browser window,
 * making the text difficult to read.
*/
@media ( max-width: 1024px ) {

	main > :not(.alignfull),
	main .wp-block-query > :not(.alignfull),
	main .entry-content > :not(.alignfull),
	main .entry-content .wp-block-columns.alignfull p {
		padding-left: var(--wp--custom--h-spacing);
		padding-right: var(--wp--custom--h-spacing);
	}
}

.carousel-img-bottom .areoi-background__image {
	background-position: bottom;
}

footer {
	position: absolute;
	bottom: 0;
	width: 100%;
}

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

	.site-header .wp-block-cover {
		min-height: 100px !important;
	}

	.navbar {
		margin: 0 !important;
	}

	.custom-logo {
		width: 80px;
		margin-left: 20px;
	}

	.wp-block-navigation {
		margin-right: 20px !important;
	}

	.hide-mobile {
		display: none;
	}
}
