@import url('https://cdn.jsdelivr.net/npm/bootstrap-reboot@4.5.6/reboot.min.css');

* {
    font-family: 'dm-sans' !important;
    color: #021123;
}

body {
    background: #f7e7d7;
}

.stampy-thing {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 30%;
    height: auto;
    opacity: 0.3;
}

.inner-content {
    position: relative;
    z-index: 5;
    max-width: 690px;
    margin: 0 auto;
}

.site-footer {
    background: #1e3c5c;
    z-index: 333;
    position: relative;
    padding: 20px;
}

.paid-for-by {
    font-family: 'social-gothic' !important;
    font-weight: 500;
    max-width: 560px;
    margin: 0 auto;
    color: #fff;
    border: solid 3px #fff;
    font-size: 14px;
    line-height: 1.2;
    padding: 14px;
    opacity: 0.5;
}

.logo {
    max-width: 240px;
    display: block;
    margin: 0 auto 1rem;
}
@media (max-width: 768px) {
    .logo {
        max-width: 200px;
    }
}

.logo svg {
    display: block;
    width: 100%;
    height: auto;
}

.outer-content {
    padding: 2% 3%;
}


section.at-inner {
    background: none;
}



header.at-title, h1 {
    font-family: 'social-gothic' !important;
    text-transform: uppercase;
    color: #0f3d5f !important;
    font-size: 60px !important;
    line-height: 1;
    font-weight: 700;
    letter-spacing: -0.03em;
}

@media (max-width: 768px) {
    header.at-title, h1 {
        font-size: 40px;
    }
}

.at h2, h2 {
    font-family: 'social-gothic' !important;
    text-transform: uppercase;
    color: #0f3d5f !important;
    font-size: 48px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: -0.03em;
}

@media (max-width: 768px) {
    .at h2, h2 {
        font-size: 32px;
    }
}




input.at-submit.btn-at.btn-at-primary {
    width: 100%;
    display: block;
    font-family: 'social-gothic' !important;
    text-transform: uppercase;
    font-weight: 700;
    background: #0c6c55;
    padding: 35px 20px;
    font-size: 33px;
    transition: background 0.3s ease;
    line-height: 1;
}
input.at-submit.btn-at.btn-at-primary:hover {
    background: #1c836a;
}


h3, .at h3 {
    color: #ea9e83 !important;
    text-transform: uppercase;
    font-family: 'instrument-serif' !important;
    font-weight: 400;
    font-size: 40px;
}

@media (max-width: 768px) {
    h3, .at h3 {
        font-size: 32px;
    }
}

h4, .at h4 {
    font-family: 'social-gothic' !important;
    text-transform: uppercase;
    font-size: 26px;
    letter-spacing: 0;
    color: #0f3d5f !important;
}

@media (max-width: 768px) {
    h4, .at h4 {
        font-size: 22px;
    }
}


/* 

.at .at-fieldset {
    padding: 0;
}
.at fieldset legend {
    margin: 0;
}
.at-row>[class^=at-] {
    margin: 0;
}
.at-row, .at-targets-have-images {
    gap: 10px;
} */

html .fastAction {
    padding: 14px 20px !important;
    background: #ffffffb0;
}

.FastAction.at-markup {
    padding: 0 20px !important;
}

input.at-submit.btn-at.btn-at-primary {
    margin: 0 !important;
}

.at-form-submit {
    padding: .625rem 20px !important;
}
.at fieldset legend {
    color: #0f3d5f !important;
}
.at-row label {
    font-weight: 900 !important;
    text-transform: uppercase !important;
    font-size: 12px !important;
    color: #0f3d5f !important;
}



.fastAction .fa-lead {
    font-size: 9px !important;
}






.SelectAmount label {
    font-size: 28px !important;
}
.label-otheramount {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
}

.label-otheramount input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    font-size: 25px !important;
    padding-left: 30px !important;
}

.at form .label-amount input+.label-otheramount-prefix {
    font-weight: 400 !important;
    padding-left: 6px;
    opacity: 0.5;
}