/*
Theme Name: Light
Version: 1.1.0
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
body {
    line-height: 1;
}
ol,
ul {
    list-style: none;
}
blockquote,
q {
    quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
a {
    text-decoration: none;
    color: black;
}
*,
*:after,
*:before {
    box-sizing: border-box;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.25),only screen and (min-device-pixel-ratio: 1.25),only screen and (min-resolution: 200dpi),only screen and (min-resolution: 1.25dppx) {
    *,
    *:after,
    *:before {
        -webkit-font-smoothing: subpixel-antialiased;
    }
}
html {
    height: 100%;
    width: 100%;
}
body {
    margin: 0;
    padding: 0;
    font-size: 100%;
    font-family: Arial, 'sans-serif';
    font-weight: 100;
    font-size: 16px;
    position: relative;
}
button {
    border: 0;
    margin: 0;
    cursor: pointer;
    font-family: Arial;
    color: #ffffff;
    font-size: 1em;
    background: #3498db;
    padding: 10px 20px 10px 20px;
    text-decoration: none;
}
button:hover {
    background: #3cb0fd;
    text-decoration: none;
}
button.red {
    background: #d9344a;
}
button.red:hover {
    background: #e23951;
}
button img {
    width: 15px;
    height: 15px;
    float: right;
    margin-left: 20px;
}
button img.hidden {
    display: none;
}
body {
    background: white;
}
#center {
    width: 1075px;
    margin: 0 auto;
    background: #eee;
    background: #f9f9f9;
    border: 1px solid lightgrey;
}
@media (max-width: 1075px) {
    #center {
        width: 100%;
    }
}
#center .img {
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    padding-bottom: 25%;
}
@media (max-width: 1075px) {
    #center img {
        width: 100%;
    }
}
#center #footer,
#center #content {
    box-shadow: inset 0px 0px 2px white;
}

#center #footer {
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid lightgrey;
    text-align: center;
}
#center p {
    margin: 1em 0;
    line-height: 1.5em;
}
#center h1 {
    font-family: Georgia, serif;
    font-weight: 100;
    font-size: 1.8em;
    margin-bottom: 1em;
}
#center h2,
#center h3 {
    font-family: Georgia, serif;
    font-weight: 100;
    font-style: italic;
    font-size: 1.4em;
    line-height: 1.6em;
    margin: 1.5em 0 0 0;
}
#center h3 {
    font-style: normal;
}
ul li {
    padding: 5px 0;
}
ul li:before {
}
ul li a {
    color: black !important;
    text-decoration: none;
}
ul li a:hover {
    text-decoration: underline;
}

#main a{
    color:blue;
    text-decoration: underline;
}
#main a:hover{
    text-decoration: none;
}
#sidebar{
    width:300px;
    position:absolute;
    right:20px;
    top:40px;
}
#sidebar .widget{
    margin-bottom: 30px;
}
#primary{
    float:left;
    margin-right:320px;
}
#center h2.widget-title{
    margin-top:0;
}
.featured-image img{
    width:100%;
    height:auto;
}
.featured-image{
    margin-bottom:0em;
    position:relative;
}
.featured-image .subtitle{
    width:100%;
    text-align:center;
}
.featured-image .subtitle p{
    display:inline-block;
    background: rgba(0,0,0,0.4);
    color: white;
    font-size: 24px;
    padding: 20px;
    position:absolute;
    top:50%;
    left:50%;
    transform: translateX(-50%) translateY(-100%);
    font-family: 'georgia';
    font-weight: 100;
}
.featured-image .subtitle p a{
    color:white;
}
.featured-image .subtitle p a:hover{
    text-decoration:underline;
}


ul.sitemap.large a{
    color:black;
    text-decoration: none !important;
}
ul.sitemap.large a:hover{
    text-decoration: underline !important;
}

#complete{
    position:relative;
    overflow:auto;
    clear:both;
    padding: 40px;
}





@media (max-width: 800px)
{
    .featured-image .subtitle p{
        font-size: 24px;
    }
    .featured-image{
    }

    #primary{
        width:100%;
        float:none;
        margin-right:0;
    }

    #sidebar
    {
        border-top: 1px solid lightgrey;
        padding-top:30px;
        position:static;
        width:100%;
    }

}

@media (max-width: 600px)
{

    .featured-image .subtitle p{
        font-size: 14px;
    }
    #complete{
        padding:20px;
    }

}