/* body style */
html{
    background-color: #0C3143;
    background-image:url(images/bkg-texture.png);
    background-position: left top;
    font-size: 14px;
}
body{
    width: 1068px;
    margin:20px auto;
    background-color: #000209;
    background-image: url(images/content-bkg.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    border: 6px solid #E1EBF4;
    box-shadow: 0px 4px 8px rgba(0,0,0,0.5);
    font-family: "Exo 2", Arial, Helvetica, sans-serif;
    color: #E1EBF4;
}
a{
   color: #FBDB65;
}
a:visited{
    color:#BAB3B2;
}
a:hover{
    color:#FCE17E;
}
a:active{
    color:#FCE17E;
}
h1, h2{
    margin:0;
}
header{
    padding:0 80px;
}
header h1{
    padding-top: 60px;
    font: 3em;
    font-weight: 700;
    font-style: italic;
    line-height: 1em;
    color:#FFFFFF;
    text-transform:uppercase;
}
header h2{
    font: 1.34em;
    font-style:normal;
    line-height: 1.1em;
    letter-spacing: 0.05em;
    color:#859aaf;
}

/* images */

.content-images{
    margin: 0 0 10px 30px;
    float: right;
    width: 300px;
}
.content-images img{
    border: 2px solid #E1EBF4;
    border-radius: 10px;
}
.content-image figcaption{
    font-weight: 300;
    font-style: italic;
    font-size: 0.8em;
}

/* sections */

section h1{
    font-weight:800;
    font-size:4.8em;
    text-shadow: 1px 1px 0px #83898F , -1px -1px 0px #fff;
}
section h2{
    font-weight: 700;
    font-size:2em;
    color:#7B99B8;
    margin:1.5em 0 0.2em;
}
section{
    padding: 140px 80px 40px;
}

section p{
    margin: 0 0 1em;
    line-height: 1.52em;
    max-width: 38em;
}
 section p:first-of-type{
    font-size: 1.5em;
    max-width: 35em;
 }
 section em{
    font-style: normal;
    background-color: rgba(243,228,109,0.7);
    color:#121200;
    padding: 0.1em;
 }

 /* footer styles */

 footer{
    background-color: #D4E0EC;
    font-size:0.8em;
    color:#051924;
    margin: 80px 0px 0px;
    padding: 60px 80px 20px;
    border-top: 6px solid #8BA0B5;
    box-shadow: inset 3px 6px rgba(0,0,0,0.5);
    clear: both;
 }
footer a{
   color: #069;
}
footer a:visited{
    color:#036;
}
footer a:hover{
    color: #09c;
}
footer a:active{
    color:#0CF;
}
footer p{
    margin: 0px 0px 0.5em;
}