body {
    color:#35495D !important;
    font-family: 'Open Sans',sans-serif !important;
}

p {
    font-family: 'Lora', serif;
}

.logo {
    margin: 0 auto;
    width: 190px;
    margin-top: 20px;
}

.logo img {
    width: 190px;
}

.herotext {
    font-size: 2.3em;
    font-weight: bold;
    line-height: 1.35;
    max-width: 1100px;
    margin: 40px auto 0 auto;
}

.heroyellowlabel {
    background-color: #f2c501;
    border-radius: 10px;
    padding: 0px 12px 7px 12px;
    transform: rotate(2deg);
    display: inline-block;
}

.herodesc {
    font-family: 'Lora', serif;
    max-width: 930px;
    margin: 40px auto 50px auto;
    font-size: 1.2em;
}

.herobtn {
    background: #e94b35;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    padding: 10px 20px;
    font-size: 1.3em;
    border-radius: 10px;
    text-decoration: none;
    display: inline-block;
    transition: transform 0.2s ease-in-out;
}

.herobtn:hover {
    transform: scale(1.1);
}

.herobuttondesc {
    color: #738DA8;
    font-size: 0.8em;
    margin-top: 15px;
}


.grey {
    background: #F8F9F9;
}

.leftsupport {
    background-color: #F8F9F9;
    border-radius: 10px;
    padding: 30px 30px;
    font-family: 'Lora', serif;
    font-size: 1.1em;
    margin-bottom: 15px;

}

.rightsupport {
   background-color: #FFFBEB;
   border-radius: 10px;
   padding: 30px 30px;
   margin-bottom: 15px;

}

.yellow {
    background: #FFFBEB;
}


h2 {
    font-size: 1.3em !important;
    font-weight: bold !important;
    font-family: 'Open Sans',sans-serif;
    padding-bottom: 10px !important;
}

h3 {
    font-size: 1em !important;
    font-weight: 600 !important;
    font-family: 'Open Sans', sans-serif;
    padding-bottom: 10px !important;
    padding-top: 7px;
}

.yoursupport {
    font-family: 'Lora', serif;
    margin-top: 70px;
}

img.plus {
    width: 14px;
    margin-bottom: 3px;
    margin-right: 5px;
}

.list {
    padding-bottom: 5.5px;
}

.helphm {
    margin-top: 70px;
    margin-bottom: 70px;
    font-size: 1.7em;
    font-weight: 600;
    background: #35495d;
    color: #fff;
    padding: 35px 30px;
    font-family: 'Lora', serif;
}

.leftdonate {
    background-color: #D2E6F8;
    border-radius: 10px;
    padding: 30px 30px;
    font-family: 'Lora', serif;
    font-size: 1.1em;
}

@media (max-width: 575.98px) {
    .leftdonate {
        margin-bottom: 15px;
    }
}

.rightdonate {
    background-color: #EFF6FD;
    border-radius: 10px;
    padding: 30px 30px;
    font-size: 1.1em;
}

.agreement .form-check-label, .extracharge {
    font-size: 0.73em;
}

.amount {
    font-family: 'Open Sans', sans-serif;
    font-size: 1.1em;
    padding-bottom: 10px;
    font-weight: 600;
}

input#info {
    background: #EFF6FD;
    border-color: #d2e6f8;
    padding: 7px 12px;
    margin-bottom: 10px;
    font-family: 'Open Sans', sans-serif;
    font-size: 0.8em;
}

input#info::placeholder {
    color: #889AAD;
}

.col-md-12.buttoncol {
    margin-top: -66px;
}


@media (max-width: 575.98px) {
    .col-md-12.buttoncol{
        margin-top: 5px;
    }
}


.donatebtn {
    font-family: 'Open Sans', sans-serif !important;
    background: #e94b35 !important;
    font-weight: bold !important;
    text-transform: uppercase !important;
    color: #fff !important;
    padding: 10px 20px !important;
    font-size: 1.1rem !important;
    border-radius: 10px !important;
    text-decoration: none !important;
    display: inline-block;
    transition: transform 0.2s ease-in-out !important;
}

