﻿#footer {
    background:rgba(61,93,34,1.00);
    padding: 20px 0;
    color: #fff;
    font-size: 14px;
}

#footer a { text-decoration:none; }

#footer .copyright .content1 { float:left; max-width:330px; }
#footer .copyright .content2 { float:left; max-width:180px; }

#footer .credits { text-align: right; }

#footer .links { margin-top:8px; }

#footer .links .content1 { float:left; max-width:300px; }
#footer .links .content2 { float:left; max-width:300px; }
#footer .links .content3 { float:left; max-width:300px; }

#footer .spacer { float:left; max-width:40px; }

@media (max-width:767px) {
    
    #footer .spacer { display:none; }
    
    #footer .credits {
        margin-top:8px;
        text-align: left;
    }
    
    #footer .links { 
        text-align: left;
    }
    #footer .links .content1, #footer .links .content2, #footer .links .content3 { margin-top:12px; }
}