/* This styles use on the Support page only, first main styles, second responsive:*/
body {
    letter-spacing: -.015vw;
}

h1 {
    letter-spacing: -.025vw;
}
.uc-aboutMainIndent h1 {
    text-indent: 24.5vw;
}
.aboutMainIndent h1 {
    text-indent: 24.5vw;
}
h2 a:hover {
    color: #FF8D8D !important;
}
p {
    letter-spacing: -.015vw;
}

.uc-supDonate {
    margin: 0;
    padding: 0;
    weight: 100vw;
}
.uc-supDonate H1 {
    font-size: 14vw;
    letter-spacing: -.1rem;
}

.uc-supDonateTop {
    position: fixed;
    z-index: 1500;
    background-color: rgba(255,255,255,0); 
}
.uc-supDonateTop .uc-btnMenu {
    background-color: rgba(15, 15, 15, 0.5); 
}
.uc-btnMenu {
    background-color: rgba(15, 15, 15, 0.5);
}

.uc-mainProjectsList {
    margin: 0;
}
.uc-view_frame_mag { 
    height: 90vh;
    min-height: 90vh;
    overlay: hidden;
} 
.uc-view_frame_mag iframe { 
    padding-top: 1vh;
    weight: 100%;
    height: 90vh;
    border-top-width: 0;
    border-right-width: 0;
    border-bottom-width: 0;
    border-left-width: 0; 
} 

/*iframe { */
/*    weight: 100%;*/
/*    height: 90vh;*/
/*    border-top-width: 0;*/
/*    border-right-width: 0;*/
/*    border-bottom-width: 0;*/
/*    border-left-width: 0; */
/*} */
.header_pdf {
    position: fixed;
    background-color: rgba(255, 255, 255, 0);
}

@media (max-width: 780px) {
    .uc-supDonate H1 {
        font-size: 42px;
        letter-spacing: -.05rem;
    }
}

@media (max-width: 340px) {
    .uc-supDonate H1 {
        font-size: 32px;
        letter-spacing: -.05rem;
    }
    .uc-mainProjectsList {
        margin: 10px;
    }
}