/*
 * Ancestral Tapestry TNG Template (mytngstyle.css)
 * Based on Genealogy Web Templates (genealogywebtemplates.com)
 * Comprehensively Customized by St. John Mercantile
 * https://www.stjohnmercantile.com/collections/genealogy-website-services
 * 2024-02-24
 * Version 1.0
 */

/* Additional custom styles go here. Core theme is defined in templatestyle.css */

/* Background image pattern - upload background.jpg to img/ to change */
body {
    background-image: url('../img/background.jpg');
    background-repeat: repeat;
    background-attachment: fixed;
    background-size: 300px 300px;
    background-color: #555555;
}
