/*Vania Góngora / Nov 13 2023 / WEB140-0002*/



*{
    box-sizing: border-box;
}







/* General styles*/


body{
    font-family: 'Poppins', sans-serif; 
    margin: 0;
    padding: 0;
    color: #333;
    background-color: aliceblue;
}

h1{font-size: 6.5em;}
h2{font-size: 2.3em;}
h3{font-size: 1.5em;}
p{font-size: 1.25em;}
ul{list-style: none;}

.button-container {
    font-family: 'Poppins', sans-serif;
    font-size: 1.25em;
    font-weight: 600;
    padding: 10px 20px;
    border-radius: 5px;
    background-color: #FF5733;
    color: #fff;
    transition: background-color 0.3s;
    display: inline-block; /* or display: inline; */
}

.button-container:hover {
    background-color: #E34920;
}

a {
    text-decoration: none;
    color: inherit; /* Use the container's color */
}

.container{
    max-width: 1400px;
    margin: auto;
}






/*Header Styles*/



header {
    background-color: aliceblue;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 110px;
}

.logo {
    display: flex;
    align-items: center;
}

.logo img {
    overflow: clip;
    height: 56px;
}

header nav .nav-container {
    display: flex;
    align-items: center;
    padding-right: 20px;
}

header nav ul {
    list-style: none;
    display: flex;
}

header nav ul li {
    margin-right: 20px;
}

header nav ul li a {
    text-decoration: none;
    color: #97ba5f;
    font-size: 1.3rem;
    font-weight: 600;
    padding-right: 35px;
}

header nav ul li a:hover {
    color: #254d3e;
}

header .login-button {
    margin-left: 60px; /* Adjust the spacing between the nav links and the login button */
    padding: 10px 20px;
    border-radius: 5px;
    background-color: #FF5733;
    color: #fff;
    text-decoration: none;
    transition: background-color 0.3s;
    font-weight: 600;
}

header .login-button:hover {
    background-color: #E34920;
    color: aliceblue;
}









#tiny-seed {
    background-image: linear-gradient(
        0deg,
        rgba(0, 0, 0, 0.7),
        rgba(0, 0, 0, 0.7)
    ), url(../Images/banner-story-image.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

#tiny-seed .container {
    justify-content: center;
    text-align: center;
    padding-top: 100px;
    padding-bottom: 100px;
}

#tiny-seed h1 {
    color: aliceblue;
    margin: 0%;
}

#tiny-seed p {
    color: aliceblue;
    margin: 0%;
    padding-top: 50px;
    padding-left: 250px;
    padding-right: 250px;
}










#our-journey{
    background-color: aliceblue;
    justify-content: space-between;
    display: flex;
    font-size: 2vh;
    padding: 50px 0px;
}

#our-journey .container{
    padding: 70px;                   
    text-align: start;
    padding-left: 100px;
    margin: 0%;
}

#our-journey .container h1{
    margin: 0%;
    font-size: 2.3em;
    
}

#our-journey .container h2{
    padding-right: 100px;
    margin: 0%;
    color: #97ba5f;
    padding-top: 30px;
    padding-bottom: 30px;
}

#our-journey .container p{
    padding-right: 150px;
    margin-bottom: 0%;
    margin: 0%;
}


#our-journey .our-journey-image{
    align-items: center;
    display: flex;
    padding-right: 100px;
}

#our-journey .our-journey-image img{
    width: 450px;
    border-radius: 30px;
    border: 0cap;
}










#peak {
    background-color: #97ba5f;
    font-size: 2vh;
    justify-content: space-between;
    display: flex;
    color: aliceblue;
    padding: 50px 0px;
}

#peak .container{
    background-color: #97ba5f;
    padding: 70px;                   
    text-align: end;
    padding-right: 100px;
}

#peak .peak-image{
    align-items: center;
    display: flex;
    padding-left: 100px;
}

#peak img{
    width: 450px;
    border-radius: 30px;
    border: 0cap;
}

