
    footer .copyright .large-4 {
    text-align: right;
}
@media handheld, only screen and (max-width: 1375px) {
nav>ul>li>a {
    padding: 0 15px;
}
}
@media handheld, only screen and (max-width: 767px) {
    footer .copyright .large-4 {
        text-align: left;
    }
}
    
  
  