/*Theme Name: SP3 Lędziny
Author: Install-IT
Author URI: https://install-it.pl
Theme URI: 
Description: 
Tags: 
Text Domain: 
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* Styles intended only for the front.*/
html {
    scroll-behavior: smooth;
}
@media screen and (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }
}
body {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}

.cien{
	text-shadow: 0.05em 0.05em #000;
}

h1.post_title {
	color:#ffffff;
	text-shadow: 0.05em 0.05em #000;
}

.filary-glowna a {
	font-family: var(--wp--preset--font-family--amatic-sc);
	font-size: 1.5em;
	font-weight: 600;
	text-decoration: none;
	text-shadow: -0.05em -0.05em #666;
}
.filary-glowna a:hover {
	text-decoration: underline;
	text-shadow: 0.05em 0.05em #000;
	
}
@media screen and (max-width:961px) {
	.logo {display:none}
}

h2 {
	font-size: 2.5em;
}
h3 {
	font-size: 2.1em;
}


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