#peak .container h2{
    padding-left: 30px;
    margin: 0px;
    padding-bottom: 30px;
}

#peak .container p{
    padding-bottom: 20px;
    padding-left: 300px;
    margin: 0px;
}

#peak ul{
    text-align: end;
    font-size: 19px;
    font-weight: 600;
    margin-top: 0px;
    border-right-style: solid;
    border-right-width: 0.3em;
    border-right-color: aliceblue;
}

#peak ul li{
    padding-right: 20px;
}









#Join-us{
    background-color: aliceblue;
    font-size: 2vh;
    justify-content: space-between;
    display: flex;
}

#Join-us .container{
    background-color: aliceblue;
    padding: 70px;                   
    padding-left: 150px;
    padding-right: 150px;
    text-align: center;
    
}

#Join-us .container h2{
    color: #97ba5f;
}

#Join-us .container p{
    padding-bottom: 20px;
    padding-left: 100px;
    padding-right: 100px;
}






/*Footer Styles*/



footer{
    background-color: #254d3e;
    color: aliceblue;
    padding: 0px;
    text-align: center;
    flex-direction: column;
    font-size: 1.5vh;
}


footer a{
    text-decoration: none;
    color: aliceblue;
}

footer a:hover{
    text-decoration: underline;
}

footer p{
    font-size: 1em;
    display: flex;
    justify-content: flex-end;
    margin: 0px;
}


footer .container{
    padding: 50px;
    padding-bottom: 50px;
    padding-top: 30px;
    display: flex;
    justify-content: space-between;
    
}


footer .container .contact-info{
    flex-direction: column;
    text-align: start;
    padding-top: 10px;
}

footer .container .contact-info p{
    justify-content: flex-start;
    text-align: start;
    line-height: 20px;
    padding: 0px;
}

footer .container .contact-info h3{
    margin: 0px;
    padding-bottom: 15px;
}

footer .container .social-media{
    flex-direction: column;
    padding-top: 10px;
}

footer .container .social-media h3{
    margin: 0%;
}

footer .container .social-media .icons{
    flex-direction: column;
    justify-content: center;
    padding-top: 20px;
}

footer .container .social-media .icons .facebook{
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 7px;
    padding-bottom: 7px;
}

footer .container .social-media .icons .twitter{
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 10px;
    padding-top: 7px;
}

footer .container .facebook p{
    padding: 0px;
    padding-left: 7px;
    justify-content: center;
    align-items: center;
}

footer .container .twitter p{
    padding: 0px;
    padding-left: 7px;
    align-items: center;
    justify-content: center;
}

footer .container .facebook img{
    width: 25px;
    align-items: center;
}

footer .container .twitter img{
    width: 20px;
    align-items: center;
}

footer .container .resource{
    text-align: right;
    flex-direction: column;
    justify-content: flex-start;
    padding-top: 10px;
}
footer .container .resource h3{
    margin: 0%;
    padding-bottom: 15px;
}

footer .container .resource p{
    padding-top: 5px;
    padding-bottom: 5px;
}

footer .copyright{
    padding-right: 50px;
    padding-left: 50px;
    padding-bottom: 20px;
}

footer .copyright p{
    justify-content: center;
    align-items: center;
    border-top-style: solid;
    padding-top: 20px;
}





/*Media Queries*/



@media (max-width: 1470px) {
    h1 { font-size: 5.5em; }
    h2 { font-size: 2.3em; }
    h3 { font-size: 1.5em; }
    p { font-size: 1.25em; }
    ul { list-style: none; }

    header {
        flex-direction: column;
        align-items: center;
        height: auto;
    }

    header nav .nav-container {
        flex-direction: column;
    }

    header nav ul {
        flex-direction: column;
        text-align: center;
        align-items: center;
    }

    header li {
        margin-right: 0;
        margin-bottom: 10px;
    }

    header nav ul li {
        margin-right: 20px;
    }

    header ul .categories-container {
        flex-direction: column;
        padding-right: 0%;
        padding-bottom: 30px;
    }

    header nav ul li a {
        padding-right: 0px;
    }

    nav ul .login {
        align-items: center;
    }

    header .login-button {
        margin-left: 0px; 
    }

    header .logo {
        align-items: center;
        margin: 0%;
        padding: 25px 30px;
    }

    .logo img {
        height: 40px;
        width: auto;
    }
}









