body {
    font-family: 'Ubuntu', 'Helvetica Neue', Arial, Helvetica, sans-serif;
    color: #FFF;
}

#header {
    background: url('../images/background2.jpg') no-repeat;
    background-position: bottom;
    background-size: cover;
    padding-top: 80px;
    padding-bottom: 80px;
}

#news {
    background: url('../images/news-bg.jpg') no-repeat #CC6600;
    background-position: bottom;
    background-size: 100%;
    padding-bottom: 82px;
}

#news h2 {
    font-family: "Lily Script One";
    color: #FFCC66;
    text-shadow: 2px 2px #464646;
}

#news h3 {
    font-family: "Source Sans Pro";
    font-weight: 600;
    color: #FFF;
    text-shadow: 2px 2px #464646;
}

#news p {
    font-size: 1.2em;
    color: #eed3c3;
}


#timer {
    text-shadow: 2px 2px #464646;
}

#timer h2 {
    color: #5cb85c;
}

#timer h1 {
    font-family: "Lily Script One";
}


#countdown {
    font-family: "Lily Script One";
    font-size: 3em;
    text-shadow: 2px 2px #464646;
    margin-top: 25px;
    color: #FFF;
}

#sponsors h2 {
    font-family: "Lily Script One";
    text-shadow: 2px 2px #464646;
    color: #7f66ff;
}

#getting-there {
    background: url('../images/getting-there-bg.jpg') no-repeat #016acc;
    background-position: top;
    background-size: 100%;
    padding-top: 82px;
}

#getting-there h2 {
    font-family: "Lily Script One";
    color: #FFF;
    text-shadow: 2px 2px #464646;
}

#getting-there p {
    font-size: 1.2em;
}