/*
Theme Name: Un-Corporate
Theme URI: https://un-corporate.com
Author: Vinsanity Global LLC
Description: Custom WordPress theme for Un-Corporate, featuring black + gold branding.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: un-corporate
*/

body {
    font-family: Arial, Helvetica, sans-serif;
    background-color: #000000;
    color: #ffffff;
    margin: 0;
    padding: 0;
}

a {
    color: #d4af37; /* Gold */
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

header {
    background: #000000;
    padding: 20px;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    color: #d4af37;
}

nav {
    text-align: center;
    margin: 20px 0;
}

nav a {
    margin: 0 15px;
    font-weight: bold;
}

footer {
    background: #111111;
    color: #999999;
    text-align: center;
    padding: 20px;
    font-size: 14px;
    margin-top: 40px;
}
