main {
    padding-top: 200px;
}
.bg-dark {
    background-color: transparent !important;
}
header .go-back a {
    color: #ffffff;
    display: inline-block;
    font-family: 'Lato Regular', sans-serif;
    font-size: 16px;
    text-transform: uppercase;
}
header .navbar {
    border-bottom: 0;
}
form button.btn-outline-light {
    background-color: #B59E80;
    font-family: 'Syncopate Bold', sans-serif;
    font-size: 18px;
    border: 1px solid #B59E80;
}
main .heading {
    color: #B59F80;
    font-size: 64px;
    line-height: 1;
    font-family: 'Syncopate Regular', serif;
    text-transform: uppercase;
}
.link-container {
    margin-top: 36px;
}
.form-subheading {
    color: #413635;
    font-family: 'Syncopate Regular', sans-serif;
    font-size: 21px;
    margin-top: 24px;
    margin-bottom: 24px;
}
form {
    max-width: 609px;
    margin: 0 auto;
}
main .btn-outline-light:hover, 
main .btn-outline-light:focus {
    background: #212529;
    color: #BFA680;
}
.underlined-col {
    position: relative;
}
.underlined-col:after {
        content: "";
        width: 100%;
        height: 1px;
        display: block;
        background: #B59F80;
        margin: 0 auto;
}
.eagle {
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
.under-col {
    margin-top: 40.37px;
}
main .row .col-lg-8 .large {
    margin-top: 24px;
    margin-bottom: 24px;
}
.link-container, main .heading, .form-subheading {
    text-align: center;
}
.link-container a {
    color: #BFA680;
    font-family: 'Lato Bold', sans-serif;
    font-size: 18px;
    display: inline-block;  
    margin-bottom: 20px;
    width: 100%;
    text-transform: uppercase;
}
.link-container a:hover {
    text-decoration: underline;
}
.link-container + img.img-fluid.small {
    margin-bottom: 145px;
}
form .form-group label,
body main form input.form-control, body main form input.form-control::placeholder {
    color: #231F20;
    font-family: 'Lato Regular', sans-serif;
    font-size: 20px;
    line-height: 24px;
}
form .form-group input.form-control {
    border: 1px solid #B59E80;
    margin-bottom: 52px;
    min-height: 60px;
}
@media only screen and (max-width: 1024px) {
    main .heading {
        margin-top: 0;
        margin-bottom: 0;
        font-size: 40px;
    }
    main .form-subheading {
        font-size: 1rem;
        margin-bottom: 16px;
        text-align: left;
        line-height: 2;
    }
    main .col-lg-8.text-center {
        margin-top: 24px;
        margin-bottom: 24px;
    }
    .large {
        display: none;
    }
    .small {
        display: inline-block;
    }
    .underlined-col:after {
        max-width: 350px;
    }
}

@media only screen and (min-width: 1024px) {
    .large {
        display: inline-flex;
    }
    .small {
        display: none;
    }
}