
body {
    font-family: 'Times New Roman', Times, serif;
}

/*Footer*/
/* Footer styling */
.footer-bottom {
    background-color: #ffffff;
    display: block;
    color: #fff;
    justify-content: space-between;
    align-items: center;  
    border-top: 1px solid rgb(204, 202, 202);
}

.footer-container {
    display: flex;
    align-items: center;
    padding-inline: 10px;
    width: auto;
}

.footer-copyright{
    width:30%;
}

.footer-logo{
    width:40%;
    align-items: center;
    text-align: center;

}

.footer-social {
    width:30%;
    align-items: flex-end;
    text-align: end;
}


.footer-logo img{
    padding-top: 10px;
    padding-bottom: 10px;
    width: 118px;
    height: 71.5px;
}
.copyright p{ 
    margin-left: 20px;
    text-align: left;
    font-size: 14px;
    color: rgb(73, 73, 73);
}

.f1-additional-content .social-icons a {
    display: inline-block;
    margin-right: 10px; 
    color: #2e14c4;
    font-size: 20px;
}
.f1-additional-content .social-icons a:hover {
    color: rgb(100, 100, 226); 
}
.f1-additional-content .social-icons a i {
    font-size: 30px; 
}

/*End*/



@media screen and (max-width: 768px) {
    .footer-bottom {
        text-align: center;
        align-items: center;
        padding: 20px;
    }
    .footer-container{
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .footer-logo{order: 1; width:auto; align-items: center; text-align: center;    }
    .footer-social {order: 2; width:auto; align-items: center; text-align: center; padding-top:10px; padding-bottom: 10px;   }
    .footer-copyright{  width:auto; order:3; align-items: center; text-align: center;  }
    
    .copyright p{
        margin-left: 0px;
        align-items: center;
        text-align: center;
    }
    .f1-additional-content .social-icons a {  margin-right: 0px; }
}
