body {
    font-family: 'Lato';
    color: rgba(0,0,0,0.8);
    font-weight: 300;
    margin-left: 0;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.8);
    font-family: 'Quicksand', sans-serif;
    font-weight: 700;
    letter-spacing: -2px;
    color: #e6ce00;
    z-index: 10;
    width: 100%;
    height: 66px;
}

header #bar {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: url("../img/header_bar.png") no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

header h1 {
    font-size: 1.75em;
    letter-spacing: 0px;
    margin-left: 1em;
    color: #e6ce00;
}

header #logo {
    float: left;
}

header #logo a {
    text-decoration: none;
}

footer {
    position: fixed;
    width: 100%;
    height: 30px;
    bottom: 0;
    left: 0;
    background-color: #000;
    background-color: rgba(0,0,0,0.8);
    z-index: 2000;
    font-family: 'Quicksand', sans-serif;
    font-weight: 400;
    color: #e6ce00;
}

footer #footer {
    margin: 5px 20px;
}

footer #footer a {
    text-decoration: none;
    color: #e6ce00;
}

#navigation {
    float: right;
    margin-right: 1em;
}

#navigation ul {
    padding: 0;
}

#navigation ul li {
    margin: 0.5em;
    padding: 0;
    display: inline;
}

#navigation ul li a {
    color: #e6ce00;
    text-decoration: none;
}

h1,h2,h3,h4 {
    font-family: 'Quicksand', sans-serif;
/*    font-weight: 300; */
    color: rgba(0,0,0,0.8);
/*    text-shadow:
    -1px -1px 0 #000,
    1px -1px 0 #000,
    -1px 1px 0 #000,
    1px 1px 0 #000; */
}

/*
h3 {
    color: #e6ce00;
}
*/

#content {
    position: relative;
    left: 0;
    z-index: 1;
}
.page-container {
    left: 0;
    position: relative;
}
.down-button {
    height: 75px;
    width: 100%;
    background: url("../img/down.png") no-repeat center center;
    bottom: 100px;
    position: absolute;
}

.first-copy-container {
    margin-top: 80px;
    margin-left: 200px;
}
.copy-container {
    margin-top: 80px;
    margin-left: 40px;
}