



.highlight{
    color: var(--blue2);
}


.footerwaves{
    width: 100%;
    height: 300px;
}
.footer{
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;

    /* height: 300px; */
    background-color: var(--black2);
    /* background-color: red; */


    display: flex;
    flex-direction: column;
    gap: 40px;
    padding: 40px;

}

.footer > .footer-mid > div > *{
    font-size: 18px;
}
.footer > .footer-mid > div > h2{
    font-size: 26px;
}

@media screen and (max-width: 656px){
    .footer-top > div{
        flex-direction: column;
    }
}
@media screen and (max-width: 490px){
    .footer-top > img{
        display: none;
    }
}
.footer > div{

}

/*! FOOTER TOP ++++++  */
.footer-top{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer-top img{
    height: 180px;
}
.footer-top > div{
    display: flex;
    gap: 18px;

}
.footer-button{
    padding: 15px 40px;
    border: 2px white solid;
    border-radius: 2px;
    background-color: transparent;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;

    font-size: 18px;
    color: white;
}

/*! FOOTER MIDDDD ++++++  */
.footer-mid{
    display: flex;
    flex-direction: row;
    gap: 30px;
    justify-content: space-around;


    /* outline: red dashed 2px; */
}
@media screen and (max-width: 800px){
    .footer-mid{
        flex-direction: column;
    }
}

.footer-mid > div{
    display: flex;
    flex-direction: column;
    flex: 1;

}
.footer-mid > .footer-contact{
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.footer-mid > .footer-contact p{
    color: var(--white);
}
.footer-mid > .footer-contact a{
    display: flex;
    align-items: center;
    
    text-decoration: none;
    gap: 6px;
}
.footer-mid > .footer-contact svg{
    height: 20px;
    aspect-ratio: 1/1;
    display: inline;
    fill: var(--white);
}
.footer-mid > .footer-contact a span{
    color: var(--blue2);
}


.footer-mid > .footer-hours{

}
.footer-mid > .footer-hours p {
    color: white;
}
.footer-mid > .footer-hours a {
    text-decoration: none;
    
}
.footer-mid > .footer-hours a:hover{
    color: var(--blue2);
    cursor: pointer;
}


.footer-service-areas p{
    color: white;
}
.footer-service-areas p span{
    color: var(--blue2);
}





/*! FOOTER BOOOOOT ++++++  */
.footer-bot{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;

    /* margin-bottom: 20px; */

}
.footer-bot > p{
    color: white;
}
.footer-bot > p > a{
    text-decoration: none;
}
.footer-bot > .icons{
    display: flex;
    gap: 20px;

}

.footer-bot > .icons > a{
    height: 20px;
    width: 20px;
    display: inline;
}
.footer-bot > .icons svg{
    fill: var(--blue2);
    height: 20px;
    width: 20px;
}

.kijiji{
    fill: var(--blue2);
}

.footwave{
    width: 100%;
    height: auto;
    /* height: 150px !important; */
}