.text-align-center {
    text-align: center!important;
}

.justify-content-center {
    justify-content: center;
}

.btn-orange {
    color: #fff;
}

.BannerFull {
    background-image: url(https://image.info.unicef.org/lib/fe2f11717064047b751d76/m/1/44dff436-822a-43a2-b69d-bfadae641c89.jpg);
    width: 100;
    padding: 100px 0;
    height: auto;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    font-family: 'Roboto', sans-serif !important;
}

.btn-primary {
    background: #e34e09;
    color: #fff;
    text-transform: uppercase;
    padding: 10px 30px;
}

.btn {
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
    border: none;
    border-radius: 5px;
}

.text-unicef-blue {
    color: #1cabe2 !important;
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: 100%;
    margin-right: auto;
    margin-left: auto;
}

.card {
    background-color: #fff;
    height: 100%;
    border: none;
}

.card-header {
    justify-content: center;
    padding: 0.5em 1em;
    background-color: #1cabe2;
    display: flex;
    -webkit-box-align: center;
}

.card-title {
    font-size: 18px;
    text-align: center;
    color: #fff;
    margin-bottom: 0;
}

.card-content {
    padding-top: 12px;
    font-size: 18px;
    line-height: 24px;
    color: #2d2926;
    margin-bottom: 0;
}

.col--card {
    padding-right: 7px;
    padding-left: 7px;
    flex-basis: 100%;
    margin-bottom: 18px;
}

.card-container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    margin-top: 30px;
}

.second-graph {
    padding-top: 28px;
    height: 99.2%;
}

.donate-btn {
    text-decoration: none;
    white-space: normal;
    display: inline-block;
}

.donate-button-container {
    padding: 20px 0;
}

.input-text-other-amount {
    font-weight: 600;
    font-size: 17px;
    position: relative;
    left: 30px;
}

.inputstyle {
    width: 93%;
}

.nav-tabs .nav-link {
    border-radius: 0 !important;
    border: none !important;
    font-size: 22px;
    line-height: 30px;
    font-weight: 700;
    color: #2159a8 !important;
    text-align: center;
    width: 100%;
    transition: none;
    opacity: .6;
    background: #f1f1f1;
    outline: none;
    display: block;
    padding: 10px 15px;
}

.nav-tabs .nav-link.active {
    opacity: 1;
    background: #fff ;
    border-bottom: 1px solid transparent;
    cursor: unset;
    box-shadow: 0 2px 5px 2px rgb(0 0 0 / 25%);
    opacity: 1;
}

.nav-tabs .nav-link:focus,.nav-tabs .nav-link:hover {
    background: #fff;
}

.makedona {
    font-size: 30px;
    font-weight: 700;
    color: #2159a8;
}

.donation-heading {
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #777779;
    text-align: center;
}

.tab-pane {
    height: auto !important;
}

.static-line {
    font-size: 48px;
    padding: 20px 0;
}

.static-statement {
    font-size: 24px;
}

blockquote p {
    font-size: 30px!important;
    line-height: 36px!important;
    font-style: italic;
    padding: 20px 10%;
}

blockquote p::before, blockquote p::after {
    content: "";
    display: block;
    height: 3px;
    width: 40%;
    background: #3ea8d6;
    margin-left: 30%;
    margin-bottom: 30px;
}

blockquote p::after {
    margin-top: 30px;
    margin-bottom: 0;
}

.card-image:hover {
    transform: translateY(-8px);
    transition-duration: .3s;
    transition-timing-function: ease-out;
}

/* Media queries */
@media only screen and (max-width: 768px) {
    .col--card {
        max-width: 400px;
    }
    .makedona {
        margin-bottom: 1.5rem !important;
    }
    .static-line {
        font-size: 26px;
        padding: 0 0 20px 0;
    }
    .bottom-container {
        margin-top: 502px;
    }
}

@media (min-width: 600px) {
    .card-container {
        max-width: 540px;
        margin: 0 auto;
    }

    .tab-pane-r4 {
        height: 85px;
    }
}

@media only screen and (min-width: 768px) {
    .card-container {
        width: 100%;
        margin-right: auto;
        margin-left: auto;
        max-width: 720px;
        margin-top: 30px;
    }
    .card-images {
        margin-top: 60px;
    }
    .col--card {
        flex-basis: 50%;
    }
    .static-line {
        padding: 40px 0;
    }
}

@media (min-width: 992px) {
    .card-container {
        max-width: 960px;
    }
}

@media only screen and (min-width: 1200px) {
    .col--card {
        flex-basis: 25%;
    }
    .col--card-only-image {
        flex-basis: 50%;
    }
    .card-container {
        max-width: 1140px;
    }
}

@media only screen and (min-width: 769px) and (max-width: 959px) {
    .tab-content {
        height: auto;
    }
    .tab-pane-image img {
        height: 100% !important;
    }
}

@media only screen and (max-width: 600px) {
    .bottom-container {
        margin-top: 493px;
    }
    .tab-pane-image img {
        height: 100px !important;
    }
}

@media only screen and (max-width: 480px) {
    .bottom-container {
        margin-top: 90%;
    }
    .makedona,.nav-tabs .nav-link {
        font-size: 20px;
    }
}

@media only screen and (max-width: 320px) {
    .bottom-container {
        margin-top: 533px;
    }
    .tab-pane-content, .tab-pane-image {
        flex: 0 0 auto;
        width: 50%;
    }
}


