/*
Theme Name: Patu teema 2.0
Theme URI: 
Author: Mainostoimisto Pro Image Oy
Author URI: https://www.proimage.fi/
Description: 
Requires at least: 6.7
Tested up to: 6.7
Requires PHP: 
Version: 0.0.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: patu teema
Tags: 
*/
a:hover {
    -webkit-filter: drop-shadow(1px 1px 5px #8d8d8d);
    filter: drop-shadow(1px 1px 5px #8d8d8d);
    color: #ea5902;
  }

a:active {
    color: #ea5902 !important;
}

.patu-header {     
    position: fixed!important; 
    top: 0;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 8px 27px rgba(0, 0, 0, 0.08);
    z-index: 1000;
}

.patu-nappi {
    background-color: #ea5902 !important;
}

@media screen and (max-width: 2000px) {

}

@media screen and (max-width: 1440px) {

}

@media screen and (max-width: 1024px) {

}

@media screen and (max-width: 768px) {

}

@media screen and (max-width: 599px) {
    .wp-block-navigation__responsive-container-content {
        padding: 3rem;
    }
}