
footer a {  color:white; }
footer a:hover { color: orange;  }

footer p {line-height: 2;}
.beforefooter { width:100%; height: 100px; display:block;
background-image: linear-gradient(-8deg,black 50%, transparent 50% ); }



@media screen and (min-width: 601px)
{}

	




/* angle line before footer*/
.footer-card {   width: 100%; max-width: 100%; margin: 0; }
.footer-card .footer-wrap-image {   position: relative;}
.footer-card .footer-wrap-image img {  width: 100%;  }
.footer-card .footer-wrap-image svg {  position: absolute;  bottom: 0;  left: 0;  width: 100%;  height: 60px;}
.footer-card .footer-wrap-image svg polygon, .footer-card .footer-wrap-image svg path { fill: #000; stroke: #000;   stroke-width: 0px;}
@media (max-width: 600px) {  .footer-card .footer-wrap-image svg { height: 30px;}  }



