html, body {
    height: auto;
    overflow-y: auto;
    font-family: 'Open Sans', sans-serif;
    scroll-behavior: smooth;
    
}

body {
    background-image: url('../images/background.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}



.header {
    background-color: #213158;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 140px;
    padding: 15px 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: white;
    font-family: 'Julius Sans One', sans-serif;
    text-align: center;
    z-index: 1000;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.header h1 {
    font-size: 28px;
    font-weight: 600;
    white-space: nowrap;
    margin-bottom: 10px;
    font-family: 'Julius Sans One', sans-serif;
    color: white; 
    text-align: center;
}


.top-left-image {
    width: 120px;
    height: auto;
}

.righthead {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-right: 50px;
}

.julius-sans-one-regular {
    font-size: 28px;
    font-weight: 600;
    white-space: nowrap;
    margin-bottom: 10px;
}

.button-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    margin-top: 8px;
    flex-wrap: wrap;
}

.btn {
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    color: white;
    padding: 10px 15px;
    border-radius: 5px;
    background: rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
}

.btn:hover {
    background: rgba(255, 255, 255, 0.3);
    transform: scale(1.1);
}

.divider {
    display: none;
    width: 100%; 
    height: 1px;
    background-color: white; 
    border: none;
    margin: 5px auto;
}

.headimg{    /* SUPPOSED TO BE SPELLED LIKE THAT */
    background-image: url('../images/sky-home.jpeg'); 
    background-size: cover; 
    background-position: center; 
    background-repeat: no-repeat; 
    width: 100%;
    margin: 0; 
    display: flex;
    justify-content: center;
    align-items: center;
    height: 530px;
    transition: transform 0.1s;
}

.divers{
    max-width: 460px; 
    height: auto; 
    transition: transform 0.1s ease-out;
}

.about-us{
    background-color: #D9D9D9;
    margin:20px;
    padding:25px;
    padding-top:6px;
    text-align: center;
}


h2{
    font-family: "Kanit", serif;
        font-weight: 600;
        font-style: normal;
        font-size: 30pt;

    margin:7px;
    color: #213158;
}

p{
    font-family: "Open Sans", serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
    font-size: 20pt;
}

.a-about {
    text-decoration: none;
    color: #213158;
    border-bottom: 1px solid  #213158;
    padding-bottom: 2px; 
    transition: border-bottom 0.3s ease;
    font-family: "Open Sans", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: bold;
  font-variation-settings:
    "wdth" 100;
}


.a-about:hover {
    border-bottom: 1px solid #213158;
}

.articles{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 auto;
    width: 80%;
    gap: 10px;

}


.hear{
    display: flex;
    flex-direction: column;
    width: 30%;
    align-items: center;
    margin: 20px;
    transition: transform 0.3s ease;
    justify-self: center;
}




.artlink{
    display: flex;
    background-color: #BBA555;
    width: 300px;
    height: 60px;
    font-size: 18pt;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease;
}


.hear p {
    text-decoration: none;
    color: white;
    font-family: "Kanit", serif;
    font-weight: 700;
    font-style: normal;
    transition: transform 0.4s ease-in-out, background-color 0.4s ease-in-out; 
}

.hear img {
    width: 300px; 
    height: 400px; 
}

.hear-link{
    display: block; 
    text-decoration: none;
}

.hear:hover {
    transform: scale(1.05); 
    background-color: #A08D47;
}




.give-today{
    background-color: #213158;
    width:100%;
    color:white;
    text-align: center;
    padding: 10px;
    padding-bottom: 30px;
    margin-top: 30px;
}

.give-today h2{
    color: white;
}

.donate-button{
    text-decoration: none;
    color: white; 
    font-family: "Kanit", serif;
    font-weight: 700;
    font-style: normal;
    background-color: #BBA555;
    padding:5px;
    margin:20px;
    margin-top:30px;
    display:flex;
    width: 300px;
    height: 70px;
    text-align: center;
    justify-content: center;
    align-items: center;
    justify-self: center;
    border-radius: 25pt;
    font-size: 28pt;

}

.donate-button:hover{
    transform: scale(1.05);
}

.wwd-container{
    background-color: #D9D9D9;
    margin: 25px;
    margin-top: 30px;
    padding:25px;
}

.wwd-row{
    display: flex;
    justify-content: center;
    justify-content: space-between;
    align-self: center;
}

.wwd-container img{
    width: 350px;
    height: 175px;
    margin-bottom:0px;
    display: flex;
}

.wwd-title{
    display: flex;
    justify-content: center;
    margin: 20px;
    margin-bottom: 35px;
}

.wwd-section{
    width: 350px;
    color:white;
    transition: transform 0.3s ease;
    width: 350px;
    padding: 15px;
    
}

.wwd-section h3{
    font-family: "Kanit", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 22pt;
  color: white;
  text-align: left;
}

.wwd-section p{
    font-size: 14pt;
    display: flex; 
    align-items: center; 
    gap: 0px;
    font-family: "Open Sans", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
    

}

.wwd-section:hover {
    transform: scale(1.1); 
}

.wwd-info:hover{
    background-color: #a6924b;
}


.wwd-section img {
    width: 100%;
    height: auto;
    transition: transform 0.3s ease;
}


.middle-section{
    margin-bottom: 70px;
}

.wwd-info{
    padding:15px;
    padding-top: 2px;
    background-color: #BBA555;
    margin-top: 0px;
    display: flex;
    flex-direction: column;
    height:520px;
}

.wwd-section-link {
    display: block; 
    text-decoration: none;
}

.footer{
    background-color: #213158;
    padding: 20px;
    width: 100%;
    bottom: 0;
    margin: 0px;
}

.contact-info{
    color:white;

}

.footer h3{
    color: white;
    text-align: center;
}

.footer p{
    text-align: center;
    font-size: 14pt;
}



.page-header {
    font-size: 40pt;
    font-weight: 2000;
    font-family: 'Open Sans', serif;
    color: #213158;
    justify-content: center;
    display: flex;
    
}


.page-subheader{
    color:#213158;
    font-family: "Open Sans", serif;
    text-align: center;
    font-size: 30pt;
    font-weight: 550;
    margin: 15px;
    
}

.about-section{
    margin: 50px;
}

.p-small{
    font-size: 16pt;
    margin: 15px;
}

.about-img{
    float: left;  
    margin-right: 15px;  
    height: 400px;  
    width: auto;
}

.about-img-2{
    float: right;  
    margin-right: 15px;  
    height: 400px;  
    width: auto;
}

.about-wwd-section{
    background-color: #A08D47;
    color: white;
    margin: 20px;

    h3{
        font-size: 16pt;
        margin: 15px;
    }

    img{
        width:300px;
        margin: 15px;
        float: left;
    }

    .img-2{
        float:right;
    }

    p{
        font-size: 12pt;
        margin:15px;
    }

}












/* HOW TO HELP PAGE*/

.hth-header-2{
    background-image: url(../images/hth-background.png) ;
    height: 620px ;
    background-repeat: no-repeat;
    background-position: center;
    width:100%;
}

.hth-body{
    position: relative;
    margin: 0;
    padding: 0;
    height: 100%;
    h2{
        margin:20px;
    }

    p{
        font-size: 15px;
        margin-bottom: 12px;
    }

    h3{
        color:#213158;
        font-size: 20pt;
    }

    h4{
        color:#213158;
    }

}

.hth-section{
    background-color: #D9D9D9;
    margin:0px;
    margin-top: 75px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    width:100%

}

.hth-quote{
    background-color: white;
    display: flex;
    flex-direction: column;
    align-self:center;
    z-index: 10;
    position: absolute;
    justify-content: center;
    top:860px;
    padding:8px;
    margin-top: -10px;
    text-align: center;
    height:120px;
    width:500px;


}

.hth-quote p{
    font-family: "Open Sans", serif;
    font-style: italic;
}

.hth-header-2, .hth-section{
    width: 100%;
    padding: 50px;
}

.ways{
    background-color: white;
    border: 2px solid #213158;
    margin: 10px auto;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    max-width: 800px;
    text-align: center;

        p{
            font-size: 12pt;
        }
}

.a-billion {
    text-decoration: none;
    color: #213158;
    transition: border-bottom 0.3s ease;
    font-family: "Open Sans", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: bold;
  font-variation-settings:
    "wdth" 100;
}


.a-billion:hover {
    border-bottom: 1px solid #213158;
}


.donation-section {
    background-color: #f7f7f7; /* Light background */
    padding: 40px;
    text-align: center;
    border-radius: 10px;
    margin: 30px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

.donation-section h3 {
    font-size: 24px;
    margin-bottom: 15px;
}

.donation-section p {
    font-size: 16px;
    margin-bottom: 20px;
    color: #333;
}

.donation-buttons {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-bottom: 20px;
}

.donate-btn, .volunteer-btn {
    background-color: #F5A623;
    color: white;
    padding: 12px 24px;
    text-decoration: none;
    font-size: 18px;
    border-radius: 5px;
    transition: 0.3s ease-in-out;
}

.donate-btn:hover, .volunteer-btn:hover {
    background-color: #e08f00;
}

.special-vip-text {
    font-size: 14px;
    margin-top: 15px;
}

.special-vip-text a {
    color: #213158;
    text-decoration: underline;
    font-weight: bold;
}

.special-vip-text a:hover {
    color: #004a99;
}

.hth-htg{
    padding:15px;
    background-color: #213158;
    color:white;
    margin:0px;
    width:100%;


    p{
        font-size: 15px;
        margin-bottom: 0px;
        font-weight: 400;
    }

    h3{
        color:#ffffff;
        font-size: 20pt;
        padding-top: 10px;
        padding-bottom:10px;
    }

    h4{
        color:#ffffff;
    }

}













/* CLOUDS PAGE*/

.clouds-container {
    position: relative;
    width: 100%;
    min-height: 100vh;
    scroll-snap-type: y mandatory;
    overflow-y: scroll;
    background-color: skyblue;
    scroll-behavior: smooth;
}

.clouds-container .header-container{
    height:620px;
    background-color: skyblue;

}

.header-container{
    display: flex;
    flex-direction: column;
}

.clouds-section {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    scroll-snap-align: start;
    font-size: 3rem;
    color: white;
    
}


.fixed-image {
    position: fixed;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 210px;
    height: auto;
    z-index: 10;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.cloud-img{
    display: flex;
    z-index: 999;
    padding-right: 30px;


}

.cloud-name{
    display: flex;
    z-index: 1000;


}

.img-center{
    align-self: center;
    margin-top: 20px;
    max-width: 100%; /* Ensures the image never overflows its container */
    height: auto; /* Keeps aspect ratio */
    display: block; /* Removes any extra spacing */
}







/* SPECIAL DONERS */



.special-givers{
    color: #000000;
}


.special-givers .footer{
    display: block;
    background-color: #000000;
    padding: 20px;        
    width: 100%;
    bottom: 0;
    left: 0;
    margin: 0px;

    
}

.special-givers .header{
    background-color: #000000;
}

.special-givers .wrapper{
    border: 5px solid #a6924b;
    padding: 20px;
    box-sizing: border-box;
    margin-bottom: 0;
    background-color:#C4C4C4;

    h3{
        font-size: 24pt;
        font-family: 'Times New Roman', Times, serif;
        text-align: center;
        margin: 15px;
        padding: 5px;
        
    }

    p{
        font-size: 14pt;
        font-family: helvetica, sans-serif;
        margin: 15px;
        text-align: center;
    }
}

.special-givers h2{
    color: #000000;
    text-align: center;
    font-family: 'Times New Roman', Times, serif;
    font-size: 35pt;
    margin: 20px;
}

* {
    box-sizing: border-box;
}

.join-container{
    background-color:#a8a8a8;
    border: 2pt solid #000000;

    h3{
        border: 1.6pt solid #000000;

    }
}

.join-header{
    background-color: #C4C4C4;
}

.quotes.wrapper{
    display: flex;
    flex-direction: column;
}

.quote-1{
    background-color: #a8a8a8;
    border: 2pt solid #000000;
    margin: 15px;
    text-align: left;
}

.whisper-regular {
    font-family: "Whisper", cursive;
    font-weight: 400;
    font-style: normal;
  }
  

.application-form {
    display: flex;
    flex-direction: column;
    background-color: #C4C4C4;
    border: 1.6pt solid #000000;
    gap: 15px;
    padding: 20px;
    max-width: 500px;
    margin: auto;
    margin-bottom: 15px;
}

.application-form label {
    font-weight: bold;
    color: #000000;
}

.application-form input,
.application-form textarea,
.application-form select {
    width: 100%;
    padding: 10px;
    border: 1px solid #787676;
    border-radius: 5px;
    font-size: 16px;
}

.application-form textarea {
    resize: vertical;
}

.apply-btn {
    background-color: #BBA555;
    color: #000000;
    font-weight: bold;
    font-size: 18px;
    padding: 10px;
    border: none;
    cursor: pointer;
    border-radius: 5px;
}

.apply-btn:hover {
    background-color: #a6924b;
}









/* Responsive Design for Smaller Screens */
@media only screen and (max-width: 950px) {
    .header {
        flex-direction: column;
        height: auto;
        padding: 10px 15px;
    }

    .top-left-image {
        width: 90px;
        height: auto;
    }

    .righthead {
        margin-top: 10px;
    }

    .julius-sans-one-regular {
        font-size: 20px; /* Adjust heading size */
    }

    .button-container {
        flex-wrap: nowrap; /* Keep buttons in a single row */
        gap: 10px;
    }

    .btn {
        font-size: 12px;
        padding: 8px 12px;
    }

    .divider {
        display: block; /* Make it visible */
    }

    .wwd-row{
        flex-direction: column;
        justify-self: center;
    }

    .wwd-section{
        margin:80px;
        transform: scale(1.2);
        transform-origin: center;
        transition: transform 0.3s ease-in-out;
    }

    .clouds-header {
        height: 700px;
        padding: 50px 20px;
        font-size: 24px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    .clouds-top-left-image {
        width: 100px;
        height: auto;
        position: relative;
        top: 0;
        left: 0;
        margin-bottom: 20px;
    }

    .hth-quote{
        top:924px;
    }

}




@media only screen and (max-width: 768px) {
    .header {
        display: flex;
        flex-direction: column;
        align-items: center; /* Centers content inside .header */
        justify-content: center;
        justify-items: center;
        height: auto;
        padding: 10px;
        padding-left:30px;
        text-align: center;
    }

    .righthead{
        display: flex;
        flex-direction: column;
        align-items: center; /* Centers everything horizontally */
        justify-content: center; /* Centers everything vertically */
        width: 100%;
        text-align: center;
    }

    .top-left-image {
        width: 80px;
        height: auto;
    }

    h1.julius-sans-one-regular{
        font-size: 12pt;
    }

}









@media only screen and (max-width: 500px) {
    .top-left-image {
        width: 80px;
        height: 80px;
    }

    h1{
        font-size: 10pt;
    }

    .julius-sans-one-regular {
        font-size: 16px;
    }

    .btn {
        padding: 6px 10px;
        margin: 3px;
    }

    .divers{
        max-width: 320px; 
        height: auto; 
    }

    .headimg{
        height:350px;
    }

    p{
        font-size: 12pt;
    }

    .articles {
        width: 100%; 
    }

    .hear {
        width: 60%;
        margin-bottom: 15px;
    }

    .hear img {
        width: 100%;
        height: auto;
    }

    .artlink{
        width:100%;
        font-size: 15pt;
    }

    .give-today{
        padding-top:25px;
    }

    .give-today h2{
        font-size: 25pt;
    }

    .donate-button {
        font-size: 22pt;
        width:220px;
        height:60px;
        margin-top: 40px;
    }

    .wwd-row {
        flex-direction: column;
        align-items: center;
        gap: 20px;
        justify-content: center;
        justify-self: center;
        margin-left: 0px;
        margin-right: 20px;
    }

    .wwd-section{
        width: 100%;
        margin: 15px 0; 
        padding: 10px;
        transform: none; 
        max-width: 350px;
    }

    .wwd-info{
        height:120%;
    }

    .clouds-header {
        padding: 40px 15px;
        font-size: 18px;
        text-align: center;
    }

    .clouds-top-left-image {
        width: 80px;
        height: auto;
        position: relative; 
        margin-bottom: 15px;
    }

}