/*
Theme Name: Zarosian Grey Knights Gaming Community
Theme URI: http://example.com
Author: Jessie Barreras
Description: A custom Warhammer 40K Zarosian Grey Knights theme for a gaming community.
Version: 1.0
License: GNU General Public License v2 or later
Text Domain: zarosian-gaming
*/
body {
    background: url('/images/TGK_background.png') no-repeat center top fixed;
    background-size: cover;
    font-family: 'Roboto Mono', monospace;
    color: #d1d5db;
    margin: 0;
}
header.site-header {
    background: url('/images/site_banner.png') no-repeat center;
    background-size: cover;
    height: 300px;
}
nav {
    background-color: rgba(0,0,0,0.8);
    padding: 10px;
    text-align: center;
}
nav a {
    color: #ff0000;
    padding: 0 15px;
    text-decoration: none;
}
nav a:hover {
    color: #ff6666;
}
