html {
    width: 100%;
    height: 100%;
}

body {
    width: 100%;
    height: 100%;
    font-family: sans-serif;
    line-height: 1.5;
    color: #fff;
    background-color: #000000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 0.5em;
    text-transform: uppercase;
    font-family: sans-serif;
    font-weight: 700;
}

h1 {
    font-size: 400%;
}

h2 {
    font-size: 200%;
}

a {
    color: #ef740d;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #c05f0f;
}

.intro {
    display: table;
    width: 100%;
    height: 100%;
    padding: 100px 0;
    text-align: center;
    background: linear-gradient(rgba(0,0,0,0.8), transparent),url(/flemish-bend.jpg) no-repeat bottom center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.intro div {
    display: table-cell;
    vertical-align: middle;
}

.intro p {
    font-size: 250%;
}

/* For a wide screen, just use the center of the window for section
 * content, (text, etc.). Background images can still be displayed to
 * the full window width.
 */
@media(min-width: 500px) {
    section {
        max-width: 850px;
        padding-left: 50px;
        padding-right: 50px;
        margin: 0 auto;
    }
}

section.center {
    margin: 0 auto;
}

@media(min-width: 727px) {
    section.center {
        width: 66.66666667%;
    }
}

.center {
    text-align: center;
}

button {
    font-size: 200%;
    color: white;
    background-color: #ef740d;
    padding: 0.25em 0.5em;
    border: none;
    border-radius: 15px;
}

p {
    margin: 0 0 1em;
}

.standout p {
    font-size: 120%;
}

td {
    padding-right: 1em;
}

form {
    max-width: 800px;
}

input {
    width: 100%;
}

input, .StripeElement {
    box-sizing: border-box;

    height: 40px;

    padding: 10px 12px;

    border: 1px solid #287789;
    border-radius: 4px;
    background-color: #ffffff;
}

input:focus, .StripeElement--focus {
    border: 2px solid #44c7ef;
}

.StripeElement--invalid {
    border-color: #fa755a;
}

.StripeElement--webkit-autofill {
    background-color: #fefde5 !important;
}

.form-row {
    padding-bottom: 1em;
    max-width: 100%;
}
