@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}
body {
    font-family: 'Poppins', sans-serif;
}

h1 {
    font-size: 2.5rem;
    font-weight: 700;
    color: rgb(35, 35, 85);
}

span {
    font-size: .9rem;
    color: #757373;
}

h6 {
    font-size: 1.1rem;
    color: rgb(24, 24, 49);
}

/* Navigation */

nav {
    position: fixed;
    width: 100%;
    background-color: #fff;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.15);
    padding: 1vw 8vw;
}

nav img {
    width: 100px;
    cursor: pointer;
}

nav .navigation {
    display: flex;
}

nav .navigation ul {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

nav .navigation ul li {
    list-style: none;
    margin-left: 30px;
}

nav .navigation ul li a {
    text-decoration: none;
    color: rgb(21, 21, 100);
    font-size: 16px;
    font-weight: 500;
    transition: 0.3s ease;
}

nav .navigation ul li a:hover,
nav .navigation ul li a.active {
    color: #FDC93B;
}

nav .pro-link {
    margin-top: 10px;
}

nav .pro-link i {
    padding: 10px 13px;
    border: 1px solid rgb(21, 21, 100);
    cursor: pointer;
    transition: 0.3s ease;
    color:rgb(35, 35, 85)
}

nav .pro-link i:hover {
    background: rgb(21, 21, 100)    ;
    color: #fff;
    border: 1px solid rgb(21, 21, 100);
    cursor: pointer;
}

/* Home */

#home {
    background-image: linear-gradient(rgba(9, 5, 54, 0.3), rgba(5, 4, 46, 0.7)), url("images/background.jpg");
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding-top: 40px;
}

#home h2 {
    color: #fff;
    font-size: 2.6rem;
    letter-spacing: 1px;
}

#home p {
    width: 50%;
    color: #fff;
    font-size: 0.9rem;
    line-height: 25px;
}

#home .button {
    margin-top: 30px;
}

#home a {
    text-decoration: none;
    font-size: 0.9rem;
    padding: 13px 35px;
    background: #fff;
    border-radius: 5px;
    font-weight: 600;
    transition: 0.3s ease;
}

#home a.yellow {
    color: #fff;
    background: #bc9426;
}

#home a.yellow:hover {
    background: #fff;
    color: rgb(21, 21, 100);
}

/*Features*/

#features {
    padding: 5vw 8vw 0 8vw;
    text-align: center;
}

#features .fea-base {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    grid-gap: 1rem;
    margin-top: 50px;
}

#features .fea-box {
    background: #F9F9FF;
    padding: 2.3rem;
    text-align: start;
}

#features .fea-box i {
    font-size: 2rem;
    color: #FDC93B;
}

#features .fea-box h3 {
    font-size: 1.2rem;
    font-weight: 600;
    color: rgb(35, 35, 85);
    padding: 13px 0 7px 0;
}   

#features .fea-box p {
    font-size: 1rem;
    font-weight: 400;
    color: rgb(70, 70, 87);
    text-align: justify;
}

#about-container {
    display: flex;
    align-items: center;
    padding: 8vw 8vw 2vw 8vw;
}

#about-container a:link{
    color:#686F7A;
}

#about-container a:visited{
    color: #686F7A;
}

#about-container a:hover{
    color:#FDC93B;
}

#about-container a:active{
    color:#FDC93B;
}

#about-container .about-img {
    width: 670px;
    padding-right: 50px;
}

#about-container .about-img img {
    width: 620px;
}   

#about-container .about-text h2 {
    color: #29303B;
    padding-bottom: 15px;
}

#about-container .about-text p {
    color: #686F7A;
    font-weight: 300;
    text-align: justify;
}

footer {
    margin-top: 3vw;
    padding: 3vw 5vw 3vw 5vw;
    background-color: #101C32;
}

footer p {
    color: #fff;
}

footer .highschool a{
    color: #FDC93B;
}   

footer table{
    width: 100%;
}

footer tr .name{
    width: 20%;
}

footer tr .blog{
    width: 60%;
    text-align: right;
}

footer tr .highschool {
    padding-top: 10px;
}

footer .btn a {
    text-decoration: none;
    padding: 13px 35px;
    background: #fff;
    border-radius: 5px;
    font-weight: 600;
    transition: 0.3s ease;
}

footer .btn a.yellow {
    text-decoration: none;
    font-size: 0.9rem;
    color: #fff;
    background: #fdc93bee;
}

