body {
background:#e6e1cd url(bg.jpg) repeat; 
font:22px/26px 'PT Serif', "lucida sans unicode", "lucida grande", helvetica, arial, verdana, sans-serif;
color:#07091d;
margin:0px;
padding:0px;
}

div#container {
margin:0px auto;
width:1000px;
}

header {
margin:20px auto 0px;
width:894px;
height:574px;
text-align:center;
position:relative;
}

header img {
margin:0px auto !important;
border:0px !important;
padding:0px !important;
display: block;
max-width:100%;
height: auto;
}

header a img { 
border:0px;
background:none;
margin:0px;
padding:0px;
}

header a img:hover {
}

/*.title {
position: absolute;
top:45%;
left:50%;
transform: translate(-50%, -50%);
color:#fff;
text-shadow:0px 2px 2px #0d131b;
font:45px  'Homemade Apple', "Open Sans Condensed", georgia, 'times new roman', serif;
font-weight:700;
font-style:italic;
}*/

nav {
margin:0px auto 10px;
}

nav ul { 
margin:0px;
text-align:center;
}

nav ul li {
display:inline;
list-style-type:none;
margin:0px;
padding:0px;
}

nav ul li:first-child { border-left:0px; }

nav ul li a {
font:22px  'Josefin Sans', "Open Sans Condensed", georgia, 'times new roman', serif;
font-weight:700;
color:#378dd0;
text-decoration:none;
text-transform:uppercase;
padding:10px 10px 5px;
text-shadow:0px 2px 2px #fff;
transition:color 0.5s ease, background 0.5s ease;
}

nav ul li a:hover { color:#040413; background:#fff; }

section {
margin:0px auto 0px;
padding:20px 40px 5px;
width:850px;
background:url(bg.jpg);
text-align:left;
}

h1 {
margin:0px 0px -10px;
font: 35px 'Homemade Apple', "Open Sans Condensed", 'lucida sans unicode', arial, sans-serif;
color:#3e95d3;
font-weight:700;
text-transform:lowercase;
text-shadow:0px 2px 2px #fff;
}

h2, h4 {
margin:0px 0px -10px;
font: 30px 'Homemade Apple', "Open Sans Condensed", 'lucida sans unicode', arial, sans-serif;
color:#5d88c9;
text-transform:lowercase;
text-shadow:0px 2px 2px #fff;
}

blockquote + h2 { margin-top:20px; }

h3 {
margin:-10px 0px -5px;
font: 25px 'Josefin Sans', "Open Sans Condensed", 'lucida sans unicode', arial, sans-serif;
color:#3e95d3;
text-align:center;
text-transform:lowercase;
clear:both;
text-shadow:0px 2px 2px #fff;
}

a { color:#2266a7; font-weight:bold; cursor:crosshair; transition:color 0.5s ease; }
a:hover { color:#b1713b; }


b, strong { font-family:'Josefin Sans', 'lucida sans unicode', arial, sans-serif; color:#5cb3dd; font-weight:700; }
i, em { font-family:'Josefin Sans', 'lucida sans unicode', arial, sans-serif; color:#5cb3dd; font-weight:700; }
.center { text-align:center; }
p.right { text-align:right; line-height:15px; padding-bottom:0px; clear:right; }
small { font-size:14px; line-height:18px; }
span { color:#5cb3dd; font-weight:700; font-family:'Josefin Sans', 'lucida sans unicode', arial, sans-serif; }


blockquote {
background:url(quote.jpg) repeat-y top left;
opacity:0.9;
margin:10px -10px 0px;
padding-left:85px;
}
blockquote p { margin:0px !important; padding:0px 5px; }
blockquote:hover { background:url(quote.jpg) repeat-y top left;
background-color:#fff; }

blockquote span:nth-of-type(odd) { color:#3c94d2; }
blockquote strong:nth-of-type(odd) { color:#3c94d2; }

p.q {
color:#777;
border-bottom:1px dotted #aaa;
}


img, a img { border:1px solid #80c7e2; padding:5px; margin-right:6px; background:#80c7e2; transition:border 0.5s ease, background 0.5s ease; }
img:hover { border-color:#c18345; background:#c18345; }
img.right { float:right; margin:0px 0px 5px 8px; }
img.left { float:left; margin:0px 5px 5px 0px; }

.fancybox-image, .fancybox__footer img, .fancybox__footer a img {
background:none !important;
border:none !important;
}

span.site {
font: 24px PrintBoldRegular, 'lucida sans unicode', arial, sans-serif;
color:#624555;
text-transform:uppercase;
}


ul li { list-style-type:square; }
ol.arrange, blockquote.tl { font-size:16px; line-height:20px; }


input, textarea {
background:rgba(255,255,255,.5);
padding:2px;
border:3px solid #80c7e2;
font:18px/24px 'PT Serif', "trebuchet ms", tahoma, verdana, arial, sans-serif;
color:#000;
margin:5px 0px;
}

option, select { 
padding:2px;
border:3px solid #80c7e2;
font:18px/24px 'PT Serif', "trebuchet ms", tahoma, verdana, arial, sans-serif;
color:#000;
margin:5px 0px;
background:rgba(255,255,255,.5);
}

input:focus, textarea:focus, select:focus { border-color:#e48a17; }

option { 
border-width:0px;
background:#000;
}

.help {
cursor:help;
}

code {
font-family:Ubuntu Mono, "courier new", monospace;
}

/* responsive */


@media (max-width:420px) {

    header {
    width:90%;
    height:auto;
    }
    

    div#container {
    width:90%;
    margin:0px auto !important;
    padding:0px 0px !important;
    }

    section {
    margin:0px auto;
    width:90%;
    padding:5px;
    }
    
    nav ul li a, h1 { font-size:18px !important; }
    
    p.q { font-size:18px; line-height:20px; }

}

@media (min-width:420px) and (max-width:768px) {

    header {
    width:100%;
    height:auto;
    }
    

    div#container {
    margin:0px auto;
    width:100%;
    }

    section {
    margin:0px auto;
    width:90%;
    }
    
    nav ul li a, h1 { font-size:22px !important; }

    
}

@media (min-width:768px) and (max-width:1200px) {

    header {
    width:100%;
    height:auto;
    }
    
    
    div#container {
    width:80%;
    }

    section {
    float:none !important;
    margin:0px auto;
    clear:both;
    width:90%;
    }
    
}


@media (min-width:1200px) and (max-width:1450px) {


    div#container {
    width:80%;
    }

    section {
    float:none !important;
    margin:0px auto;
    clear:both;

    }
    

}