/* footer.css */
#footer-custom
{font-size:14px;
color:#202020;
margin:0;
}

#footer-custom .inside
{max-width:1200px;
padding-top:30px;
padding-right:30px;
padding-left:30px;
margin:0 auto;
box-sizing:border-box}

#footer p,#footer-custom a
{color:#202020}

#footer-custom a
{text-decoration:underline;
color:#202020}

#footer a:hover
{text-decoration:underline;
color:#666666}