
.footer{
    padding-top: 40px;
    border-bottom: 1px solid white;
    /* background-image: url("../images/f-image.jpg"); */
    background-color: #333333;
    color:white;
    text-align: left;
    clear: both;
    
}
.footer ul li{
    list-style-type: none;
}
.footer p a{
    color: white;
    text-align: left;
    font-size: 14px;
    
}
.footer p{
    width: 100%;
    padding-top: 10px;
    font-size: 14px;
}
.footer p a:hover{
    color: white;
    text-decoration: none;
    color: orangered;
}
.footer .footerLogo{
    text-decoration: none;
}
.footer .footer-logo{
    height: 50px;
    width: 50px;
}
.footer  .footerLogoName {
    color:white !important;
    text-decoration: none;
}
.footer  .footerLogoName:hover{
    text-decoration: none !important;
}
.page-top .fa-arrow-circle-o-up{
    font-size: 50px;
    color: orange;
    text-align: center !important;
    align-items: center !important;
    align-content: center;
    
}
.page-top{
    text-align: center !important;
    align-items: center !important;
    align-content: center !important;
    height: 45px;
    width: 45px;
    border-radius: 100%;
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 20;
    /* background-color:orange; */
    margin-right: 10px;
    margin-bottom: 10px;
    display: none;
    cursor: pointer;
}
.page-top p {
    font-size: 25px;
    margin-top: 6px;
    text-align: left;
    position: relative;
    align-self: left;
    color:white;
    cursor: pointer;
    
}
@media only screen and (max-width: 600px) {
    .footer{
        padding-top: 20px;
        border-bottom: 1px solid white;
        
        color:white;
        text-align:none;
    }
     
}