
.body{
    position: relative;
    }

header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1em 2em;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10;
}

header .logo img {
    width: 350px;
    margin: -50px;
}

nav {
    display: flex;
    align-items: center;
    gap: 1.5em;
}

nav a.indicator {
    font-weight: bold;
}

nav a {
    color: #051661;
    text-decoration: none;
    font-size: 1.2em;
}

.cart-icon {
    width: 24px;
    height: 24px;
}


.initiate-banner {
    background-color: #f18f7c;
    text-align: center;
    padding: 4em 1em;
}

.initiate-banner h1 {
    color: #ffffff;
    font-size: 7.5em;
    margin-bottom: 0px;
    font-weight: bold;
    text-decoration: underline; 
    text-decoration-thickness: 4px; 
    transform: scaleY(1.8);
    display: inline-block;
    margin-top: .4em;
}

.initiatives {
    display: flex;
    justify-content: space-around;
    padding: 3em 1em;
    background: url('../images/waves1.jpg') no-repeat center center;
    background-size: cover;
    height: 1000%;
    background-color: rgba(255, 255, 255, 0.7);
    background-blend-mode: overlay;
    border-radius: 20px 20px 0 0;
    margin-top: -20px;
    color: #051661; 
    padding-bottom: 18em;
}

.initiative {
    border-radius: 10px;
    padding: .5em;
    text-align: center;
    width: 24%;
}

.initiative h2 {
    font-size: 2.7em;
    color: #051661; 
    margin-bottom: .4em;
    font-weight: bold;
}

.initiative p {
    font-size: 1.1em;
    color: #051661; 
    margin-bottom: 3.5em;
}

.initiative button {
    color: #051661;
    border: 2px solid #051661; 
    padding: 0.5em 1.5em;
    font-size: 1em;
    margin-bottom:7rem;
    border-radius: 30px; 
}

.initiative button:hover {
    background-color: #051661; 
    color: #ffffff; 
}



.footer {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    padding-left: 2rem;
    padding-right: 2rem;
    color:#051661;
    position: absolute; 
    bottom: 0; 
    padding-bottom:-5rem;
    padding-top:10rem;
    width: 100%; 
    height: 300px; 
    z-index: 100; 
    display: flex; 
    justify-content: space-between; 
    align-items: center; 
}

.footer-content {
    max-width: 1800px;
    margin: 0 auto;
    display: flex; 
    justify-content: space-between;
    width: 100%;
}

.footer-text {
    flex: 1; 
    text-align: left; 
    font-size: 16pt;
    
}

.footer-logo {
    flex: 0 0 auto;
} 

.footer-logo {
    width: 350px; 
    height: auto;  
}