/*
Theme Name: Hamburger Mary's Kansas City
Theme URI: https://hamburgermarys.com/kc/
Author: King Louis, LLC
Author URI: https://kinglouiscreative.com/
Description: Custom Wordpress theme for Hamburger Mary's Kansas City.
Version: 2019.1
License: GNU General Public License
License URI: https://www.gnu.org/licenses/gpl.html
Tags: one-column, two-columns, custom-menu, featured-images, microformats, sticky-post, threaded-comments, translation-ready
Template: hamburgermarys
Text Domain: hamburgermarys-kansas-city
*/

#container {
    background-color: #005126; /* For browsers that do not support gradients */
    background-image: linear-gradient(#005126, #002b12); /* Standard syntax (must be last) */
}

#menuToggle {
	background: #052312;
}

footer {
    border-top: 4px solid #005126;
}

footer, #menuToggle input:checked ~ ul, #menuToggle input:not(:checked) ~ ul {
    background-image: linear-gradient(110deg, #052312 25%, #042612 25%, #042612 50%, #052312 50%, #052312 75%, #042612 75%, #042612 100%);
    background-size: 42.57px 116.95px;
}

#copyright, #copyright_mobile {
	padding-top: 60px;
}

.ms-container {
    border-top: 4px solid #005126 !important;
    border-bottom: 4px solid #005126 !important;
}
