/****************HEADER DESIGN*******************/

.page-title-div {
    background-image: url(../img/information1.jpg);
    height: 150px;
    background-size: cover;
}

.page-title-div-background {
    background-color: rgba(235, 228, 228, 0.9);
    height: 100%;
    width: 100%;
    text-align: center;
    padding-top: 30px;
}

.header-unique-word {
    color: rgb(236, 239, 243);
    font-weight: 800;
}

.page-title-div-background h1 {
    font-size: 60px;
    color: white;
    font-weight: 400;
}

@media (min-width: 200px) and (max-width: 1000px) {
    .page-title-div-background h1 {
        font-size: 40px;
        color: white;
        font-weight: 400;
    }
}


/****************HEADER DESIGN*******************/


/****************MEET OUR TEAM*******************/

.our-member-div {
    background-image: url(../img/about-us-bg.jpg);
    height: 500px;
    background-size: cover;
    background-position: 50% 40%;
}

.our-member-div h2 {
    color: white;
    font-size: 70px;
    text-align: center;
    font-weight: bold;
}

.our-member-data {
    height: 100%;
    background-color: rgba(41, 41, 42, 0.2);
    padding-top: 10%;
}

.our-team-data-div {
    background-color: rgb(255, 255, 255);
    padding-left: 5%;
    padding-top: 2%;
    padding-bottom: 5%;
    padding-right: 5%;
}

.our-team-data-div label {
    font-weight: bold;
    margin-bottom: 17px;
    color: rgb(42, 112, 225);
    font-size: 30px;
}

.our-team-data-div h3 {
    font-weight: 600;
    font-size: 25px;
    color: rgb(48, 48, 48);
}

.our-team-data-div p {
    margin-bottom: 25px;
}

@media (min-width: 200px) and (max-width: 1000px) {
    .our-member-div {
        background-image: url(../img/IMG_20191205_212211_resized_20220709_052235363.jpg);
        height: 300px;
        background-size: cover;
        background-position: 0% 30%;
    }
    .our-member-div h2 {
        color: white;
        font-size: 50px;
        text-align: center;
        font-weight: bold;
        padding-top: 100px;
    }
    .our-member-data {
        height: 100%;
        background-color: rgba(41, 41, 42, 0.2);
        padding-top: 10%;
    }
    .our-team-data-div {
        background-color: rgb(255, 255, 255);
        padding-left: 5%;
        padding-top: 5%;
        padding-bottom: 5%;
        padding-right: 5%;
    }
    .our-team-data-div label {
        font-weight: bold;
        margin-bottom: 17px;
        color: rgb(42, 112, 225);
        font-size: 20px;
    }
    .our-team-data-div h3 {
        font-weight: 600;
        font-size: 17px;
        color: rgb(48, 48, 48);
    }
    .our-team-data-div p {
        margin-bottom: 25px;
        font-size: 13px;
    }
}


/****************MEET OUR TEAM*******************/


/****************EVENT AND PARTNERSHIP*******************/

@media (min-width: 200px) and (max-width: 900px) {
    .events-and-parternship-data-div {
        width: 100%;
    }
    .partnership-div {
        background-image: url(../img/partnership-img1.jpg);
        background-size: cover;
    }
    .partnership-div-data {
        background-color: rgba(0, 0, 0, 0.5);
        height: 100%;
        width: 100%;
        padding-left: 3%;
        padding-top: 5%;
        padding-bottom: 10%;
        padding-right: 2%;
    }
    .partnership-div-data h3 {
        color: rgb(255, 255, 255);
        font-size: 45px;
        font-weight: bold;
    }
    .partnership-div-data p {
        color: rgb(241, 228, 228);
    }
    .events-div {
        background-image: url(../img/10986480_845521282173939_4102487825029344148_o.jpg);
        background-size: cover;
    }
    .events-div-data {
        background-color: rgba(42, 112, 225, 0.4);
        height: 300px;
        width: 100%;
        padding-left: 3%;
        padding-top: 5%;
        padding-bottom: 5%;
        padding-right: 2%;
    }
    .events-div-data h3 {
        color: rgb(255, 255, 255);
        font-size: 45px;
        font-weight: bold;
    }
    .events-div-data p {
        color: rgb(255, 255, 255);
    }
}

