/*******************
**     Basics     **
********************/
body {
    max-width: 2000px;
    margin-left: auto;
    margin-right: auto;
    background-color: #F8F8F8;
    position: relative;
}
p, a, ul, li {
    color: #6F6F6F;
    font-weight: 300;
    font-size: 16px;
}
h1, h2, a, p, input {
    font-family: 'Roboto', sans-serif;
}
a {
    text-decoration: none;
}
a:hover {
    color: #5E5C5F;
    text-decoration: underline;
}
h1, h2, h3 {
    color: #5E5C5F;
}
h1 {
    font-weight: 500;
}
h2 {
    font-weight: 400;
}
h2 .color {
    font-weight: 500;
}
h3 {
    font-size: 25px;
    letter-spacing: 1px;
    font-weight: 400;
}
.color {
    color: #EF7900;
}
.btn.btn-orange {
    padding: 8px 22px;
    background-color: #EF7900;
    border-radius: 50px;
    border: 1px solid #EF7900;
    transition: box-shadow 250ms ease-in-out;
}
.btn.btn-orange:hover {
    background-color: #EF7900;
    border-radius: 50px;
    border: 1px solid #EF7900;
    box-shadow: 0px 0px 10px #EF7900;
}
.btn.btn-orange p {
    font-size: 14px;
    color: #ffffff;
    letter-spacing: 1px;
}
.btn.btn-orange:hover p {
    color: #ffffff;
}
@media (min-width: 768px) and (max-width: 992px) {
    .container, .container-md, .container-sm {
        max-width: 880px;
    }
}
/*******************
**     Header     **
********************/
header {
    height: 90px;
    z-index: 100;
    padding-left: 20px;
    max-width: 2000px;
}
@media (min-width: 576px) {
    header {
        height: 100px;
        padding-left: 100px;
    }
}

/********************
** Landing Section **
*********************/
.mobile-spacer {
    height: 90px;
}
@media (min-width: 576px) {
    .mobile-spacer {
        height: 0;
    }
}
.landing-section {
    height: 150px;
    background-position: 50% 30%;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("https://bon.uber.space/src/imgs/bg-image.jpg");
}
.landing-section img {
    margin-top: 20px;
    width: 120px;
    z-index: 5;
}
.landing-section a {
    z-index: 10;
}
@media (min-width: 576px) {
    .landing-section {
        height: 15vh;
        min-height: 150px;
    }
    .landing-section img {
        margin-top: 2vh;
        width: 150px;
        z-index: 5;
    }
}
@media (min-width: 768px) {
    .landing-section img {
        margin-left: 80px;
    }
}
@media (min-width: 992px) {
    .landing-section img {
        margin-left: 0;
        margin-top: 3vh;
        width: 180px;
        z-index: 5;
    }
    .landing-section {
        height: 29vh;
        min-height: 200px;
    }
    .landing-section img {
        margin-left: 20px;
    }
}
@media (min-width: 1200px) {
    .landing-section img {
        width: 200px;
        margin-left: 70px;
    }
}
@media (min-width: 1400px) {
    .landing-section img {
        margin-left: 120px;
    }
    .landing-section {
        min-height: 220px;
    }
}

.headline-container {
    display: none;
    height: 100%;
    padding-left: 20px;
    z-index: 15;
}
.headline-container h1 {
    z-index: 1;
}
@media (min-width: 576px) {
    .headline-container {
        display: flex;
        padding-top: 80px;
        height: 90%;
    }
}
@media (min-width: 992px) {
    .headline-container {
        padding-top: 30px;
        padding-left: 15%;
    }
}
@media (min-width: 1700px) {
    .headline-container {
        padding-top: 30px;
        padding-left: 20vw;
    }
}

/**********************
** Curved transition **
***********************/
.svg-container {
    height: 1px;
    position: relative;
    z-index: 1;
}
.svg-container svg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    transform: translateY(calc(-100% + 1px));
}

/*****************
**     Main     **
******************/
.min-height-container {
    min-height: 100vh;
}
main {
    background-color: #F7F5F0;
    padding-bottom: 25px;
    z-index: 1;
}
@media (min-width: 576px) {
    main {
        margin-top: -5px;
    }
}
@media (min-width: 992px) {
    main {
        margin-top: -25px;
    }
}
.row > .col-12 {
    padding-left: 10px;
    padding-right: 10px;
}
.text-container {
    max-width: 410px;
    z-index: 2;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
}
.text-container.width {
    margin-top: 30px;
    max-width: 810px;
    text-align: left;
}
ul li {
    margin-top: 8px;
    margin-bottom: 8px;
}
ul.numbers {
    list-style-type: decimal;
} 
ul.numbers > li:first-child {
    margin-top: 0;
}
ul.numbers > li {
    margin-top: 25px;
}
ul.alphabet {
    list-style-type: lower-alpha;
}
.form-container {
    max-width: 410px;
    width: 100%;
    border-radius: 5px;
    border-bottom: 5px solid #EF7900;
    z-index: 2;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0 0 50px #00000022;
}
@media (min-width: 576px) {
    .text-container {
        padding-right: unset;
    }
    .row > .col-12 {
        padding-left: 0px;
        padding-right: 0px;
    }
}
@media (min-width: 992px) {
    .form-container {
        margin-top: 0px;
        margin-left: unset;
    }
    .text-outer-container {
        justify-content: center;
    }
    .text-container {
        max-width: 500px;
        padding-left: unset;
        padding-right: unset;
        text-align: left;
    }
}
.form-container p.locked {
    color: #FF0000;
}
.form-container svg {
    width: 57px;
}
.form-container input {
    border: 1px solid #DDDDDD;
    background-color: #EDEDED;
    width: 160px;
    padding: 5px;
    text-align: center;
    color: #6F6F6F;
    font-weight: 300;
    border-radius: 0;
}
.form-container input.not-valid {
    border: 1px solid #FF0000;
    box-shadow: 0 0 0 1pt #FF0000;
}
.form-container input:focus.not-valid {
    border: 1px solid #FF0000;
    box-shadow: 0 0 0 1pt #FF0000;
}
.form-container input:focus {
    outline: none!important;
    border: 1px solid #EF7900;
    box-shadow: 0 0 0 1pt #EF7900;
}

/*****************
**     Note     **
******************/
.note {
    background-color: #ffffff;
    z-index: 5;
    padding-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 40px;
}
.note p {
    z-index: 5;
}
.note a {
    text-decoration: underline;
}
.note a:hover {
    color: #6F6F6F;
}

/*****************
**    Footer    **
******************/
footer {
    background-color: #444345;
    padding: 50px 20px 45px 20px;
    flex-direction: column;
    text-align: center;
}
footer p, footer a {
    margin-bottom: 5px;
}
@media (min-width: 576px) {
    footer {
        text-align: left;
        flex-direction: row;
        padding: 50px 100px 45px 100px;
    }
    footer a {
        margin-left: 30px;
    }
    footer p, footer a {
        margin-bottom: 0;
    }
}
footer p, footer a, footer a:hover {
    font-size: 15px;
    color: #808080;
    padding: 0;
}