/*---------------------Roots-----------------*/

:root {
    ---orange: #EF6A00;
    ---white: #ffffff;
    ---Pink: #BB3760;
    ---black: #222222;
    ---border: #e5e5e5;
    ---LightYellow: #FEF2EC;
}

/*---------------------Roots-----------------*/



.footer {
    background-color: var(---white);
}

.footer .container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-top: 30px;
}

.footer .container .footernav {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 30px 0px;
}

.footer .container .footernav a {
    color: var(---black);
    padding: 20px 30px;
    font-size: 20px;
    margin: 0px 5px;
    border-radius: 10px;
    transition: background-color 0.1s cubic-bezier(0.77, 0, 0.175, 1);
    /* cubic-bezier = ease-in-out like "easeInOutExpo" */
    position: relative;
    overflow: hidden;
}

.footer .container .footernav a:hover {
    background-color: var(---orange);
    color: var(---white);
}
.footer .container #companyimg{
    width: 100%;
}
.footer .footerbottom{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
    padding-top: 15px;
    border-top: 2px solid var(---border);
}
.footer .footerbottom .lefttag a{
    color: var(---black);
    font-size: 18px;
    padding: 0px 5px;
}
.footer .footerbottom .lefttag a:hover{
    color: var(---orange);
}
.footer .footerbottom p{
    color: var(---black);
    font-size: 18px;
}







@media (max-width:1000px) {
    
.footer .container .footernav a {
    padding: 20px 25px;
    font-size: 18px;
    margin: 0px 5px;
}
}

@media (max-width:850px) {
    
.footer .container .footernav a {
    padding: 15px 20px;
    font-size: 16px;
    margin: 0px 5px;
}
.footer .footerbottom .lefttag a{
    color: var(---black);
    font-size: 16px;
    padding: 0px 5px;
}
.footer .container #footerlogo{
    width: 200px;
}
.footer .footerbottom p{
    color: var(---black);
    font-size: 16px;
}
}

@media (max-width:720px) {
    
.footer .container .footernav a {
    padding: 15px 20px;
    font-size: 12px;
    margin: 0px 5px;
}
.footer .footerbottom .lefttag a{
    color: var(---black);
    font-size: 12px;
    padding: 0px 5px;
}
.footer .container #footerlogo{
    width: 200px;
}
.footer .footerbottom p{
    color: var(---black);
    font-size: 12px;
}
}

@media (max-width:620px) {
    
.footer .container .footernav a {
   display: block;
   text-align: center;
   padding: 20px 40px;
   font-size: 16px;
}
.footer .container .footernav {
    display: block;
}
.footer .footerbottom .lefttag a{
    color: var(---black);
    font-size: 16px;
    padding: 0px 5px;
}
.footer .container #footerlogo{
    width: 200px;
}
.footer .footerbottom p{
    color: var(---black);
    font-size: 16px;
    margin: 10px 0px;
}
.footer .footerbottom{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
}

@media (max-width:620px) {
    
.footer .container .footernav a {
   display: block;
   text-align: center;
   padding: 20px 40px;
   font-size: 14px;
}
.footer .container .footernav {
    display: block;
}
.footer .footerbottom .lefttag a{
    color: var(---black);
    font-size: 12px;
    padding: 0px 5px;
}
.footer .container #footerlogo{
    width: 200px;
}
.footer .footerbottom p{
    color: var(---black);
    font-size: 12px;
    margin: 10px 0px;
}
.footer .footerbottom{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
}