 /* Original class footer1, pie */

.footer1{
    width: 100%;
    height: auto;
    display: flex;
    margin-top: auto;
}

.pie { 
    /* border: 2px solid beige; */
    width: 100%;
    /* height: 170px; */
    height: 150px;
    margin-top: auto; 
}

@media only screen and (min-width:290px) and (max-width:328px){
    .pie{
        height: 100px;
    }
}

@media only screen and (min-width:329px) and (max-width: 440px){
    .pie{
        height: 105px;
    }
}

@media only screen and (min-width:441px) and (max-width: 480px){
    .pie{
        height: 100px;
    }
}

@media only screen and (min-width:481px) and (max-width: 519px){
    /* 519 */
    .pie {
        height: 108px;
    }
}

@media only screen and (min-width:520px) and (max-width:599px) {
    .pie {
        height: 100px;
    }
}

@media only screen and (min-width:600px) and (max-width: 620px){
    .pie{
        height: 108px;
    }
}

@media only screen and (min-width:621px) and (max-width: 750px){
    .pie{
        height: 110px;
    }
}

@media only screen and (min-width:751px) and (max-width: 809px){
    .pie{
       height: 120px;
    }
}

@media only screen and (min-width:810px) and (max-width: 900px){
    .pie{
        height: 130px;
    }
}

@media only screen and (min-width:901px) and (max-width: 1057px){
    .pie{
        height: 150px;
    }
}

@media only screen and (min-width:1058px) and (max-width: 1127px){
    .pie{
        height: 150px;
    }
}
   
