/**
 * Theme Name:        Niezapominajka
 * Template:          twentytwentyfive
 * Theme URI:         https://u255063.webh.me/
 * Description:       Dedykowany motyw dla Domu Seniora "Niezapominajka"
 * Version:           1.0.0
 * Author:            Mateusz Dwórznik
 * Author URI:        https://u255063.webh.me/
 * Tags:              one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, wide-blocks, block-styles, style-variations, accessibility-ready, blog, portfolio, news
 * Text Domain:       niezapominajka
 * Tested up to:      6.8.2
 * Requires at least: 6.7.2
 * Requires PHP:      7.2
 * License:           GNU General Public License v2.0 or later
 * License URI:       https://www.gnu.org/licenses/gpl-2.0.html
 */

:root {
  --bg1:#f7e9d8;
  --bg2:#e9d0b0;
  --accent:#5a3220;
  --muted:#7a5a49;
  --cta-bg:#b85a2b;
  --cta-text:#fff;
  --radius:12px;
  font-family: "Montserrat", "Lora", system-ui, -apple-system, "Segoe UI", Roboto, Arial;
}

html {
    font-size: 16px;
}

@media all and (max-width: 1199px) {
    html {
        font-size: 16px;
    }
}

@media all and (max-width: 599px) {
    html {
        font-size: 16px;
    }
	
}

.header-cover {
  overflow: hidden;
}

.header-cover > img {
	animation: kenburns 12s ease-in-out infinite;
	-ms-animation: kenburns 12s ease-in-out infinite;
	-webkit-animation: kenburns 12s ease-in-out infinite;
	-0-animation: kenburns 12s ease-in-out infinite;
	-moz-animation: kenburns 12s ease-in-out infinite;
	position: absolute;
	}

@-webkit-keyframes kenburns {
  0% {
    -webkit-transform-origin: 75% 66%;
    -moz-transform-origin: 75% 66%;
    -ms-transform-origin: 75% 66%;
    -o-transform-origin: 75% 66%;
    transform-origin: 75% 66%;
    transform: scale(1.6);
    -ms-transform: scale(1.5);    
    -webkit-transform: scale(1.5);    
    -o-transform: scale(1.5);    
    -moz-transform: scale(1.5);
  }

  50% {
    transform: scale(1);
    -ms-transform: scale(1);    
    -webkit-transform: scale(1);    
    -o-transform: scale(1);    
    -moz-transform: scale(1);
  }
	
	100% {
    -webkit-transform-origin: 75% 66%;
    -moz-transform-origin: 75% 66%;
    -ms-transform-origin: 75% 66%;
    -o-transform-origin: 75% 66%;
    transform-origin: 75% 66%;
    transform: scale(1.6);
    -ms-transform: scale(1.5);    
    -webkit-transform: scale(1.5);    
    -o-transform: scale(1.5);    
    -moz-transform: scale(1.5);
  }
}

footer.wp-block-template-part {
	margin-top: 0;
}