/*
 Theme Name:   Astra Child
 Theme URI:    http://example.com/astra-child/
 Description:  Astra Child Theme
 Author:       Your Name
 Author URI:   http://example.com
 Template:     astra
 Version:      1.0.0
*/

/* Import the parent theme's stylesheet */
@import url("../astra/style.css");

/* Add your custom styles below this line */


.web-main-header h1 {
    color: #1c4293;
    text-align: center;
    font-size: 250%;
    text-shadow: 3px 2px 4px #ffffff;
}

.web-main-header h2 {
    color: #a43d30;
    font-size: 180%;
    text-align: center;
}

.web-main-header h3 {
    color: #a43d30;
    text-align: center;
    font-size: 110%;
}

.bg-pen {
    background-image: url(/wp-content/uploads/2024/08/bg-pen-2.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
.ov-scroll{overflow:scroll;}

.wpforms-field.donate-bank {
    background: #f8f8f8;
    border: 1px solid #dcdcdc;
    padding: 10px;
}

@media (max-width: 1050px) {
    .gt_switcher_wrapper {
        max-width: 100px;
        right: 5px !important;
        top: 5px !important;
    }
}


@media (max-width: 921px) {


/*     .web-main-header h1 {
        font-size: 35px !important;
        font-weight: bold;
    }

    .web-main-header h2 {
        font-size: 25px !important;
        font-weight: bold;
    }

    .web-main-header h3 {
        font-size: 16px !important;
        font-weight: bold;
    } */
.gt_switcher_wrapper {
    max-width: 115px;
    right: 10px !important;
    top: 5px !important;
}

}



@media (max-width: 544px) {

/*     .web-main-header h1 {
        font-size: 13px !important;
        font-weight: bold;
    }

    .web-main-header h2 {
        font-size: 12px !important;
        font-weight: bold;
    }

    .web-main-header h3 {
        font-size: 12px !important;
        font-weight: bold;
    } */

.gt_switcher_wrapper {
    max-width: 90px;
    right: 4px !important;
    top: 80px !important;
}
}
