
/* Reset and base styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "Cormorant Upright", serif;
    line-height: 1.6;
    color: #000;
}

a {
    text-decoration: none;
    color: inherit;
}

ul {
    list-style: none;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}


/* Main Content Sections */
main {
    display: flex;
    flex-direction: column;
    gap: 60px;
}

/* Font Styles */
.aref-ruqaa-bold, h2 {
    font-family: "Aref Ruqaa", serif;
    font-weight: 700;
    font-style: normal;
}

.oswald, h3 {
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    text-transform: uppercase;
}

.montserrat, p, h4, ul {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: italic;
  }

/* Footer Styles */
footer {
    margin-top: 80px;
    padding-top: 40px;
    border-top: 1px solid #eee;
}

.footer-content {
    display: flex;
    justify-content: space-between;
    gap: 40px;
}

.footer-left {
    flex: 1;
    
}

.footer-logo h2 {
    font-family: "Righteous", sans-serif;
    font-size: 50px;
    line-height: 1.2;
    font-weight: 400;
    color: #474350;
}

.footer-logo-placeholder {
    width: 100px;
    height: 100px;
    margin: 20px 0;
    /* This is where your footer logo will go */
}
#footerLogoGif{
    width: 100%;
}

.footer-middle,
.footer-right {
    flex: 1;
}

.footer-content h3 {
    font-family: "Righteous", sans-serif;
    font-size: 15px;
    line-height: 1.2;
    font-weight: 300;
    margin-top: 15px;
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 18px;
    color: #474350;
}

.footer-content h4 {
    margin-top: 15px;
    margin-bottom: 5px;
    font-weight: 600;
    font-size: 16px;
    color: #474350;

}

.footer-content p {
    margin-bottom: 5px;
    color: #474350;

}

.footer-content a {
    display: block;
    margin-bottom: 10px;
    color: #474350;

}


/* Responsive Styles */
@media (max-width: 900px) {
    .header-content {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .main-nav {
        position: static;
        text-align: left;
        margin-top: 20px;
    }
    
    .info-section,
    .solidarity-section,
    .sourcing-section,
    .footer-content {
        flex-direction: column;
    }
    
    .logo-placeholder {
        width: 100px;
        height: 100px;
    }
    
    .title h1 {
        font-size: 36px;
    }
}

@media (max-width: 600px) {
    .footer-content {
        flex-direction: column;
    }
}

.three-column {
    flex: 0 0 32%;
}

.two-column {
    float: left;
    width: 50%;
}

.hfbl-info {
    text-align: center;
    background-color: #ffeb5b;
    box-shadow: 0 0 0 100vmax #ffeb5b;
    clip-path: inset(0 -100vmax); 
}

.purple-text {
    color: #5c3b83;
}

h2 {
    font-size: 36px;
}

h3 {
    font-size: 24px;
}

.info-box {
    background-color: #f5f0e6;
    padding: 30px;
    margin: 10px;
    border-radius: 25px;
}

.row {
    display: flex;
}

.box:first-child {
    margin-right: auto;
}

.box:last-child {
    margin-left: auto;
}

.orange-underline {
    text-decoration: underline;
    text-decoration-color: #f98621;
    text-decoration-thickness: 5px;
}

.allergy-warning {
    background-color: #f5f0e6;
    border-radius: 25px;
    padding: 10px;
}

.allergy-title, .donations-title, .volunteer-title, .funding-title {
    font-size: 24px;
}

.donations-title, .volunteer-title, .funding-title {
    text-align: center;
}

.volunteer {
    background-color: #f98621;
    padding: 5px;
    margin: 10px;
    border-radius: 25px;
}

.donate {
    background-color: #f9c132;
    padding: 5px;
    margin: 10px;
    border-radius: 25px;
}

.fund {
    background-color: #f98621;
    padding: 5px;
    margin: 10px;
    border-radius: 25px;
}

.white-text {
    color: #ffffff;
}

.yellow-underline {
    text-decoration: underline;
    text-decoration-color: #f9c132;
    text-decoration-thickness: 5px;
}

header {
    margin-bottom: 60px;
}

.header-content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
}

.logo-title {
    display: flex;
    align-items: center;
    gap: 20px;

}

.logo-placeholder {
    width: 180px;
    height: 180px;
    border-radius: 50%;
    /* This is where your logo GIF/video will go */
}
.logo-gif {
    width: 100%;
    /* This is where your logo GIF/video will go */
}

.title h1 {
    font-family: "Righteous", sans-serif;
    font-size: 80px;
    line-height: 1;
    margin: 0;
    font-weight: 400;
    color: #474350;
}

#indexintro{
    font-family: "Righteous", sans-serif;
    font-size: 40px;
    line-height: 1;
    color: #474350;
    font-weight: 400;
    
}

.main-nav {
    text-align: right;
    font-family: "Cormorant Upright", serif;
    font-weight: 300;
    font-size: 24px;
    line-height: 1.6;
    position: absolute;
    right: 0;
    top: 10px;
    color: #474350;

}
.main-nav a:hover{
    color: #f98621;
}