@media (min-width: 900px) {
    .events-and-parternship-data-div {
        height: 400px;
        display: grid;
        grid-template-columns: 50% 50%;
        width: 100%;
    }
    .partnership-div {
        background-image: url(../img/partnership-img1.jpg);
        background-size: cover;
    }
    .partnership-div-data {
        background-color: rgba(0, 0, 0, 0.5);
        height: 100%;
        width: 100%;
        padding-left: 10%;
        padding-top: 2%;
    }
    .partnership-div-data h3 {
        color: rgb(255, 255, 255);
        font-size: 45px;
        font-weight: bold;
    }
    .partnership-div-data p {
        color: rgb(241, 228, 228);
    }
    .events-div {
        background-image: url(../img/10986480_845521282173939_4102487825029344148_o.jpg);
        background-size: cover;
    }
    .events-div-data {
        background-color: rgba(42, 112, 225, 0.2);
        height: 100%;
        width: 100%;
        padding-left: 10%;
        padding-top: 2%;
    }
    .events-div-data h3 {
        color: rgb(255, 255, 255);
        font-size: 45px;
        font-weight: bold;
    }
    .events-div-data p {
        color: rgb(241, 228, 228);
    }
}


/****************EVENT AND PARTNERSHIP*******************/


/*******************BOARD DISPLAY********************/

.board-display-div {
    background-color: rgb(236, 236, 236);
    padding-top: 5%;
    padding-bottom: 5%;
    padding-left: 20%;
    padding-right: 20%;
}

.board-display-div h3 {
    text-align: center;
    margin-bottom: 50px;
    color: rgb(146, 146, 146);
    font-size: 70px;
    font-weight: 600;
}

.member-row-div {
    height: 150px;
    width: 100%;
    display: grid;
    grid-template-columns: 20% 80%;
    padding-top: 1%;
    padding-left: 6%;
    border-radius: 15px;
    background-image: linear-gradient(to right, rgb(42, 112, 225), rgb(21, 194, 203));
    margin-bottom: 20px;
}

.member-profile-outline .member-profile {
    padding-top: 10%;
}

.member-profile-description {
    padding-top: 5%;
}

.member-profile-outline .member-profile img {
    border-radius: 50%;
    width: 90px;
    height: auto;
}

.member-profile-description h3 {
    font-size: 25px;
    text-align: start;
    color: black;
    font-weight: bold;
    background-color: rgb(152, 152, 21)e;
}

.member-profile-description p {
    margin-top: -47px;
    font-size: 20px;
    color: white;
    font-weight: bold;
}

@media (min-width: 200px) and (max-width: 800px) {
    .board-display-div {
        background-color: rgb(236, 236, 236);
        padding-top: 5%;
        padding-bottom: 5%;
        padding-left: 5%;
        padding-right: 5%;
    }
    .board-display-div h3 {
        text-align: center;
        margin-bottom: 20px;
        color: rgb(146, 146, 146);
        font-size: 40px;
        font-weight: 600;
    }
    .member-row-div {
        height: 100px;
        width: 100%;
        display: grid;
        grid-template-columns: 30% 70%;
        padding-top: 1%;
        padding-left: 6%;
        border-radius: 15px;
        background-image: linear-gradient(to right, rgb(42, 112, 225), rgb(21, 194, 203));
        margin-bottom: 20px;
    }
    .member-profile-outline .member-profile {
        padding-top: 10%;
    }
    .member-profile-description {
        padding-top: 8%;
    }
    .member-profile-outline .member-profile img {
        border-radius: 50%;
        width: 70px;
        height: auto;
    }
    .member-profile-description h3 {
        font-size: 16px;
        text-align: start;
        color: black;
        font-weight: bold;
        background-color: rgb(152, 152, 21)e;
    }
    .member-profile-description p {
        margin-top: -17px;
        font-size: 17px;
        color: white;
        font-weight: bold;
    }
}

.board-card {
    border-radius: 12px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.5);
    padding-top: 275px;
    margin-top: 20px;
}

.board-card-description {
    height: 75px;
    background-color: white;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    padding-top: 20px;
    opacity: 0.8;
}

.board-card-description h3 {
    font-size: 25px;
    color: rgb(42, 112, 225);
    font-weight: 500;
}


/*******************BOARD DISPLAY********************/