/* https://github.com/alvarotrigo/fullPage.js/tree/2.9.7 */
/* --- reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
*:focus {
    outline: none;
}
/* ---- */
body{
    background: #1b1b1b;
    color: #fff;
}
#successpage{
    color: #bfa76a;
}
.section{
    padding: 0 2em;
    background: url('bg.png') top;
    line-height: 1.3em;
}
.section.full{
    padding: initial;
    background: none;
}
.section p{
    margin: 1em 0;
}
.center{
    text-align: center;
}
.choice{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
}
.choice{
}
.choice a{
    display: block;
    color: #fff;
    text-decoration: none;
    margin: 0;
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
    flex: 1;
    width: 50%;
}
.cta{
    display: inline-block;
    margin: 0.4em 0 0;
    padding: 0.5em;
    background: #bfa76a;
    color: #fff;
    text-decoration: none;
}
.error{
    color: #bfa76a;
    visibility: hidden;
    margin-top: 0.4em;
}
#footer{
    display: none;
    position: absolute;
    background: #000;
    color: #bfa76a;
    bottom: 0;
    width: 100%;
    padding: 2em 0;
    text-align: center;
}
input{
    padding: 0.3rem;
    border: 2px solid #bfa76a;
    font-size: .70588rem;
    line-height: 1;
    font-weight: 700;
    color: #bfa76a;
    text-transform: uppercase;
}
.submit{
    background: -webkit-linear-gradient(320deg,#bfa76a 50%,transparent 0) 100%;
    background: -o-linear-gradient(320deg,#bfa76a 50%,transparent 0) 100%;
    background: linear-gradient(130deg,#bfa76a 50%,transparent 0) 100%;
        background-size: auto;
        background-size: 240%;
}
