*{
    margin: 0;
    padding: 0;
    font-family: 'Ubuntu Light', "Lucida Grande", "Lucida Sans", Verdana, "sans-serif";
}


:root{
    --darkgray: #707070;
    --lightgray: #e7e8ea;
    --darkgreen: #034f43;
    --green: #3b9071;
}

body{
    margin: 0 auto;
    background-color: white;
    background: white;
}

main{
    max-width: 2000px;
    margin: 0 auto;
}

/*

 ▄▄       ▄▄  ▄▄▄▄▄▄▄▄▄▄▄  ▄▄▄▄▄▄▄▄▄▄▄  ▄▄        ▄       ▄▄▄▄▄▄▄▄▄▄▄  ▄▄▄▄▄▄▄▄▄▄▄  ▄         ▄  ▄            ▄▄▄▄▄▄▄▄▄▄▄  ▄▄▄▄▄▄▄▄▄▄▄ 
▐░░▌     ▐░░▌▐░░░░░░░░░░░▌▐░░░░░░░░░░░▌▐░░▌      ▐░▌     ▐░░░░░░░░░░░▌▐░░░░░░░░░░░▌▐░▌       ▐░▌▐░▌          ▐░░░░░░░░░░░▌▐░░░░░░░░░░░▌
▐░▌░▌   ▐░▐░▌▐░█▀▀▀▀▀▀▀█░▌ ▀▀▀▀█░█▀▀▀▀ ▐░▌░▌     ▐░▌     ▐░█▀▀▀▀▀▀▀▀▀  ▀▀▀▀█░█▀▀▀▀ ▐░▌       ▐░▌▐░▌          ▐░█▀▀▀▀▀▀▀▀▀ ▐░█▀▀▀▀▀▀▀▀▀ 
▐░▌▐░▌ ▐░▌▐░▌▐░▌       ▐░▌     ▐░▌     ▐░▌▐░▌    ▐░▌     ▐░▌               ▐░▌     ▐░▌       ▐░▌▐░▌          ▐░▌          ▐░▌          
▐░▌ ▐░▐░▌ ▐░▌▐░█▄▄▄▄▄▄▄█░▌     ▐░▌     ▐░▌ ▐░▌   ▐░▌     ▐░█▄▄▄▄▄▄▄▄▄      ▐░▌     ▐░█▄▄▄▄▄▄▄█░▌▐░▌          ▐░█▄▄▄▄▄▄▄▄▄ ▐░█▄▄▄▄▄▄▄▄▄ 
▐░▌  ▐░▌  ▐░▌▐░░░░░░░░░░░▌     ▐░▌     ▐░▌  ▐░▌  ▐░▌     ▐░░░░░░░░░░░▌     ▐░▌     ▐░░░░░░░░░░░▌▐░▌          ▐░░░░░░░░░░░▌▐░░░░░░░░░░░▌
▐░▌   ▀   ▐░▌▐░█▀▀▀▀▀▀▀█░▌     ▐░▌     ▐░▌   ▐░▌ ▐░▌      ▀▀▀▀▀▀▀▀▀█░▌     ▐░▌      ▀▀▀▀█░█▀▀▀▀ ▐░▌          ▐░█▀▀▀▀▀▀▀▀▀  ▀▀▀▀▀▀▀▀▀█░▌
▐░▌       ▐░▌▐░▌       ▐░▌     ▐░▌     ▐░▌    ▐░▌▐░▌               ▐░▌     ▐░▌          ▐░▌     ▐░▌          ▐░▌                    ▐░▌
▐░▌       ▐░▌▐░▌       ▐░▌ ▄▄▄▄█░█▄▄▄▄ ▐░▌     ▐░▐░▌      ▄▄▄▄▄▄▄▄▄█░▌     ▐░▌          ▐░▌     ▐░█▄▄▄▄▄▄▄▄▄ ▐░█▄▄▄▄▄▄▄▄▄  ▄▄▄▄▄▄▄▄▄█░▌
▐░▌       ▐░▌▐░▌       ▐░▌▐░░░░░░░░░░░▌▐░▌      ▐░░▌     ▐░░░░░░░░░░░▌     ▐░▌          ▐░▌     ▐░░░░░░░░░░░▌▐░░░░░░░░░░░▌▐░░░░░░░░░░░▌
 ▀         ▀  ▀         ▀  ▀▀▀▀▀▀▀▀▀▀▀  ▀        ▀▀       ▀▀▀▀▀▀▀▀▀▀▀       ▀            ▀       ▀▀▀▀▀▀▀▀▀▀▀  ▀▀▀▀▀▀▀▀▀▀▀  ▀▀▀▀▀▀▀▀▀▀▀ 
                                                                                                                                       
*/

