﻿body {
    background: url("../img/film-forum-background.jpg");
    background-color: #f7f7f7;
    width: 100%;
    font-family: 'helvetica neue', helvetica, arial, sans-serif;
}

.banner {
    width: 60%;
    margin-left: 18%;
    padding-top: 20px;
}

.content {
    margin: 20px;
}

#donate-form {
    padding-bottom: 40px;
}
#donate-form h3 {
    margin-top: 40px;
}

.tribute-options {
    padding-left: 30px;
}


/*Overrides for TNEW template*/
@media (min-width: 768px) {
    header .columns {
        display: block !important;
    }

    nav.menu ul {
        margin-bottom: 0;
        padding-left: 0;
    }
}

.menu .menu__item a {
    text-decoration: initial !important;
    color: #101161;
}

header .menu__icon {
    top: 0;
}

/* emily's styles */
.header {
    font-family: 'frankfurter', helvetica, arial, sans-serif;
    font-weight: 400 !important;
    text-transform: uppercase;
    font-size: 1.875rem;
    line-height: 1.4rem !important;
    background-color: #333;
    color: white;
    margin-bottom: 1.25rem;
    padding: 0.5rem 1.25rem 0.2rem 1.25rem;
    border-radius: 1em;
}

@media (max-width: 768px) {
    h3.header {
        font-size: 1.5rem;
        text-align: center;
        line-height: normal !important;
        border-radius: 50rem;
    }
}

label {
    font-size: .875rem;
}

.btn-check:checked + .btn-outline-dark {
    color: #fff;
    background-color: #101161;
    border-color: #101161;
    border-radius: 2em;
}

.btn-outline-dark {
    color: #222;
    background-color: #fff;
    border: #222 solid 3px;
    border-radius: 2em !important;
}

.btn-check:checked + .btn-outline-dark {
    box-shadow: 0 0 0 0.25rem rgb(33 37 41 / 0%) !important;
}

.content,
.col.content p {
    margin-bottom: 0;
}

div.submit-total, p.submit-total {
    font-size: 1.5rem;
    color: #2b7d20;
}

.g-recaptcha div {
    width: auto !important;
}

div#confirmation {
    outline: 1px solid gray;
    margin: 30px;
}
div#confirmation p {
    padding: 30px 0 30px 0;
}
div#confirmation img {
    width: 60%;
    margin-top: 20px;
}
button:disabled {
    opacity: .5;
}
button:disabled:hover {
    cursor: not-allowed;
}