html{
    background-image: url(images/bkg-texture.png);
    background-color: #0c3143;
    background-position: left top;
    font-size: 0.875em;
}

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: solid 6px #e1ebf4;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, .5);
    font-family: 'Exo 2', sans-serif;
    color: #e1ebf4;
}

header{
    padding: 0 20px;
}

#main{
    padding-top: 60px;
    font-family: 'Exo 2', sans-serif;
    font-style: italic;
    font-weight: 700;
    font-size: 3em;
    line-height: .4em;
    color: #FFF;
    text-transform: uppercase;
    margin: 0 1.8em;
    
}

#sub-main{
    font-family: 'Exo 2', sans-serif;
    font-size: 1.34em;
    line-height: 1em;
    letter-spacing: 0.05em;
    color: #859aaF;
    margin: 0 4em 1em;
    padding-top: 20px;
    
}

h1+h2 {
    font-weight: 400;
    margin: 0, 4.3em, 9em;
}

 section  h1{
    font-family: 'exo 2', sans-serif;
    font-weight: 800;
    font-size: 4.8em;
    text-shadow: 1px 1px 0px #83898f, -1px -1px 0px #fff;
}

section h2{
    font-family: 'exo 2', sans-serif;
    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: 35em;
}

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;
}
.content-image{
    margin: 0, 0, 10px, 30px;
    float: right;
    width: 300px;
}

.content-image img{
    border: 2px solid #e1ebf4;
    border-radius: 10px;
}

.content-image figcaption{
    font-family: 'Exo 2', sans-serif;
    font-size: 0.8em;
}

a:link{
    color: #069;
}

a:visited{
    color: #036;
}

a:hover{
    color: #09C;
}

a:active{
    color: #0cf;
}

footer{
    background-color: #d4e0ec;
    font-size: 0.8em;
    color: #051924;
    margin: 80px 0 0 0;
    padding: 60px 80px 20px;
    border-top: 6px solid #8ba0b5;
    box-shadow: inset 0px 3px 6px rgba(0, 0, 0, 0.5);
    clear: both;
}

.footerp{
    margin: 0px, 0px, 0.5em;
}