/*------------------- NAVIGATION------------------- */

nav{
    height: 30px;
    padding: 3% 5%;
    align-content: center;
}

#nav-container{
    display: flex;
    justify-content: space-between;
    
    width: 100%;
    height: 100%;
}

nav ul{
    display: flex;
    list-style-type: none;
}

nav ul li{
    width: 100px;
    align-self: center;
}

#navigation-links a {
    text-decoration: none;
}

.menu-icon{
    display: none;
}

/*------------------- TAGS ------------------- */

section{
    width: 100%;
    margin: 0 auto;
}


section h2{
    margin: 50px 0;
    text-align: center;
    font-weight: lighter;
    color: var(--darkgreen);
}

h1{
    margin-bottom: 50px;
    color: #034f43;
}

h2 span{
    font-weight: bold;
}

h4{
    color: var(--green);
    margin-bottom: 12px;
}

h5{
    margin-bottom: 14px;
}

p{
    color: var(--darkgray);
    line-height: 150%;
}

img{
    width: 100%;
    height: 100%;
    display:block;
}

button{
    border: none;
    cursor: pointer;
}

footer{
    background-color: var(--darkgreen);
}

/*------------------- CLASSES------------------- */

.section-cont{
    box-sizing: border-box;
    padding: 10%;

}

.flex-container{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.main-btn{
    display: block;
    margin: 0 auto;
    margin-top: 30px;
    
    text-decoration: none;
    text-align: center;
    color: white;
    font-weight: bold;
}

.main-btn, .add-to-cart-btn{
    padding: 10px 0;
    border-radius: 50px;
    background-color: #034f43;
    
    transition: all 0.5s;
}

.main-btn:hover{
    background-color: white;
    color: #3b9071;
    outline: 3px solid #3b9071;
}

.footer-links {
    text-align: center;
    color: white;
    margin-bottom: 10px;
}

.footer-links a{
    display: inline-block;
    padding: 0 20px;
    text-decoration: none;
    color: white;
}

.footer-links a:hover{
    text-decoration: underline;
}

.footer-links .social-icon{
    display: inline-block;
    width: 30px;
}

/*------------------- IDS------------------- */

#header-section{
    min-height: 800px;
    color: #034f43;
    text-align: center;
    
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
}


#header-section + section h2{
    margin-top: 0;
}

#header-section p{
    text-align: center;
}

#footer-container{
    padding: 2.5% 5%;
}

#footer-container #copyright_info{
    text-align: center;
    font-size: 50%;
    margin-top: 50px;
}

/*----------------------------------------------------------*/
/*----------------- HOME STYLES - General ------------------*/
/*----------------------------------------------------------*/

#home-page #header-section{
    background-image: url("../img/header-home.png");
}

.plant-card{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    
    margin: 2.5%;
    background-color: white;
    border-radius: 50px;
    box-shadow: 0px 6px 10px rgba(0,0,0,0.2);
}

.plant-img-container{
    width: 100%;
}

.plant-img-container img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    border-radius: 50px 50px 0 0 ;
}

.plant-info-container{
    display: flex;
    flex-direction: column;
    padding: 30px;
}

.plant-price{
    color: #CF4042;
    font-style: italic;
}

.plant-info-container p{
    margin-bottom: 20px;
    text-align: left;
    font-size: small;
    max-height: 120px;
    overflow: auto;
}

