body {
background:#fff url(bg.png) no-repeat top center fixed; 
font:22px/26px 'PT Serif', "lucida sans unicode", "lucida grande", helvetica, arial, verdana, sans-serif;
color:#000;
margin:0;
padding:0;
}

div#container {
margin:0 auto;
width:900px;
}

header {
margin:0 auto 0;
width:800px;
height:729px;
text-align:center;
position:relative;
z-index:1;
}

header img {
margin:0 auto !important;
border:0 !important;
padding:0 !important;
display: block;
max-width:100%;
height: auto;
}

header a img { 
border:0;
background:none;
margin:0;
padding:0;
}

header a img:hover {
border:0;
background:none;
}

nav {
margin:-70px auto 10px;
}

nav ul { 
margin:0;
text-align:center;
}

nav ul li {
display:inline;
list-style-type:none;
margin:0;
padding:0;
}

nav ul li a {
font:30px  'Playfair Display', "Open Sans Condensed", georgia, 'times new roman', serif;
font-weight:700;
font-style:italic;
color:#358cb1;
text-decoration:none;
padding:10px;
text-shadow:0 2px 2px #fff;
transition:color 0.5s ease;
}

nav ul li a:hover { color:#9be2fe; }

section {
margin:0px auto 0;
padding:20px 40px 5px;
width:800px;
background:rgba(255,255,255,0.5);
border-radius:30px;
text-align:left;
position:relative;
z-index:4;
}

h1 {
margin:0 0 -10px;
font: 35px 'Playfair Display', "Open Sans Condensed", 'lucida sans unicode', arial, sans-serif;
color:#358cb1;
font-style:italic;
font-weight:700;
text-transform:lowercase;
text-shadow:0 2px 2px #fff;
}

h2, h4 {
margin:0 0 -10px;
font: 30px 'Playfair Display', "Open Sans Condensed", 'lucida sans unicode', arial, sans-serif;
color:#d2ae4d;
text-transform:lowercase;
text-shadow:0 2px 2px #fff;
}

blockquote + h2 { margin-top:20px; }

h3 {
margin:-10px 0px -5px;
font: 25px 'Supermercado One', "Open Sans Condensed", 'lucida sans unicode', arial, sans-serif;
color:#0b4a5a;
text-align:center;
text-transform:lowercase;
clear:both;
text-shadow:0 2px 2px #fff;
}

a { color:#358cb1; font-weight:bold; cursor:crosshair; transition:color 0.5s ease; }
a:hover { color:#9be2fe; }


b, strong { font-family:'Playfair Display', 'lucida sans unicode', arial, sans-serif; color:#47a4d0; font-weight:700; }
i, em { font-family:'Playfair Display', 'lucida sans unicode', arial, sans-serif; color:#d2ae4d; font-weight:700; }
.center { text-align:center; }
p.right { text-align:right; line-height:15px; padding-bottom:0; clear:right; }
small { font-size:14px; line-height:18px; }
span { color:#888; font-weight:700; font-family:'Playfair Display', 'lucida sans unicode', arial, sans-serif; }


blockquote {
border-left:5px solid #358cb1;
margin:20px 10px 0;
}
blockquote p { margin:0 !important; padding:0 5px; }
blockquote:hover { border-color:#9be2fe; }

blockquote span:nth-of-type(odd) { color:#333; }


img, a img { border:1px solid #0b4a5a; padding:5px; margin-right:6px; background:#0b4a5a; transition:border 0.5s ease, background 0.5s ease; }
img:hover { border-color:#fff; background:#fff; }
img.right { float:right; margin:0 0 5px 8px; }
img.left { float:left; margin:0 5px 5px 0; }


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 #358cb1;
font:18px/24px 'PT Serif', "trebuchet ms", tahoma, verdana, arial, sans-serif;
color:#000;
margin:5px 0;
}

option, select { 
padding:2px;
border:3px solid #358cb1;
font:18px/24px 'PT Serif', "trebuchet ms", tahoma, verdana, arial, sans-serif;
color:#000;
margin:5px 0;
background:rgba(255,255,255,.5);
}

input:focus, textarea:focus, select:focus { border-color:#9be2fe; }

option { 
border-width:0;
background:#fff;
}

.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:0 auto !important;
    padding:0 0 !important;
    }

    section {
    margin:0 auto;
    width:90%;
    padding:5px;
    }
    
    nav ul li a, h1 { font-size:20px !important; }

}

@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:0 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;

    }
    

}