body {
    margin: auto;
    /* background-image: url('./images/solar-panels.jpg'); */
    background-image: url('./images/leaf_new.png');

    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 113%;
   
    background-position-y: 25px;
    background-position: top center;
    width: auto;
    font-size: 1em;
    font-family:  'Bahnschrift';
    font-weight: 500;
}

header {
    background-color: #B8E8B1;

    display: flex;
    align-items: center;
    
}

header text {
    
    font-size: 3.6em;
    color: #135930;
    letter-spacing: -0.1rem;
}

header a {
    text-decoration: none;

}


header img {
    width: 7rem;
    margin: 1rem;
    margin-right: 2rem;
    text-decoration: none;

}

header nav {
    margin-left: 3em;
    display: flex;
    justify-content: space-between;
    padding: 10px;
}



header nav a {
    margin-left: 1em;
    color: #135930;
    font-size: 1.8rem;
    font-style: normal;
}







.logo-name-container {
    display: flex;
    align-items: center;
}











.main-index {
    width: 100%;
    margin-top: 20em;



    /* background-color: #DAF7D6; */

}



.margin-filler {
    width: 100%;
    background-color: #DAF7D6;
}

.index-text {
    background-color: #DAF7D6;
    margin: auto;
    width: 90%;
    font-size: 200%;
    line-height: 140%;
    font-weight: 200;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
}







.dunno-fix-icons {
    background-color: #DAF7D6;
        margin-top: 800px;
        height: 40px;
}




.intro-icons {
    background-color: #DAF7D6;
    margin: auto;
    width: 90%;
    font-size: 200%;
    line-height: 140%;
    font-weight: 200;
    text-align: center;
    margin-bottom: 30px;
}




.icons-container {  
    /* background-color: burlywood; */
    width: 90%;
    margin: auto;

    display: flex;
    justify-content: space-between;
}



.icons-container div {
    /* background-color: rgb(23, 27, 27); */
    width: 25%;
}

.icons-container img {
    cursor: pointer;
    /* transition: background-color 0.2s linear, filter 0.2s linear; */

    background-color: #B8E8B1;
    border-style: solid;
    border-width: 0px;

    transition: border-color 0.2s linear, border-width 0.2s ease-out;

    border-color: rgba(0, 255, 255, 0);
    border-radius: 16%;
    margin-bottom: -35px;
}


.icons-container img:hover {
    border-width: 12px;
    border-color: #135930;
}



.icons-container p {
    /* background-color: crimson; */
    width: 85%;
    margin-left: 7.5%;
    font-size: 230%;
    text-align: center;
    color: #135930;
    font-weight: 500;

}





footer {
    background-color: #135930;
    position: relative;
    height: 5em;
    width: 100%;
    margin-top: 10%;
    display: flex;
    align-items: center;
}

footer text {
    color: rgba(255, 255, 255, 0.795);
    font-size: 1.3em;
    font-weight: 400;
    margin-left: 1em;
}







@media all and (max-width: 800px) {

    body {
        background-image: url('/images/leaf.jpg');
        background-size: 160%;
        background-position-y: -90px;
        background-position-x: -140px;
    }

    header {
        width: 100%;
        height: 175px;
        display: inline-block;

        background-color: #B8E8B1;

    }


    header text {
        font-size: 2em;
        color: #135930;
        letter-spacing: -0.1rem;
    }
    
    header a {
        text-decoration: none;
    
    }
    
    
    header img {
        width: 5rem;
        margin: 1rem;
        margin-right: 1rem;
        text-decoration: none;
    
    }
    
    header nav {
        width: 90%;
        margin: auto;
        border: 3px solid #135930;
        border-radius: 8px;
        background-color: #daf7d66c;

       /* margin-left: 0px;
        margin-right: 0px; */
    
    }
    
    header nav a {

        padding: 0px;
        padding-left: 5px;
        padding-right: 5px;

        /* border: 3.5px solid #135930;
        border-radius: 8px; */
        margin-left: 0px;
        margin-right: 0px;
        color: #135930;
        font-size: 1.2em;
        font-style: normal;
    }






    /* .nav-separator {
        background-color: #13593000;
        font-size: 0px;
        border: 0px solid #135930;
        border-radius: 8px;
    } */
    



    .main-index {
        margin-top: 15em;

    }




    .index-text {
        background-color: #DAF7D6;
        width: 90%;
        font-size: 140%;
        font-weight: 200;
        text-align: justify;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    
    









    





    .dunno-fix-icons {
        background-color: #DAF7D6;
            margin-top: 800px;
            height: 40px;
    }




    .intro-icons {
        background-color: #DAF7D6;
        margin: auto;
        width: 90%;
        font-size: 140%;
        line-height: 140%;
        font-weight: 200;
        text-align: center;
        margin-bottom: 30px;
    }




    .icons-container {  
        width: 90%;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        align-items: center;

    }



    .icons-container div {
        /* background-color: rgb(23, 27, 27); */
        width: 60%;
        margin-bottom: 20px;
    }

    .icons-container img {
        cursor: pointer;
        /* transition: background-color 0.2s linear, filter 0.2s linear; */
        background-color: #B8E8B1;
        border-style: solid;
        border-width: 0px;

        border-width: 6px;
        border-color: #135930;
        border-radius: 16%;
        margin-bottom: -35px;
    }


    .icons-container img:hover {
        border-width: 12px;
        border-color: #135930;
    }



    .icons-container p {
        width: 85%;
        margin-left: 7.5%;
        font-size: 250%;
        text-align: center;
        color: #135930;
        font-weight: 500;

    }


    footer {
        height: 4em;
        margin-top: 30%;
        display: flex;
        align-items: center;
    }


    footer text {
        color: rgba(255, 255, 255, 0.795);
        font-size: 0.9em;
        font-weight: 400;
        margin-left: 1em;
    }







}