.nav {
    padding-left: 4rem;
    padding-right: 4rem;
    background-color: white;
    position: fixed;
    overflow: hidden;
    position: fixed; /* Set the navbar to fixed position */
    top: 0; /* Position the navbar at the top of the page */
    width: 100%; /* Full width */
    z-index: 5;
}

.navbar-light .navbar-nav .nav-link {
    font-family: 'Varela Round', sans-serif;
    color: black;
    padding-left: 1rem;
}


.navbar-light .navbar-nav .nav-link:hover {
    font-family: 'Varela Round', sans-serif;
    background-color: #2a0638;
    color: white;
    padding-left: 1rem;
    padding-right: 1rem;
    border-radius: 3rem;
}

body {
    margin-top: 80
}

#wrapper {
    position: relative;
    height: 100vh;
    overflow: hidden;
}

#featured {
    position: absolute;
    width: calc(100vh * (1000 / 562));
    /*  video width / height  */
    height: calc(100vw * (562 / 1000));
    /*  video height / width  */
    min-width: 100%;
    min-height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 90%;
}

.img-big-blue {
    width: 10rem;
    height: 10rem;
}

.img-works {
    width: 30rem;
    height: 25rem;
}

.img-design {
    width: 20rem;
    height: 25rem;
}

.heading {
    font-family: 'Varela Round', sans-serif;
    font-size: 1.8em;
    text-align: center;
    padding-top: 2.2rem;
}

.text {
    font-family: 'Lato', sans-serif;
    font-size: 1.2rem;
    padding: 1rem;
    text-align: start center;
}

.features {
    padding: 1rem;
    width: 12rem;
    height: 7rem;
}

.impact-header {
    font-family: 'Varela Round', sans-serif;
    font-size: 1.8em;
    text-align: center;
    padding-top: 2.2rem;
    padding-left: 2rem;
    color: white;
}

.impact-text {
    font-family: 'Varela Round', sans-serif;
    font-size: 1.8em;
    text-align: center;
    color: #ffc000;
    padding: 2 rem;
}

hr {
    background-color: #ffc000;
    height: 1px;
    width: 2rem;

}

.team-header {
    display: block;
    text-align: center;
    padding: 1rem;
    font-family: 'Varela Round', sans-serif;
    font-size: 1.8em;
    color: skyblue;
}

.team-member {
    padding: 0.1rem;
    display: inline-block

}

.team-member h4{
    font-family: 'Lato';
    font-weight: 400;
    font-size: medium;
    color: black;

}


.team-member h5 {
    font-family: 'Lato';
    font-weight: 500;
    font-size: medium;
    color: gray;
}
.team-member img {
    border-radius: 50%
}

.donate-btn {
    width: 8rem;
    height: 2.5rem;
    margin: auto;
    display: block;
}


.our-story {
    padding: 4rem
}

.story-header {
    font-family: 'Varela Round', sans-serif;
    font-size: 1.8em;
    text-align: center;
    color: #ffc000;
    padding: 0.5 rem;
}

.story-text {
    font-family: 'Varela Round', sans-serif;
    font-size: 1em;
    text-align: center;
    color: whitesmoke;
    padding: 2 rem;
}

.join-us {
    display: block;
    text-align: center;
    font-family: 'Varela Round', sans-serif;
    font-size: 1.8em;
}

.join-us-link {
    display: block;
    text-align: center;
    font-family: 'Lato', sans-serif;
    font-size: 1.2em;
    font-weight: 400;

}

.contact-container {
    background-color: #2a0638;
    padding: 1rem;
    margin: 1.5rem;
}

.contact-container input,
textarea {
    font-family: 'Valera Round', sans-serif;
    font-size: 1em;
    font-weight: 400;
    display: block;
    padding: 0.5rem;
    width: 80%;
    height: 10%;
    margin: 4%;
}

.contact-container h2,
h4 {
    font-family: 'Lato';
    font-weight: 300;
    color: white;
    padding: 0.5rem;
}

.send-btn {
    padding-left: 4rem;
    padding-right: 4rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    font-family: 'Lato';
    font-weight: 500;
    background-color: #ffc000;
    color: black;
}