html {
background: #b5bdc8; /* Old browsers */
background: -moz-radial-gradient(center, ellipse cover,  #b5bdc8 0%, #828c95 36%, #28343b 100%); /* FF3.6+ */
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#b5bdc8), color-stop(36%,#828c95), color-stop(100%,#28343b)); /* Chrome,Safari4+ */
background: -webkit-radial-gradient(center, ellipse cover,  #b5bdc8 0%,#828c95 36%,#28343b 100%); /* Chrome10+,Safari5.1+ */
background: -o-radial-gradient(center, ellipse cover,  #b5bdc8 0%,#828c95 36%,#28343b 100%); /* Opera 12+ */
background: -ms-radial-gradient(center, ellipse cover,  #b5bdc8 0%,#828c95 36%,#28343b 100%); /* IE10+ */
background: radial-gradient(ellipse at center,  #b5bdc8 0%,#828c95 36%,#28343b 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b5bdc8', endColorstr='#28343b',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}

body {
    margin: 0 auto;
    padding: 2em 2em 4em;
    max-width: 800px;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    font-variant: normal;
    color: #394B54;
    background-color: #fafafa;
    
}

p {
    font-family: 'Oswald', sans-serif;
    font-size: 400;
    color:#b5bdc8;
}

nav {
    font-family: 'Oswald', sans-serif; 
    font-weight: 700;
    background-color:#394B54;
    height: 60px; 
    clear: both;
}
nav ul {
    list-style: none;
    padding: 0px;
    text-align: right; 
    float: right;
}

nav ul li {
    float: left; 
    margin: 10px;
}

nav a {
    color: #fafafa; 
    text-decoration: none;
}

nav ul li a:hover {
    color:#b5bdc8;
}


h1 {
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    color:#28343b;
}

h2 {
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    font-variant: normal;
    color: #28343b;
}

h3 {
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    font-variant: normal;
    color: #28343b;
}

h4 {
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    font-variant: normal;
    color:#28343b;
}

img {
    background: transparent;
    border: 10px solid rgba(0, 0, 0, 0.12);
    border-radius: 4px;
    display: block;
    margin: 1.3em auto;
    max-width: 95%;
}

footer {
    font-family: 'Oswald', sans-serif;
    font-size: 14px;
    font-variant: small-caps;
    text-align: center;
    background-color: #28343b;
    text-transform: lowercase;
    height: 50px;
}
