html { 
    background: url(/assets/images/homepage/c64_low.jpg) no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

body {
    font-family: 'Roboto', sans-serif;
}
a:link {
    color: black;
}
a:visited {
    color: black;
}

a:hover {
    color: black;
}

a:active {
    color: black;
}

p.social a {
    padding-right: 15px;
}

h1 {
    font-weight: 700;
    font-size: 1.5em;
    padding-bottom: 6px
 }

 h2 {
     font-weight: 700;
     font-size: 1em;
     padding-bottom: 10px
 }

 strong {
     font-weight: 700;
     font-size: 1em;
 }

 div#header {
     height: 150px;
     background: rgba(255, 255, 255, .6);
}

div#header > img {
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 25px;
    float: left;
}

div#header > div {
    padding-top: 20px;
}

div#centre {
    width: 330px;
    height: 60px;
    background: rgba(255, 255, 255, .6);

    position: absolute;
    top: 350px;
    bottom: 0;
    left: 400px;
    right: 0;

    margin: auto;
}

div#centre > div {
    margin: 23px;
}