footer .btn a.yellow:hover {
    background: #f7f3e9;
    color: rgb(21, 21, 100);
}

/*Pioneers*/
#pioneers-home {
    background-image: linear-gradient(rgba(9, 5, 54, 0.3), rgba(5, 4, 46, 0.7)), url("images/background2.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding-top: 75px;
    width: 100%;
    height: 30vh;
}

#pioneers-home h2{
    color: #fff;
    font-size: 2.2rem;
    letter-spacing: 1px;
}

#pioneers-list{
    padding: 2vw 8vw 0 8vw;
    text-align: center;
}

#pioneers-list .list{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    grid-gap: 1rem;
    margin-top: 50px;
    
}

#pioneers-list .list .profile{
    background: #F9F9FF;
    padding: 2rem;
    border-style: ridge;
    border-color: #FDC93B;
    border-width: 2px;
}

#pioneers-list .list .profile img{
    width: 150px;
    border-radius: 50%;
    border: 1px solid #000;
    padding: 5px;
}

#pioneers-list .list a{
    text-decoration: none;
    color: #29303B;
}

/*Pioneer's page*/

#ShortDescription {
    display: flex;
    align-items: center;
    padding: 2vw 8vw 2vw 8vw;
}

#ShortDescription .about-img {
    width: 410px;
    padding-right: 50px;
}

#ShortDescription .about-img img {
    width: 350px;
}

#ShortDescription .about-text h2 {
    color: #101C32;
    font-size: 1.8rem;
}

#ShortDescription .about-text p, li {
    color: #686F7A;
    font-weight: 300;
    text-align: justify;
}

#ShortDescription .about-text li::marker{
    color: #29303B;
}

#ShortDescription .about-text .text {
    margin-top: 10px;
    margin-left: 15px;
}

#ShortDescription .about-text .text h5 {
    font-size: 1.1rem;
    color: #29303B;
    margin-bottom: 3px;
    margin-top: 10px;
}


#quote {    
    padding: 0vw 8vw 0 8vw;
    text-align: center;
}

#quote .fea-base {
    display: grid;
    margin-top: 10px;
}

#quote .fea-box {
    background: #F9F9FF;
    padding: 1.5rem;
    text-align: justify;
}

#quote .fea-box h3 {
    font-size: 1.1rem;
    font-weight: 600;
    color: rgb(46, 46, 59);
    padding: 13px 0 7px 0;
} 

#quote .fea-box p {
    font-size: 1rem;
    font-weight: 400;
    color: rgb(70, 70, 87);
}

#LongDescription {
    display: flex;
    align-items: center;
    padding: 2vw 8vw 2vw 8vw;
}


#LongDescription .about-text {
    width: 100%;
}

#LongDescription .about-text p, li {
    color: #686F7A;
    font-weight: 300;
    text-align: justify;
}

#LongDescription .about-text li::marker{
    color: #29303B;
}

#LongDescription .about-text .text {
    margin-top: 10px;
    margin-left: 20px;
}

#LongDescription .about-text .text h5 {
    font-size: 1.1rem;
    color: #29303B;
    margin-bottom: 3px;
    margin-top: 20px;
}

#LongDescription .about-text .text ul li ul li{
    margin-left: 20px;
}

#LongDescription .about-text .text ul li a:link{
    color:#686F7A;
}

#LongDescription .about-text .text ul li a:visited{
    color:#686F7A;
}

#LongDescription .about-text .text ul li a:hover{
    color:#FDC93B;
}

#LongDescription .about-text .text ul li a:active{
    color:#FDC93B;
}

#photo {
    display: flex;
    flex-wrap: wrap;
    padding: 2vw 8vw 0vw 8vw;
}

#photo .photo-content {
    width: 325px;
    background-color: #F9F9FF;
    overflow: hidden;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
    margin: 10px;
}

#photo .photo-content img{
    width: 100%;
    height: auto;
}

#photo .photo-content .photo-description {
    padding: 1.3rem;
}

#photo .photo-content .photo-description a:link{
    color:#686F7A;
}

#photo .photo-content .photo-description a:visited{
    color:#686F7A;
}

#photo .photo-content .photo-description a:hover{
    color:#FDC93B;
}

#photo .photo-content .photo-description a:active{
    color:#FDC93B;
}

#photo .photo-content .photo-description p {
    color: #686F7A;
    font-size: 0.9rem;
}