.add-to-cart-btn{
    height: 30px;
    border: none;
    cursor: pointer;

    background-image: url("../img/icon-add-to-cart-white.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}


.add-to-cart-btn:hover{
    background-color: white;
    color: #3b9071;
    outline: 3px solid #3b9071;
    
    background-image: url("../img/icon-add-to-cart-green.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

#home-page #sign-up-section .section-cont{
    background-color: var(--lightgray);
    background-repeat: no-repeat;
    background-size: 90%;
}

#home-page #sign-up-section img{
    object-fit: contain;
}

/*----------------------------------------------------------*/
/*----------------- SHOP STYLES - General ------------------*/
/*----------------------------------------------------------*/

#shop-page #header-section{
    background-image: url("../img/header-shop.png");
    background-size: cover;
}

.filter-btn{
    padding: 10px 0;
    margin: 2.5%;
    border-radius: 50px;
    text-align: center;
    transition: all 0.5s;
}

.filter-btn:hover{
    background-color: var(--darkgreen);
    color: white;
    font-weight: bold;
}


.filter-btn:focus{
    background-color: var(--darkgreen);
    color: white;
    font-weight: bold;
}

/*----------------------------------------------------------*/
/*----------------- TIPS STYLES - General ------------------*/
/*----------------------------------------------------------*/


#tips-page #header-section{
    background-image: url("../img/header-tips.png");
    background-size: cover;
}

.grid-container{
    display: grid;
}

.grid-img img{
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.grid-text{
    width: 100%;
    height: 100%;
    padding: 30px;
    box-sizing: border-box;
    
    background-color: var(--lightgray);
    color: white;
}


/*----------------------------------------------------------*/
/*--------------- CONTACT STYLES - General -----------------*/
/*----------------------------------------------------------*/

#contact-page #header-section{
    background-image: url("../img/header-contact.png");
    background-color: #e7e8ea;
}

#contact-page #contact-section{
    background-color: #e7e8ea;    
}

.form input, .form textarea{
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
    margin: 5px 0 20px 0;    
    border: 2px solid #e7e8ea;
    border-radius: 10px; 
}

.form textarea{
    height: 100px;
}

.form input:focus, .form textarea:focus{
    outline: 3px solid #3b9071;
}

.form label{
    color: #707070;
    margin-left: 5px;
}


/*----------------------------------------------------------*/
/*--------------- ABOUT STYLES - General -------------------*/
/*----------------------------------------------------------*/

#about-page #header-section{
    background-image: url("../img/header-about.png");
    background-color: var(--darkgreen);
}

#about-page #mission-section{
    background-color: var(--darkgreen);
}

#about-page #mission-info{
    margin-bottom: 50px;
}


#about-page #mission-info h2, #mission-info p {
    color: white;
    text-align: center;
}

#mission-section .mission-img{
    height: 400px;
    object-fit: cover;
}

#adv-section{
    background-color: white;
}

.adv-card{
    margin: 2.5%;
    padding: 20px;
    box-sizing: border-box;
    
    background-color: white;
    border-radius: 50px;
    box-shadow: 0px 6px 10px rgba(0,0,0,0.2);
}

.adv-icon-container{
    height: 100px;
}

.adv-info-container{
    text-align: center;
    margin-top: 20px;
}

/*----------------------------------------------------------*/
/*--------------- SIGN UP STYLES - General -----------------*/
/*----------------------------------------------------------*/

#signup-page #signup-section{
    background-color: var(--lightgray);
    background-image: url(../img/v-signup.png);
    background-size: contain;
}

#signup-page h1{
    margin-bottom: 10px;
}

#signin-link{
    margin-bottom: 20px;
}


#signin-link a{
    color: var(--green);
}

#signup-page .flex-container{
    justify-content: space-between;
}

#signup-page .form-container{
    display: flex;
    flex-direction: column;

    margin-top: 50px;
}



