.logo {
    width: 100%;
}

.navbar {
    padding: 20px 0;
    background: #fff;
    position: absolute;
    z-index: 10;
    width: 100%;
    height: 170px;
}

.navbar-brand {
    font-weight: 800;
    font-size: 2em;
    color: #040c83;
    width: 30%;
    /* position: absolute; */
    margin-top: 35px;
}

.nav-item {
    font-weight: 800;
    width: auto;
}

.navbar-nav {
    vertical-align: bottom;
}

.navbar-collapse {
    background-color: #ffffff;
    border: solid 1px #3a6399;
}

@media (min-width: 992px) {
    .navbar-nav {
        margin-top: 90px;
    }
}

@media (min-width: 768px) {
    .navbar-collapse {
        border: none;
    }
    .stripe {
        padding: 250px 0 200px;
    }
}

.navbar-light .navbar-nav .nav-item .nav-link:hover,
.navbar-light .navbar-nav .nav-item.active .nav-link {
    background: #3a6399;
    color: #ffffff;
}

.navbar-light .navbar-nav .nav-item .nav-link {
    color: #040c83;
    padding: 5px 15px;
}

.navbar-light .navbar-toggler {
    border: none;
    color: #ffffff;
    border: 2px solid #fefde5;
    border-radius: 0;
    outline: none;
}

.btnD1 {
    display: inline-block;
    margin: 1em 0 0;
    background: #040c83;
    color: #ffffff;
    padding: 10px 20px;
    border: none;
    font-weight: 800;
}

.btnD1:hover {
    color: #ffffff;
    text-decoration: none;
}

.main {
    position: relative;
    padding: 5px 0 70px;
}

.main h3 {
    margin: 0;
    padding: 0;
    font-size: 1.5em;
    font-weight: 1000;
    color: #040c83;
}

.main p {
    margin: 1em 0 0;
    font-size: 1.2em;
    line-height: 1.5em;
    color: #000;
}

.gallery .row>a {
    margin-top: 20px;
}

.stripe {
    position: relative;
    min-height: 50vh;
    background-size: cover;
    background-position: center;
}

.card-form {
    width: 100%;
    background-color: #3a6399;
}

.card-form fieldset {
    border: 1px solid #fff;
    padding: 15px;
    border-radius: 6px;
}

#card-errors {
    color: #fa755a;
}

.card-form fieldset legend {
    margin: 0 auto;
    padding: 0 10px;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    background-color: #3a6399;
    width: 45%;
}

.card-form label {
    width: 100%;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.card-form .field,
.card-form .field:focus {
    width: 100%;
    color: #fff;
    background: transparent;
    padding: 5px 0 6px 0;
    border: none;
    border-bottom: 1px solid #fff;
    transition: border-color 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    /* -webkit-animation: 1ms void-animation-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  border-style: none;
  border-radius: 0; */
}

.card-form ::placeholder {
    color: #b6b6bb;
    font-style: italic;
}

.card-form .for-amount {
    position: relative;
}

.card-form .amount {
    text-align: center;
    /* padding:5px 5px 5px 150px; */
    text-align: center;
}

.card-form .static-value {
    position: absolute;
    left: 61px;
    font-weight: bold;
    font-size: 0.8em;
    color: #fff;
    top: 9px;
}

.card-form button {
    display: block;
    width: 100%;
    height: 40px;
    margin: 20px 0 0;
    background-color: #fff;
    border-color: #fff;
    border-radius: 6px;
    color: #3a6399;
    font-weight: 500;
    cursor: pointer;
    font-size: 16px;
    text-transform: uppercase;
}

.card-form .btn-primary:not(:disabled):not(.disabled).active,
.card-form .btn-primary:not(:disabled):not(.disabled):active,
.show>.card-form .btn-primary.dropdown-toggle {
    color: #3a6399;
    background-color: fff;
    border-color: fff;
}

.card-form .btn-primary:hover {
    color: #3a6399;
    background-color: #fff;
    border-color: #fff;
}


/**
 * The CSS shown here will not be introduced in the Quickstart guide, but shows
 * how you can use CSS to style your Element's container.
 */

.StripeElement {
    height: 40px;
    padding: 10px 12px;
    color: #fff;
}

.StripeElement--focus {
    box-shadow: 0 1px 3px 0 #cfd7df;
}

.StripeElement--invalid {
    border-color: #040c83;
}

.StripeElement--webkit-autofill {
    background-color: #fff !important;
}

.other-payment-methods {
    display: block
}

.other-payment-methods .card-header {
    background: #3a6399;
    color: #fff;
}

.text p {
    color: #040c83;
}

.white {
    color: #fff !important;
}

.text hr {
    border-color: #f0ae1f;
}

.text hr.grey {
    border-color: #e4e1dc;
}

.text h2 {
    padding: 0;
    font-size: 2em;
    font-weight: 1000;
    color: #3a6399;
    text-align: center;
    margin-bottom: 70px;
}

.text h3 {
    margin: 50px 0 0 0;
    padding: 0;
    font-size: 1.5em;
    font-weight: 1000;
    color: #3a6399;
}

.text h5 {
    margin: 35px 0 0 0;
    padding: 0;
    font-size: 1.2em;
    font-weight: 1000;
    color: #3a6399;
    padding-left: 30px;
}

.text p {
    font-size: 1.1em;
}

.text a {
    color: #040c83;
}

.collel-en a {
    color: #fff !important;
}

.white {
    color: #fff;
}

footer {
    position: absolute;
    z-index: 10;
    width: 100%;
    background: #3a6399;
    color: #fff;
}

.links {
    padding: 80px 0 60px;
}

.links h2 {
    background: #fff;
}

.links h2 a {
    color: #040c83;
}

.links h5 {
    margin: 0;
    padding: 0 0 10px;
    font-size: 1.1em;
    font-weight: 1000;
}

.links ul {
    margin: 0;
    padding: 0;
    font-size: 1em;
    list-style-type: none;
    padding-left: 0;
    line-height: 2;
}

.links ul li a,
.links ul li a:hover,
.links ul li a:focus {
    color: #d2d1d1;
    text-decoration: none;
}

.copyright {
    position: relative;
    background: #040c83;
    background-size: cover;
    background-position: center;
    padding: 20px 0 20px;
}

.copyright p {
    padding: 0;
    font-size: 1.2em;
    line-height: 1.5em;
    color: #ccc;
    text-align: center;
}

footer .btn {
    color: #fff;
    background-color: #040c83;
    border-radius: 20px;
    border: none;
    width: 150px;
    display: block;
    margin: 0 auto;
    margin-top: 10px;
    line-height: 25px;
}

footer .btn:hover,
footer .btn:focus {
    color: #fff;
}

.donate-modal,
.donate-modal a {
    margin: 0;
    float: left;
    width: 100%;
    position: relative;
}

#donation_en_modal p {
    font-size: 1em;
}