html, body {
    margin: 0;
    height: 100%;
    width: 100%;
    font-size: 18px;
    font-family: "Open Sans", Arial, sans-serif;
}

div.wrapper {
    width: 1000px;
    margin: auto;
}

div.wrapper-left {
    width: 50%;
    float: left;
    padding-right: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

div.wrapper-right {
    width: 50%;
    float: left;
    padding-left: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

div.clearfix {
    clear: both;
}

header {
    height: 600px;
    background: #022d6e;
    background: -moz-radial-gradient(center, ellipse cover, #022d6e 0%, #000b3b 100%);
    background: -webkit-radial-gradient(center, ellipse cover, #022d6e 0%, #000b3b 100%);
    background: radial-gradient(ellipse at center, #022d6e 0%, #000b3b 100%);
    /* why IE, why? */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#022d6e', endColorstr='#000b3b', GradientType=1);
}

div#header-bg {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 12px;
    background-image: url("img/circuit.png");
    background-position: center center;
    background-repeat: repeat;
}

div#header-inner {
    width: 100%;
    height: 100%;
    border: 2px dashed rgba(255, 255, 255, .3);
}

div#header-logo {
    width: 1200px;
    height: 300px;
    margin: auto;
    margin-top: 50px;
    background: url("img/logo.png") center center no-repeat;
    background-size: 100%;
}

div#header-hand {
    width: 500px;
    height: 500px;
    position: absolute;
    bottom: -160px;
    left: 0;
    right: 0;
    margin: auto;
    background: url("img/arm.png") center center no-repeat;
    background-size: 100%;
}

section {
    padding-top: 40px;
    padding-bottom: 40px;
}

section#intro {
    line-height: 160%;
    font-size: 19px;
}

section#challenge {
    line-height: 160%;
}

section#ftw {
    line-height: 160%;
}

section#info {
    padding-bottom: 10px;
}

div#map {
  height: 250px;
  width: 100%;
  overflow: hidden;
}

section#maps {
    padding: 0;
}

section#participate {
    line-height: 160%;
}

section#rules {
    line-height: 160%;
}

section#faq {
    line-height: 160%;
}

section#sponsors {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
}

section#sponsors img {
    height: 80px;
}

footer {
    width: 100%;
    height: 200px;
}

section.section-light {
    background-color: rgb(255, 255, 255);
    color: rgb(120, 120, 120);
}

section.section-dark {
    background-color: rgb(235, 235, 235);
    color: rgb(140, 140, 140);
}

footer.section-color {
    background-color: rgb(2, 45, 110);
    color: rgb(255, 255, 255);
}

h1 {
    margin-top: 0;
    padding-top: 20px;
    color: rgb(100, 100, 100);
    font-size: 32px;
}

h2 {
    margin-top: 0;
    padding-top: 20px;
    color: rgb(100, 100, 100);
    font-size: 28px;
}

h3 {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 0;
    color: rgb(100, 100, 100);
    font-size: 20px;
}

h4 {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 10px;
    color: rgb(100, 100, 100);
    font-size: 24px;
    display: inline-block;
}

div.winner-item {
    height: 25px;
    display: table;
}

div.winner-item p {
    text-indent: 35px;
    margin-top: 5px;
}

div.winner-item img {
    height: 25px;
}

span.highlight {
    color: rgb(2, 45, 110) !important;
}

a, a:visited {
    color: rgb(2, 45, 110) !important;
    text-decoration: none;
}

a:active, a:hover {
    color: rgb(2, 45, 110) !important;
    text-decoration: underline;
}
