/*
Theme Name: MaxleFou
Theme URL: https://gitlab.com/maxlefou/duenamlf
Description: Child theme Wordpress pour les besoins de maxlefou.com
Author: Max le Fou
Author URL: http://www.maxlefou.com
Template: duena-revival
Version: 2.1.1
Text Domain: maxlefou
*/

.footer-text {
    float: none !important;
    text-align: center;
}

#copy-text p {
    text-align: center;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
    color: white;
    font-weight: bold;
    margin-top: 2em;
}

#footer-char {
    position: fixed;
    bottom: 0px;
    height: 256px;
    z-index: 15;
    clear: both;
    transition: height 1s ease-out;
}

.flip {
    top: -3em;
}

#albumcontent {
    min-height: 170px;
}

.front,
.back {
    max-width: 150px;
    max-height: 150px;
    margin-left: 10px;
    margin-bottom: 5px;
}

@media (max-width: 980px) {
    #footer-char {
        display: none;
    }
}

/**
* DARK MODE SUPPORT FOR PLUGINS
*/
.cd-horizontal-timeline .events a.darkmode,
.cd-horizontal-timeline .events a.darkmode.selected
{
    color: #f2f2f2;
}
