/* GENERAL */

body {
    margin: 0;
    padding: 0;
    font-family: Helvetica, Arial, sans-serif;
    color: #666;
    background: #f2f2f2;
    font-size: 1em;
    line-height: 1.5em;
}

h1 {
    font-size: 2.3em;
    line-height: 1.3em;
    margin: 15px 0;
    text-align: center;
    font-weight: 300;
}

p {
    margin: 0 0 1.5em 0;
}

img {
    max-width: 100%;
    height: auto;
}

/* HEADER */

header {
    background: #333;
    color: white;
    height: 80px;
    
}

header a {
    color: white;
}

/* NAVIGATION BAR */

nav {
    float: right;
}

nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
    padding-right: 20px;
}

nav ul li {
    display: inline-block;
    line-height: 80px;
}

nav ul li a {
    display: block;
    padding: 0 10px;
    text-decoration: none;
}

nav ul li a:hover {
    background: #0b76a6;
}

/* SIDE BAR */

aside {
    background: #333;
    margin: 20px 5px;
    float: left;
    width: 15%;
    line-height: 2em;
    
}

aside a {
    color: white;
}

aside ul {
    margin: 0;
    padding: 10px;
    list-style: none;
}

aside ul li a {
    display: block;
    text-decoration: none;
}

aside ul li a:hover {
    background: #0b76a6;
}

/* MAIN AREA */

section {
  background: white;
  margin: 20px 5px;
  float: right;
  width: 80%;
  box-shadow: 0 0 10px rgba(0, 0, 0, .5);
}

article {
    text-align: center;
}

article h1 {
    padding: 40px;
}

article p {
    text-align: justify;
}

/* FOOTER */

footer {
    background: #333;
    color: white;
    text-align: center;
    padding: 20px;
    margin-top: 40px;
}

footer p {
    margin: 0;
}

footer a {
    color: white;
}

/* HEADER LOGO */

#logo {
    float: left;
    padding: 15px 0 0 20px;
    text-decoration: none;
}

#logo:hover {
    color: #0b76a6;
}

#logo .site-name {
    display: block;
    font-weight: 700;
    font-size: 1.2em;
}

#logo .site-desc {
    display: block;
    font-weight: 300;
    font-size: 0.8em;
    color: #999;
}
