html, body {
    height: 100%;
}

body {
    display: flex;
    flex-direction: column;
}

main {
    flex: 1 0 auto;
}

.footer {
    flex-shrink: 0;
}

body {
    font-family: "Roboto Mono", monospace;
    background-color: #fff;
    line-height: 1.5;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: "Oswald", sans-serif !important;
    color: black;
    text-transform: uppercase;
}

a {
    transition: .3s all ease;
}

a, a:hover {
    color: #007bff;
    text-decoration: none !important;
}

.text-black {
    color: #000;
}

.content {
    position: relative;
}

@media (max-width: 991px) {
    .content {
        padding: 2.5rem 0;
    }
}

@media (min-width: 992px) {
    .content {
        padding: 5rem 0;
    }
}

.lang {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 20px;
    color: black;
}

.thin-heading {
    font-weight: 300;
    font-size: 40px;
}

.form-control {
    border: none;
    border-bottom: 1px solid #ccc;
    padding-left: 0;
    padding: 0;
    border-radius: 0px;
}

.form-control:active, .form-control:focus {
    outline: none;
    box-shadow: none;
    border-color: #000;
}

.col-form-label {
    color: #000;
}

.btn, .form-control, .custom-select {
    height: 50px;
}

.custom-select:active, .custom-select:focus {
    outline: none;
    box-shadow: none;
    border-color: #000;
}

.heading {
    color: #888;
    letter-spacing: .05rem;
    text-transform: uppercase;
    font-weight: 400;
}

.btn {
    border: none;
    border-radius: 0;
}

.btn.btn-primary {
    background: black;
    color: white;
    padding: 15px 20px;
}

.btn:hover {
    color: white;
}

.btn:active, .btn:focus {
    outline: none;
    box-shadow: none;
}

.box {
    padding: 40px;
    background: white;
    box-shadow: -30px 30px 0px 0 rgba(0, 0, 0, 0.08);
}

.box h3 {
    font-size: 14px;
    margin-bottom: 30px;
    text-align: center;
}

label.error {
    font-size: 12px;
    color: red;
}

#message {
    resize: vertical;
}

#form-message-warning, #form-message-success {
    display: none;
}

#form-message-warning {
    color: #B90B0B;
}

#form-message-success {
    color: #55A44E;
    font-size: 18px;
    font-weight: bold;
}

.submitting {
    float: left;
    width: 100%;
    padding: 10px 0;
    display: none;
    font-weight: bold;
    font-size: 12px;
    color: #000;
}

.thin-heading-custom {
    font-size: 30px;
    font-weight: 300;
    text-transform: none;
}

.thin-heading-custom-2 {
    font-size: 20px;
    font-weight: 300;
    text-transform: none;
}

textarea.form-control {
    padding: 0.5em 1em;
    border: 1px solid #ccc;
}

#choice-error {
    position: absolute;
    left: 15px;
    bottom: -20px;
}

.curator__image {
    height: 250px;
}

.separator {
    border-bottom: 2px solid #DEE2E6;
    height: 100%;
}

@media (max-width: 991px) {
    .separator_mb {
        display: block;
        border-bottom: 2px solid #DEE2E6;
        height: 100%;
    }
}

@media (min-width: 992px) {
    .separator_mb {
        border-bottom: 0;
    }
}

.separator p:last-child {
    margin-bottom: 48px;
}

.separator_mb p:last-child {
    margin-bottom: 48px;
}

.mentors_img {
    width: 267px;
    height: 360px;
    margin-bottom: 24px;
}

.padding {
    margin-right: 24px;
}

.padding p {
    font-size: 16px;
    line-height: 24px;
}

.mentors_h3 {
    font-weight: 300;
    font-size: 30px;
    line-height: 40px;
    text-transform: none;
    margin-bottom: 24px;
}

.coach_h3 {
    font-weight: 300;
    font-size: 30px;
    line-height: 40px;
    text-transform: none;
    margin-bottom: 24px;
}

.mentors_h4 {
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    opacity: 0.5;
    text-transform: none;
    margin-bottom: 16px;
}

.coach_h4 {
    font-weight: 300;
    font-size: 24px;
    line-height: 36px;
    text-transform: none;
    margin-bottom: 16px;
}

.row__list .col-12 {
    margin-bottom: 64px;
}

@media (max-width: 991px) {
    .row__list:last-child .col-12 {
        margin-bottom: 64px;
    }
}

@media (min-width: 992px) {
    .row__list:last-child .col-12 {
        margin-bottom: 0;
    }
}

.partners {
    margin-top: 48px;
}

.partners a {
    display: block;
}

.mentors__logo {
    margin-top: 24px;
}

.mentor_logo.tucano {
    width: 113px;
}

.mentor_logo {
    width: 150px;
}