body {
    background-color: #fdfffd;
    color: #211f59;
}

h1, h2 {
    color: #dd4c4b;
    text-transform: uppercase;
}

section h2 {
    margin: 24px 0 36px 0;
}

header img {
    margin-right: 12px;
}


header .nav-item a {
    color: #211f59;
    text-transform: uppercase;
}

header h1 {
    font-size: 2em;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    background-color: inherit;
}

#hero-banner img {
    max-width: 1000px;
}

.wrapper-timer {
    padding: 12px 0;
    font-size: 1.5em;
}

.wrapper-timer, section#agenda, section#sponsors, footer {
    background-color: #211f59;
    color: #fdfffd;
}

section {
    padding: 48px;
}

.nav-tabs {
    border-bottom: none;
    display: flex;
    justify-content: space-evenly;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    background-color: #211f59;
    color: #fdfffd;
    border-color: none;
    border-bottom: 3px solid #dd4c4b;
}

.nav-tabs .nav-link {
    border: none;
    color: #fdfffd;
}

.event {
    border: 1px solid #fdfffd;
    margin: 12px 0;
    padding: 24px;
}

#speakers img {
    margin-bottom: 12px;
    border: 1px solid #211f59;
}

#speakers p {
    margin-bottom: 4px;
}

#speakers .col-3 {
    margin-bottom: 24px;
}

#Form_Form .field {
    margin-bottom: 12px;
}

a {
    color: #dd4c4b;
}

input.checkbox {
    margin-right: 6px;
}

label.left {
    margin-bottom: 6px;
}

#Form_Form .field, #Form_Form .Actions {
    margin-bottom: 16px;
}