.donatebtn:hover {
    transform: scale(1.05);
}



#donate {
    margin-bottom: 60px;
}

.sendmoneybutton {
    font-family: 'Open Sans', sans-serif !important;
    background: #e94b35 !important;
    font-weight: bold !important;
    text-transform: uppercase !important;
    color: #fff !important;
    padding: 10px 20px !important;
    font-size: 0.9rem !important;
    border-radius: 10px !important;
    text-decoration: none !important;
}



.crypto {
    word-wrap: break-word !important;
    word-break: break-word !important;
    margin-bottom: 15px;
    margin-top: 0px;
}

.custom-collapse {
  background-color: #f1f7fc;
}

.collapse-toggle {
  width: 100%;
  background: #EFF6FD;
  border: 2px solid #c8d8e8;
  border-radius: 10px;
  padding: 1.2rem 1.5rem;
  text-align: left;
  font-weight: 600;
  margin-bottom: 1.1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.95em;
  color: #35495d;
  cursor: pointer;
}



.cont {
    padding-top: 10px;
    padding-bottom: 40px;
    text-align: center;
    font-size: 0.9em;
}

.cont2 {
    padding-top: 10px;
    padding-bottom: 40px;
    font-size: 0.9em;
}

.comments {
    margin-top: 60px;
    margin-bottom: 60px;
}

.commentbody {
    background: #F8F9F9;
    border-radius: 10px;
    padding: 50px 30px 30px 30px;
    font-family: 'Lora', serif;
    margin-top: -25px;
}

@media (max-width: 575.98px) {
    .commentbody{
        margin-bottom: 15px;
    }
}

.commentheader {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
}



.commentdesc.yellowborder {
    padding: 10px 20px;
    transform: rotate(2deg);
    margin-right: 30px;
    background: #fff;
    border-radius: 10px;
    border: 2px solid #f2c501;
}


.commentdesc.redborder {
    padding: 10px 20px;
    transform: rotate(-2.5deg);
    margin-right: 30px;
    background: #fff;
    border-radius: 10px;
    border: 2px solid #e94b35;
}

.commentdesc.blueborder {
    padding: 10px 20px;
    transform: rotate(1deg);
    margin-right: 30px;
    background: #fff;
    border-radius: 10px;
    border: 2px solid #2C97DE;
}


@media (max-width: 575.98px) {
    .commentdesc.blueborder, .commentdesc.redborder, .commentdesc.yellowborder{
        margin-right: 10px;
    }
}

.commenttime {
    color: #6D6D6D;
    font-size: 0.8em;
}

.commentname {
    font-weight: bold;
}

img.commentpics {
    width: 80px;
    margin-left: 30px;
}

@media (max-width: 575.98px) {
    img.commentpics {
        margin-left: 10px;
    }
}

.team {
    margin-top:50px;
}

.teammember {
    display: flex;
    align-items: center;
    margin: 10px 5px 30px 0px;
    font-family: 'Lora',serif;
}

.teammemberpic {
    width: 90px;
    margin-right: 10px;
}

.teammembername {
    font-weight: 700;
}

/* Full-screen video background */
.video-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1; /* Ensures video stays in the background */
    overflow: hidden;
    opacity: 0.7;
}

#background-video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
}

.mission {
    background: #35495D;
    padding: 35px 30px;
    margin: 50px 0px 50px 0px;
}

.missiontext {
    max-width: 800px;
    text-align: center;
    font-size: 1.6em;
    font-family: 'Lora',serif;
    font-style: italic;
    color:#fff;
    margin: 0 auto;
}


img.merchimg {
    max-width: 250px;
}

.merchexamples {
    display: flex
;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
    height: 0;
    overflow: hidden;
    max-width: 100%;
    background: #000;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.footer {
    background-color: #f3f3f3;
    display: flex
;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.cardlogo {
    width: 150px;
    padding: 5px 0 5px 0;
}

.links {
    margin-top: 60px;
    margin-bottom: 60px;
}

.bottomlink {
    margin-bottom: 15px;
}

.where {
    margin-bottom: 60px;
}