/*
 * Theme Name: vcf
 *
 * Layout: Content-No-Sidebar
 *
 * Learn more: https://developer.wordpress.org/themes/basics/template-files/
*/

.content-wrapper {
        border-top: 1px solid #444;
        border-top: 1px solid rgba(68,68,68,1);
        background-image: url(../images/background-tile_250x250.jpg);
}

.page .site-content {
        width: 100%;
        max-width: 1000px;
        margin: 0 auto;
        padding: 2em 0;
}

.site-main {
        margin: 0;
}

@media screen and (max-width: 781px) {
        .site-main {
                margin: 0 1em 1.5em;
        }
}

.site-footer {
	clear: both;
	width: 100%;
        background: #000;
        background: rgba(0,0,0,1);
}