/*
Theme Name: Lemmony Child
Description: A child theme of Lemmony with custom modifications
Template: lemmony
Version: 1.0.0
Author: Your Name
Text Domain: lemmony-child
*/

span.lemmony-typing-action {
    background-color: #0E0028;
    color: #92F7FE;
    padding: 0 15px 10px;
    text-decoration: none !important;
}

.d-none {
    display: none !important;
}

@media (max-width:768px) {
    .menu-images {
        max-width: 250px;
    }

    .has-gigantic-font-size {
        font-size: 45px !important;
    }

    .has-huge-font-size {
        font-size: 35px !important;
    }

    .footer-header{
        text-align: center;
    }
}