/*
Theme Name: Acting Up
Description: Acting Out Website Theme
Version: 0.0.4
Author: rockcat
Requires at least: 6.8
Tested up to: 6.8
Requires PHP: 5.7
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: acting-up
*/



.menu-background {
    background: rgba(0, 0, 0, 0.2);
    padding: 10px;
}

.wpcf7-form label,
.wpcf7-form input,
.wpcf7-form textarea {
    width:80%;
    max-width:inherit;
    font-family: Montserrat, sans-serif;
    font-size: 1em;
}

a {
    text-decoration: none;
}

blockquote p:before {
    content: open-quote;
}

blockquote p:after {
    content: close-quote;
}

