.footer-link a
{
    line-height: 33px;
    font-size: 18px;
}

.location
{
    background:linear-gradient(#e3966a,white);
    
}
.links
{
    background:linear-gradient(#e99d19,white);
  
}
.links a
{
    top: 1em;
    
}
.marquee a:hover {
    animation-play-state: paused;
}

.marquee
{
    position:relative;
    box-sizing: border-box;
    animation: slider 5s linear infinite;
    list-style-type: none;
    text-align: center;
}
@keyframes slider {
    20%   { top:   20px }
    60% { top: -20px }
}
.contact
{
    background:linear-gradient(#d8c372,white);
}
.footer
{
    background-color: #b1a074;
}
.last-footer
{
    margin-top:10px;
    text-align: center !important;
}
#footercontact
{
    height:358px;
}
