/* ============ MEDIA QUERIES ============== */


@media screen and (max-width: 1400px) {
    .main-setion .pattern_circles {
        left: 0%;
    }

    .quiz-img {
        width: 50%;
    }
}

@media screen and (max-width: 1200px) {
    h1 {
        font-size: 40px;
    }

    h2 {
        font-size: 35px;
    }

    h3 {
        font-size: 30px;
    }

    h4 {
        font-size: 25px;
    }

    h5 {
        font-size: 18px;
    }

    .donate_a {
        width: 200px;
        height: 200px;
    }

    .navbar-nav .nav-item a {
        font-size: 16px;
    }

    .inner--content .nextarrow {
        margin-right: -10%;
    }
}

@media screen and (max-width: 991px) {
    h1 {
        font-size: 35px;
    }

    h2 {
        font-size: 32px;
    }

    h3 {
        font-size: 28px;
    }

    .desktop {
        display: none;
    }

    .mobile {
        display: block !important;
    }

    .donate_a {
        width: 150px;
        height: 150px;
    }

    .donate_amount_text {
        font-size: 25px;
    }

    .share_container {
        flex-direction: column;
    }

    .share_img,
    .share_info {
        width: 100%;
        padding: 10px 20px;
        max-width: 500px;
        text-align: center;
    }

    .share_view_container {
        flex-direction: column;
        width: 100%;
    }

    .share_container,
    .share_middle {
        width: 100%;
    }

    .share_sides {
        width: 100%;
    }

    .share_sides.bottom.mobile {
        margin-top: -10%;
    }

    .share_sides.top.mobile {
        margin-bottom: -10%;
    }

    .share_bg {
        position: absolute;
        width: 100%;
    }

    .navbar-nav .nav-item a {
        font-size: 16px;
    }

    .navbar-toggler:focus {
        box-shadow: none;
    }

    .logo {
        max-width: 150px;
        margin-left: 0;
    }

    .socialmedia--iconset a {
        width: 30px;
        height: 30px;
    }

    .socialmedia--iconset a i {
        font-size: 16px;
    }

    .navbar-nav .nav-item a {
        text-align: center;
    }

    .header--row .header--cols.child--1 {
        width: 40%;
    }

    .header--row .header--cols.child--2 {
        width: 60%;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .header--row .header--cols.child--3 {
        width: 100%;
    }

    .main--section--wrapper {
        flex-direction: column;
    }

    .signup--form--container,
    .main--content {
        width: 100%;
        max-width: 500px;
        margin-left: auto;
        margin-right: auto;
    }

    .main-content-copy {
        margin: 0 auto 0 0;
    }

    .scrolling {
        font-size: 18px;
    }

    .share_buttons {
        justify-content: center;
    }

    .main--section--wrapper {
        margin: 5% auto -10%;
    }

    .approach_view {
        padding: 10% 0;
    }

    .approach_container p {
        text-align: center;
    }

    .footer-content-container {
        flex-direction: column;
        align-items: center;
    }

    .footer-text {
        margin: 50px 0;
        text-align: center;
    }

    .social--media--container {
        width: max-content;
    }

    .footer-copyright {
        text-align: center;
    }

    .thankyou--content {
        flex-direction: column;
    }

    .thankyou--content--text {
        background: #d96535;
    }

    .quiz--view {
        flex-direction: column;
    }

    .quiz-img img {
        margin-left: auto;
    }

    .quiz--view::after,
    .quiz--view::before {
        width: 100%;
        right: 0;
    }

    .quiz-content {
        flex-direction: column;
        width: 100%;
        max-width: 600px;
        margin: 5% auto;
    }

    .nextarrow {
        padding: 30px;
        margin: auto;
    }

    .option-button-set {
        padding: 0 20px;
    }

    .inner--content .nextarrow {
        margin: auto;
    }

    .correct--content {
        background: #00afa0;
    }
    .correct--content::before {
        content: '';
        display: block;
        width: 100%;
        position: absolute;
        height: 80px;
        background-image: url('https://d1nbxb1s0qsinf.cloudfront.net/wp-content/uploads/green_border_top.png');
        top: -10px;
        background-position: 0 top;
        background-size: 100%;
        background-repeat:no-repeat;
    }
    .correct--content::after {
        content: '';
        display: block;
        width: 100%;
        position: absolute;
        height: 80px;
        background-image: url('https://d1nbxb1s0qsinf.cloudfront.net/wp-content/uploads/green_background_strip.png');
        bottom: -10px;
        background-position: 0 bottom;
        background-size: 100%;
        background-repeat:no-repeat;
    }
    .incorrect--content {
        background: #D96535;
    }
    .incorrect--content::before {
        content: '';
        display: block;
        width: 100%;
        position: absolute;
        height: 80px;
        background-image: url('https://d1nbxb1s0qsinf.cloudfront.net/wp-content/uploads/orange_border_top.png');
        top: -10px;
        background-position: 0 top;
        background-size: 100%;
        background-repeat:no-repeat;
    }
    .incorrect--content::after {
        content: '';
        display: block;
        width: 100%;
        position: absolute;
        height: 80px;
        background-image: url('https://d1nbxb1s0qsinf.cloudfront.net/wp-content/uploads/orange_border_bottom.png');
        bottom: -10px;
        background-position: 0 bottom;
        background-size: 100%;
        background-repeat:no-repeat;
    }
    .yellow_overlay{
        height: 95%;
    }
}

@media screen and (max-width: 610px) {
    .socialmedia--iconset a {
        width: 25px;
        height: 25px;
    }

    .quiz-content-col-question{

        padding:0 20px;
    
    }

    .socialmedia--iconset a i {
        font-size: 15px;
    }

    .thankyou--content {
        margin-top: 5%;
    }

    .quiz-img {
        width: 70%;
    }

    .option-button-set {
        flex-direction: column;
    }
    
    .correct--content,.incorrect--content {
        margin: -150px auto 0%;
    }
    .nextarrow{
        max-width: 100px;
    }
    .question--view::before {
        height: 10vh;
    }
    .yellow_overlay{
        height: 90%;
    }
}

@media screen and (max-width: 480px) {
    h1 {
        font-size: 30px;
    }

    h2 {
        font-size: 27px;
    }

    h3 {
        font-size: 25px;
    }

    h4 {
        font-size: 20px;
    }

    h5 {
        font-size: 17px;
    }

    .donate_amount a {
        width: calc(100% / 2);
    }

    .donate_a {
        width: 200px;
        height: 200px;
    }

    .donate_amount_text {
        font-size: 30px;
    }

    .btn_small {
        font-size: 20px;
    }

    .header--row .header--cols.child--1 {
        display: none;
    }

    .header--row .header--cols.child--2 {
        width: 100%;
    }

    header {
        padding: 0;
    }

    .navbar-nav .nav-item a {
        text-align: right;
    }

    .optionradio {
        flex-direction: column;
    }

    .btn_small {
        font-size: 16px;
    }

    .scrolling {
        font-size: 16px;
    }

    .social--media--container {
        flex-direction: column;
    }

    .socialmedia--iconset a {
        width: 40px;
        height: 40px;
    }

    .answeroptions span {
        font-size: 16px;
    }
}

@media screen and (max-width: 360px) {
    .donate_a {
        width: 120px;
        height: 120px;
    }

    .donate_amount_text {
        font-size: 18px;
    }
}