@media (max-width: 1150px) {
    
    h1{font-size: 5.5em;}
    h2{font-size: 2.3em;}
    h3{font-size: 1.5em;}
    p{font-size: 1.25em;}
    ul{list-style: none;}
    
    header  {
        flex-direction: column;
        align-items: center;
        height: auto;
    }

    header nav ul {
        flex-direction: column;
        text-align: center;
        align-items: center;
    }

    header li {
        margin-right: 0; 
        margin-bottom: 10px; 
    }

    header nav ul li{
        margin-right: 20px;

    }

    header ul .categories-container{
        flex-direction: column;
        padding-right: 0%;
        padding-bottom: 30px;
    }

    header nav ul li a {
        padding-right: 0px;
    }

    nav ul .login{
        align-items: center;
    }
    
    header .logo{
        align-items: center;
        margin: 0%;
        padding: 25px 30px;
    }
    
    .logo img{
        height: 40px;
        width: auto;
    }






    #tiny-seed{
        flex-direction: column;
    }
    
    #tiny-seed h1{
        font-size: 9vh;
        padding: 50px 50px;
        margin: 0px;
    }

    #tiny-seed p{
        padding: 0px;
        padding-left: 50px;
        padding-right: 50px;
    }





    #our-journey{
        flex-direction: column;
        font-size: 1.7vh;
        justify-content: center;
        padding: 0%;
        margin: 0;
    }

    #our-journey .container{
        padding: 50px;                   
        padding-top: 100px;
        text-align: center;
        margin: 0%;
    }
    
    #our-journey .container h1{
        margin: 0%;
    }
    
    #our-journey .container h2{
        margin: 0%;
        padding-right: 0px;
    }
    
    #our-journey .container p{
        padding-right: 0px;
    }
    
    
    #our-journey .our-journey-image{
        align-items: center;
        flex-direction: column;
        padding-right: 0px;
        padding-bottom: 100px;
    }
    
    #our-journey .our-journey-image img{
        width: 300px;
        border-radius: 30px;
        border: 0cap;
    }




    
    #peak {
        flex-direction: column;
        font-size: 1.7vh;
        justify-content: center;
        padding: 0%;
        margin: 0;
    }

    #peak .container{
        padding: 50px;                   
        padding-top: 30px;
        padding-bottom: 100px;
        text-align: center;
        margin: 0%;
    }
    
    #peak .container h2{
        margin: 0%;
        padding-left: 0px;
        padding-top: 20px;
        padding-bottom: 30px;
    }
    
    #peak .container p{
        padding-right: 0px;
        padding-left: 0px;
        padding-bottom: 0px;
        margin-top: 0px;
    }
    
    #peak .peak-image{
        align-items: center;
        justify-content: center;
        padding-left: 0px;
        padding-top: 100px;

    }
    
    #peak img{
        width: 300px;
        border-radius: 30px;
        border: 0cap;
    }

    #peak ul{
        text-align: center;
        font-size: 15px;
        font-weight: 600;
        margin-top: 30px;
        border-right: none;
    }
    
    #peak ul li{
        padding-right: 20px;
    }




    #Join-us{
        background-color: aliceblue;
        font-size: 1.7vh;
    }
    
    #Join-us .container{
        background-color: aliceblue;
        padding: 70px;                   
        padding-left: 50px;
        padding-right: 50px;
        text-align: center;
        
    }
    
    #Join-us .container h2{
        color: #97ba5f;
    }
    
    #Join-us .container p{
        padding-bottom: 10px;
        padding-left: 70px;
        padding-right: 70px;
    }
    
    footer{
        font-size: 1.2vh;
    }
    
}