/*header*/

header {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 80px;
    padding-right: 80px;
}

h1 {
    padding-top: 60px;
    font-weight: bold italic;
    font-style: bold italic;
    font-size: 3em;
    line-height: 1em;
    color: #fff;
}

h2 {
    font-weight: normal;
    font-style: normal;
    font-size: 1.34em;
    line-height: 1.1em;
    letter-spacing: 0.05em;
    color: #859aaf;
    padding-left: 80px;
    padding-right: 80px;
}

/*body*/

html {
    background-color: #0c3143;
    background-image: url("images/bkg-texture.png");
    background-position: center;
    font-size: 14px;
    margin-left: 175px;
    margin-top: 10px;
    margin-bottom: 10px;
}

body {
    width: 1068px;
    margin: top 20px, bottom 20px, left auto, right auto; 
    background-image: url("images/content-bkg.jpg"); 
    background-color: #000209;
    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:link {
    color: #fbdb65;
}

a:visited {
    color: #bab3b2;
}

a:hover {
    color: #fd8e2f;
}

a:active {
    color: #fce17e;
}

a.four:link {
    color: #069;
}
a.four:visited {
    color: #036
}
a.four:hover {
    color: #09c;
}
a.four:active {
    color: #0cf;
}

h1, h2 {
    margin: 0;
}

/*section*/

section h1 {
    font-weight: bolder;
    font-style: bolder;
    font-size: 4.8em;
    text-shadow: 1px 1px 0px #83898f, -1px -1px 0px #fff;
    margin-left: 80px;
    margin-top: 80px;
}

section h2 {
    font-weight: bolder; 
    font-style: bolder;
    font-size: 2em;
    color: #7b99b8;
    margin: top 1.5em, left 0, right 0, bottom 0.2em;
}

section {
    padding: top 140px, left 80px, right 80px, bottom 40px;
}

section p {
    margin: top 0, left 0, right 0, bottom 1em;
    line-height: 1.52em;
    max-width: 38em;
    padding-left: 80px;
    padding-right: 80px;
}

section p:first-of-type {
    font-size: 1.5em;
    max-width: 35em;
    padding-left: 80px;
    padding-right: 80px;
}

section em {
    font-style: normal;
    background-color: rgba(243,228,109,0.7);
    color: #121200;
    padding: top 0.1em, bottom 0.1em, right 0.1em, left 0.1em;
}

/*images*/

content-image {
    margin: top 0, right 0, bottom 10px, left 30px;
    float: right;
    width: 300px;
    padding-right: 80px;
}

figure img {
    height: 300px;
    width: 300px;
    border: 2px solid #e1ebf4;
    border-radius: 10px;
    float: right; 
    margin-right: 40px;
}

figure figcaption {
    font-weight: light italic; 
    font-style: light italic;
    font-size: 0.8em;
    float: right; 
    text-align: left;
    margin-left: 645px;
    margin-right: 40px;
    margin-top: 3px;
    margin-bottom: 40px;
}

/*footer*/

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

footer p {
    margin: top 0, left 0px, right 0px, bottom 0.5em;
}

