@charset "UTF-8";

/**
 * These styles complement style.css & block-styles
 */

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--color-primary) !important;
}

.wp-block-embed figcaption {
    text-align: center;
    font-weight: 200;
}

body.pushable > .pusher {
    background-color: #eee !important;
}

footer.site-footer {
    box-shadow: 0 !important;
}

.video-block{ position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; }
.video-block iframe, .video-block object, .video-block embed, .video-block video { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

.ui.primary.button, .ui.primary.buttons .button {
    background-color: var(--color-primary) !important;
}