/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    
    /*----------------------------------------------------------*/
    /*------------------- MAIN STYLES-MOBILE -------------------*/
    /*----------------------------------------------------------*/  

    nav{
        display: flex;
        flex-direction: column;
        
        height: 25px;
    }

    .menu-icon{
        display: flex;
        padding: 5px 15px;
        background-color: #034f43;
        border-radius: 50px;    
    }
    
    .menu-icon img{
        object-fit: contain;
        margin: 0 auto;
    }
    
    #navigation-links {
        display: none;
        justify-content: center;
        z-index: 999;
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        
        
        background-color: #034f43;
        padding: 20px;
        text-align: center;
        
        transition: 0.5s;
    }
    
    #navigation-links .menu-icon img{
        object-fit: contain;
        width: 50%;
    }

     #navigation-links ul{    
        height: 500px;
        flex-direction: column;
        justify-content: space-around;
    }
    
    nav ul li a{
        color: white;
    }
    
    #nav-container div{
        width: 50%;
        height: 100%;
    } 
    
    h1{
        font-size: 36px;
    }
    
     section h2{
         font-size: 30px;
    }
    
    h4{
        font-size: 16px;
    }

    p{
        font-size: 12px;
    }
    
    footer{
        text-align: center;
    }

    .main-btn{
        width: 50%;
        font-size: small;
    }
    
    .flex-container{
        justify-content: center;
    }
    
    .flex-w70, .flex-w50, .flex-w33, .flex-w30{
        width: 100%;
    }
    
    .flex-w25{
        width: 45%;
    }
    
    
    /*----------------------------------------------------------*/
    /*------------------ HOME STYLES - MOBILE ------------------*/
    /*----------------------------------------------------------*/

    .plant-card{
        width: 100%;
    }
    
    .plant-img-container{
        height: 250px;
    }
    
      #sign-up-section .flex-w50{
        text-align: center;
    }
    
    #contact-img{
        display: none;
    }
    
        
    /*----------------------------------------------------------*/
    /*------------------ SHOP STYLES - MOBILE ------------------*/
    /*----------------------------------------------------------*/
    
    .filter-btn{
        width: 45%;
    }
    
    /*----------------------------------------------------------*/
    /*------------------ TIPS STYLES - MOBILE ------------------*/
    /*----------------------------------------------------------*/
    
        
    .grid-container{
        grid-template-columns:100%;
        grid-template-rows: repeat(200px,4);
        grid-row-gap: 20px;
    }

    .grid-text{
        padding: 20px;
        box-sizing: border-box;
    }
    
    .grid-img {
        display: none;
    }

    /*----------------------------------------------------------*/
    /*------------------ CONTACT STYLES - MOBILE ---------------*/
    /*----------------------------------------------------------*/
    
    .form-container button{
        align-self: center;
    }
    
    /*----------------------------------------------------------*/
    /*------------------ ABOUT STYLES - MOBILE ----------------*/
    /*----------------------------------------------------------*/
    
    #about-page #mission-section{
        
    }

    .adv-card{
        width: 100%
    }

    /*----------------------------------------------------------*/
    /*------------------ SIGN UP STYLES - MOBILE ---------------*/
    /*----------------------------------------------------------*/


    #signup-page h1{
       text-align: center;
    }
    
    #signup-page #signup-img-container{
        display: none;
    }
    
    #signup-section #signin-link{
        text-align: center;
    }

}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
    
    /*----------------------------------------------------------*/
    /*------------------- MAIN STYLES-TABLET -------------------*/
    /*----------------------------------------------------------*/  

    nav{
        display: flex;
        flex-direction: column;
    }

    .menu-icon{
        display: flex;
        padding: 5px 15px;
        background-color: #034f43;
        border-radius: 50px;
        cursor: pointer;   
    }
    
    .menu-icon img{
        object-fit: contain;
        margin: 0 auto;
    }
    
    #navigation-links {
        display: none;
        justify-content: center;
        z-index: 999;
        
        background-color: #034f43;
        padding: 20px;
        text-align: center;
    }
    
     #navigation-links ul{    
        height: 500px;
        flex-direction: column;
        justify-content: space-around;
    }
    
    nav ul li a{
        color: white;
    }
    
    #nav-container div{
        width: 50%;
        height: 100%;
    }
    
    h1{
        font-size: 40px;
    }

     section h2{
         font-size: 38px;
    }
    
    h4{
        font-size: 18px;
    }
    
    p{
        font-size: 12px;
    }
    
    .main-btn{
        width: 50%;
    }

    .flex-w70{
        width: 100%;
    }
    
    .flex-w50{
        width: 100%;
    }
    
    .flex-w30{
        width: 100%;
    }

    /*----------------------------------------------------------*/
    /*------------------ HOME STYLES - TABLET ------------------*/
    /*----------------------------------------------------------*/
    
    
    .plant-img-container{
        height: 250px;
    }
  
      #sign-up-section .flex-w50{
        text-align: center;
    }
    
     
    #contact-img{
        display: none;
    }
    
        
    /*----------------------------------------------------------*/
    /*------------------ SHOP STYLES - TABLET ------------------*/
    /*----------------------------------------------------------*/
    
     .filter-btn{
        width: 45%;
    }
    
    .plant-card{
        width: 45%;
    }
    
    .plant-img-container{
        height: 250px;
        border-radius: 50px;
    }
    
    /*----------------------------------------------------------*/
    /*------------------ TIPS STYLES - TABLET ---------------*/
    /*----------------------------------------------------------*/
    
    .grid-container{
        height: 1000px;
        grid-template-columns:50% 50%;
        grid-template-rows: 25% 25% 25% 25%;
    }
    
     /*----------------------------------------------------------*/
    /*------------------ CONTACT STYLES - TABLET ---------------*/
    /*----------------------------------------------------------*/
    
    .form-container button{
        align-self: center;
    }
    
    /*----------------------------------------------------------*/
    /*------------------ ABOUT STYLES - DESKTOP ----------------*/
    /*----------------------------------------------------------*/
    
    .adv-card{
        width: 100%
    }

    /*----------------------------------------------------------*/
    /*------------------ SIGN UP STYLES - TABLET ---------------*/
    /*----------------------------------------------------------*/

    
    #signup-page h1{
       text-align: center;
    }
    
    #signup-page #signup-img-container{
        display: none;
    }
    
    #signup-section #signin-link{
        text-align: center;
    }

}

