 /*----------------------------------*/
/*/////////////Footer Div////////////////*/
/*---------------------------------*/

footer{
    font-size:1vw;
    width:100%;
    display:block;
    line-height:1.7vw;
}

    @media screen and (max-width:1120px){
        footer{
            font-size:1.5vw;
            line-height:2.4vw;       
        }
    }
    @media screen and (max-width:800px){
        footer{
            font-size:1.8vw;
            line-height:2.7vw;       
        }
    }
    @media screen and (max-width:500px){
        footer{
            font-size:3vw;
            line-height:5vw;       
        }
    }
    @media screen and (max-width:320px){
        footer{
            font-size:4.5vw;
            line-height:6vw;       
        }
    }

footer a{
    font-weight:400;
}

 /*----------------------------------*/
/*/////////FOOTER TITLE/////////////*/
/*---------------------------------*/
.footer-title{
    width:90%;
    margin:2% auto;
}

@media screen and (max-width:500px){
    .footer-title{
        margin-top:5%;      
    }
}
 /*----------------------------------*/
/*/////////Container/////////////*/
/*---------------------------------*/
#footer-main{
    margin:2% auto;
    display:flex;
    justify-content:space-between;
    text-align:left;
    flex-wrap:wrap;
    width:90%;
}
 /*----------------------------------*/
/*/////////Footer Menu/////////////*/
/*---------------------------------*/
.footer-menu{
    width:43%;
}
    @media screen and (max-width:1120px){
        .footer-menu{
            width:38%;
        }
    }
    @media screen and (max-width:800px){
        .footer-menu{
            width:35%;
        }
    }
    @media screen and (max-width:500px){
        .footer-menu{
            width:100%;
        }
    }
    @media screen and (max-width:500px){
        .footer-menu li{
            padding-right:4%;
            margin-bottom:1%;
            list-style-type:none;
            display:block;
        }  
    }
 /*----------------------------------*/
/*/////////FB Icon/////////////*/
/*---------------------------------*/
i{
font-size:1vw;
}
    @media screen and (max-width:800px){
    i{
        font-size:3vw;
    }
    }
 /*----------------------------------*/
/*/////////Footer Contact///////////*/
/*---------------------------------*/
.Contact{
    width:42%;
}
    @media screen and (max-width:1120px){
        .Contact{
            width:38%;
        }
    }
    @media screen and (max-width:800px){
        .Contact{
            width:38%;
        }
    }
    @media screen and (max-width:500px){
        .Contact{
        width:100%;
        margin:5% auto;
    }
    }
 /*----------------------------------*/
/*/////////Footer Business Hours///////////*/
/*---------------------------------*/
.BusinessHours{
    width:15%;
}
    @media screen and (max-width:1120px){
        .BusinessHours{
            width:24%;
        }
    }
    @media screen and (max-width:800px){
        .BusinessHours{
            width:27%;
        }
    }
    @media screen and (max-width:500px){
        .BusinessHours{
            width:100%;
            margin:2% auto;
            padding-right:0%;
        }
    }
 /*----------------------------------*/
/*/////////Footer Signature///////////*/
/*---------------------------------*/

.signature{
    display:block;
    width:90%;
    margin:2% auto;
}

.signature::before{
    content:"";
    display: block;
    height: 0.5em;
    width: 100%;
    border-top: .5px solid grey;
   }



   @media screen and (max-width:500px){
    .signature::before{
        display: block;
    }
   }