/*
Theme Name: MW
Theme URI: https://mwasserman.com
Description: A child theme for Twenty Twenty One.
Author: Mikhail Michouris
Author URI: https://expotype.com
Template: twentytwentyone
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
*/


body, .site-branding { 
    color: #aaa;
    }
    .primary-navigation a:hover, .primary-navigation a:link, .primary-navigation a:visited,
    
    .footer-navigation-wrapper li a:link, .footer-navigation-wrapper li a:visited, .footer-navigation-wrapper li a:active,
    
    .entry-title {
        color: #665847;
    }
    .singular .entry-header {
        padding-bottom: 1em;
        border-bottom: 3px solid #665847;
    }
    /*
    @keyframes fadeInUp {
        from {
            transform: translate3d(0,40px,0)
        }
    
        to {
            transform: translate3d(0,0,0);
            opacity: 1
        }
    }
    
    @-webkit-keyframes fadeInUp {
        from {
            transform: translate3d(0,40px,0)
        }
    
        to {
            transform: translate3d(0,0,0);
            opacity: 1
        }
    }
    
    .animated {
        animation-duration: 1s;
        animation-fill-mode: both;
        -webkit-animation-duration: 1s;
        -webkit-animation-fill-mode: both
    }
    
    .animatedFadeInUp {
        opacity: 0
    }
    
    .fadeInUp {
        opacity: 0;
        animation-name: fadeInUp;
        -webkit-animation-name: fadeInUp;
    }
    */
    
    
    @media only screen and (min-width: 482px) {
    .site-header {
        padding: 1em 0;
        }
    }