/* Large devices (lapxops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    
    /*----------------------------------------------------------*/
    /*------------------- MAIN STYLES-DESKTOP ------------------*/
    /*----------------------------------------------------------*/
    
    /*main{
        box-sizing: border-box;
        border: 2px solid var(--darkgreen);
    }*/
    
    nav{
        display: flex;
        flex-direction: row;
    }
    
    .menu-icon{
        display: none;
        
    }
    
    #navigation-links {
        display: flex;
        justify-content: center;

        padding: 0;
        background-color: transparent;
    }
    
    #navigation-links ul{    
        flex-direction: row;
        height:auto;
    }
    
    #navigation-links li a{
        color: #707070;
        transition: text-decoration 1s;
        transition-timing-function: linear;
    }
    
     #navigation-links li .active-link{
        color: #3b9071;
        font-weight: bold;
        text-decoration: underline wavy;
        text-underline-offset: 5px;
    }
    
    #navigation-links li a:hover{
        color: #3b9071;
        font-weight: bold;
    }
    
    h1{
        font-size: 50px;
    }
    
    section h2{
         font-size: 40px;
    }
    
    h4{
        font-size: 22px;
    }
    
    p{
        font-size: 18px;
    }
    
    
    #header-section .section-cont{
        padding: 0 10% 10% 10%;
    }

    .main-btn{
        width: 150px;
    }
    
    .btn-right{
        float: right;
    }
    
    .btn-right + *{
        clear: both;
    }
    
    .flex-w70{
        width: 70%;
    }
    
    .flex-w50{
        width: 50%;
    }

    
    .flex-w30{
        width: 30%;
    }
    
    .flex-w25{
        width: 20%;
    }
    
    /*----------------------------------------------------------*/
    /*------------------ HOME STYLES - DESKTOP -----------------*/
    /*----------------------------------------------------------*/
    
    .plant-card{
        width: 20%;
    }
    
    .plant-img-container{
        height: 300px;
        border-radius: 50px;
    }
    
    .plant-name{
        text-align: left;
    }
    
    .add-to-cart-btn{
        align-self: flex-end;
        width: 100px;
    }

    #sign-up-section .flex-w50{
        height: 400px;
    }
    
    #home-page #contact-img{
        display: block;
        position: absolute;
        right: 0;
        z-index: -99;
    }

    #home-page #contact-img img{
        
        object-fit: cover;
    }
    
    /*----------------------------------------------------------*/
    /*------------------ SHOP STYLES - DESKTOP --------------*/
    /*----------------------------------------------------------*/
    
    
    .filter-btn{
        width:20%;
    }
    
    /*----------------------------------------------------------*/
    /*------------------ CONTACT STYLES - DESKTOP --------------*/
    /*----------------------------------------------------------*/
    
    .form-container{
        display: flex;
        flex-direction: column;
    }
    
    /*----------------------------------------------------------*/
    /*------------------ ABOUT STYLES - DESKTOP --------------*/
    /*----------------------------------------------------------*/
    
    .adv-card{
        width: 28.33%
    }

    /*----------------------------------------------------------*/
    /*------------------ SIGN UP STYLES - DESKTOP --------------*/
    /*----------------------------------------------------------*/

    #signup-page #signup-img-container{
        display: block;
        position: absolute;
        right: 0;
        height: 100%;

    }
    
    #signup-img-container img{
        object-fit: contain;
    }
     #signup-section #signin-link, #signup-page h1{
        text-align: left;
    }

}
