
/* --- Footer css --- */

.footer-link-helvetica{
font-family: AlegreyaSans-Regular;
font-size: 20px;
color: #FFFFFF;
line-height: 28px;
}

/* --- SMALL DEVICES, TABLETS --- */

@media only screen and (max-width: 768px) {   
        .footer-link-helvetica{
            font-size: 14px;
            line-height: 24px;
        }
}

/* --- EXTRA SMALL DEVICES, PHONES --- */

@media only screen and (max-width: 576px) {
     
        .footer-link-helvetica{
            font-size: 17px;
            text-align: center;
            line-height: 24px;
            
        }

}
