﻿/* THEME LIGHT */
body.theme-light {
    background-color: #d8d8d8;
    color: #808080;
}
.theme-light #header-region {
    background-color: #ffffff;
    color: #808080;
}
.theme-light #header-region a {
    color: #d8d8d8;
}
.theme-light #headline-region {
    background-color: #000000;
    color: #333333;
    background-image: url('/images/stock-example-hex-seamless-003.jpg');
    background-repeat: repeat;
}
.theme-light #social-region,
.theme-light #main-region {
    background-color: #ffffff;
    color: #333333;
}


/* THEME DARK */
body.theme-dark {
    background-color: #808080;
    color: #cccccc;
}
.theme-dark #header-region {
    background-color: #808080;
    color: #d5d5d5;
}
.theme-dark #header-region a {
    color: #d8d8d8;
}
.theme-dark #headline-region {
    background-color: #000000;
    color: #333333;
    background-image: url('/images/stock-example-hex-seamless-001.jpg');
    background-size: contain;
    background-repeat: repeat-x;
}
.theme-dark #social-region {
    background-color: #336699;
    color: #d5d5d5;
}
.theme-dark #social-region .color-fix {
    color: #336699;
    font-size: 1.3em;
}
style=""
.theme-dark #main-region {
    background-color: #666666;
    color: #d5d5d5;
}


.theme-dark #footer-region a {
    color: #eaeaea;
}
.theme-dark #footer-region a:hover {
    color: #cccccc;
}

/* TARGETED BOOTSTRAP STYLES */
.container-xl,
.container {
    /*background-color: #808080;*/
}
