/*
Theme Name: Yoga Selbst
Theme URI: 
Author: Armin Oppliger
Author URI: https://arminoppliger.ch/
Description: 
Requires at least: 6.8
Tested up to: 6.8
Requires PHP: 5.7
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: test-theme
Tags: 
*/

@import url('responsive.css');

/* Global */
:focus,
button:focus,
a:focus {
    outline: none;
}

a {
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}

blockquote p {
	line-height:1.5 !important;
}

.green-btn a {
    transition: background 0.3s ease, color 0.3s ease;
}
.green-btn:hover a {
    text-decoration: none;
    background: #96736c !important;
}

ul.center-list {
    list-style-position: inside;
    text-align: center;
    margin: 0 auto;
    padding: 0;
}

/* Header */
header nav a{
    transition: color 0.3s ease;
}
header nav .has-child .wp-block-navigation-submenu li a {
    color: #d7b8b2 !important;
}
header nav a:hover,
header nav .current-menu-item a,
header nav .has-child .wp-block-navigation-submenu li.current-menu-item a,
header nav .has-child.current-menu-ancestor a,
header nav .has-child.current-menu-ancestor a:hover{
    text-decoration: none;
    color: #96736C !important;
}

.wp-block-navigation__responsive-container.is-menu-open {
    height: 100vh;
}

header .wp-block-navigation-submenu li {
	min-width:250px;
}

/* Sticky header */
header.wp-block-template-part {
    position: sticky;
    top: 0;
    z-index: 1000;
    transition: transform 0.25s ease;
    will-change: transform;
}
.logo-nav {
    transition: padding 0.25s ease;
}

/* Footer */
.footer-image {
    width: 100%;
    max-height: 600px;
    min-height: 600px;
    background-size: cover;
    background-position: center;
}