body {
    background: rgb(239,62,66);
    background: radial-gradient(circle, rgba(239,62,66,1) 0%, rgba(0,63,122,1) 100%);
}

.file_upload {
    color: #37a0f5;
    margin-left: auto;
    margin-right: auto;
    padding: 5px;
    width: 50%;
    height: 200px;
}

.inline-link {
    color: #8cc7ff;
}

.flex-break {
    flex-basis: 100%;
    height: 0;
}

.header-nav {
    background: rgb(0, 0, 0, .4);
}

.hero-transition-image {
    min-height: 200px;
    max-height: 300px;
}

    .hero-transition-image img {
        object-position: center;
        object-fit: cover;
        width: 100%;
        max-height: 300px;
        -webkit-transition: opacity 1s ease-in-out;
        -moz-transition: opacity 1s ease-in-out;
        -o-transition: opacity 1s ease-in-out;
        transition: opacity 1s ease-in-out;
    }

@media only screen and (max-width: 600px) {
    .hero-transition-image {
        margin-top: -60px;
        margin-left: -5px;
        background-color: black;
        min-height: 80px;
    }

        .hero-transition-image img {
            object-position: center;
            object-fit: cover;
            width: 100%;
            max-height: 150px;
            -webkit-transition: opacity 1s ease-in-out;
            -moz-transition: opacity 1s ease-in-out;
            -o-transition: opacity 1s ease-in-out;
            transition: opacity 1s ease-in-out;
        }
}

.card-background {
    background-color: rgba(255,255,255,.05);
    color: white;
}

.form-background {
    background-color: rgba(255,255,255,.9);
}

    .form-background a {
        color: rgba(0,63,122,1);
    }

.pointer {
    cursor: pointer;
}
