/*
Theme Name: Samantha
Theme URI: 
Author: Ombion
Author URI: 
Description: 
Requires at least: 6.8
Tested up to: 6.8
Requires PHP: 5.7
Version: 
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: twentytwentyfive
Text Domain: samantha
Tags: 
*/

html {font-size: 16px;}

body {
	background-image: url(/wp-content/uploads/Forest-bkgr.jpg);
	background-position-y: 0;
	background-position-x: center;
	background-repeat: no-repeat;
	background-size: 100%;
}
body.home {
	background-image: url(/wp-content/uploads/rain_on_window.jpg);
	background-position-y: -100px;
	background-position-x: center;
	background-repeat: no-repeat;
	background-size: 100%;
}

header {background-image: linear-gradient(180deg, #3ad1ff00, #55dfff00, #ffffff1c);}
.home header {background-image: linear-gradient(172deg, #4bcbf278, #4ad6f71a, #07486233, #00070970);}

.wp-block-site-logo.is-default-size img {height: auto;	width: 60px;}
.wp-block-site-title a {text-shadow: #ffffff7a 0px 3px 4px;}

main {min-height: 100vh;}

p {margin-top: 0; margin-bottom: 0.7em;}


blockquote {
}
blockquote p {
  font-size: 1.3rem;
  margin: 0 0 0.3em 0;
  line-height: 1.2;
}
blockquote div {
  font-size: 0.9rem;
  font-style: italic;
}

.wp-block-navigation .has-child:not(.open-on-click):hover > .wp-block-navigation__submenu-container {min-width: 250px;}

.wp-block-navigation-submenu li:not(:last-child) {
	border-bottom: 1px solid #426da4;
}

@media screen and (max-width : 1080px) {
	.wp-block-site-logo.is-default-size img {height: auto;	width: 42px;}
	.wp-block-site-title a {font-size: 9vw; line-height: 1em;}
	body {background-position-y: 0px; background-size: 230%;}
}

