html {
    background: url(../media/data-center-cables.jpg) no-repeat center center fixed;
    background-size: cover;
}

body {
    margin: 0px auto;
    width: 100%;
    color: white;
    font-family: 'Open Sans', sans-serif;
}
nav ul, footer ul {
    padding: 0px;
    list-style: none;
    font-weight: bold;
}
nav ul li, footer ul li {
    display: inline;
    margin-right: 20px;
}
a {
    text-decoration: none;
    color: white;
}
a:hover {
    text-decoration: underline;
}
h1 {
    font-size: 3em;
    font-family:'Helvetica', 'Arial', 'Sans-Serif';
}
p {
    font-size: 1.5em;
    line-height: 1.4em;
    color: white;
}
footer {
    border-top: 1px solid #d5d5d5;
    font-size: .8em;
}

ul.posts { 
    margin: 20px auto 40px; 
    font-size: 1.5em;
}

ul.posts li {
    list-style: none;
}

.container {
    padding: 5% 15%;
    background: rgba(0, 0, 0, 0.7) none repeat scroll 0% 0%;
    margin: 5% 0;
}
