@keyframes brightness{100%{filter:brightness(200%)}}@keyframes welcome{from{font-family:"Playfair Display";color:red;letter-spacing:2px;text-transform:uppercase}50%{font-weight:700;color:#ff00ff;letter-spacing:2px;text-transform:none}75%{font-family:Roboto;letter-spacing:normal;font-style:normal}to{font-style:italic;font-family:Brothers;text-transform:uppercase;font-weight:400;color:#6400ff;letter-spacing:2px}}@keyframes activate{from{opacity:0}33%{opacity:1}44%{opacity:.2}66%{opacity:1}88%{opacity:.2}to{opacity:1}}@keyframes blink{from{opacity:1}4%{opacity:.9}6%{opacity:.85}8%{opacity:.95}10%{opacity:.9}11%{opacity:.922}12%{opacity:.9}14%{opacity:.95}16%{opacity:.98}17%{opacity:.9}19%{opacity:.93}20%{opacity:.99}24%{opacity:1}26%{opacity:.94}28%{opacity:.98}37%{opacity:.93}38%{opacity:.5}39%{opacity:.5}42%{opacity:1}44%{opacity:.97}46%{opacity:.94}56%{opacity:.9}58%{opacity:.9}60%{opacity:.99}68%{opacity:1}70%{opacity:.9}72%{opacity:.95}93%{opacity:.93}95%{opacity:.95}97%{opacity:.93}to{opacity:1}}@keyframes point{0%{transform:translateY(-5px) translatex(-50%)}50%{transform:translateY(5px) translatex(-50%)}100%{transform:translateY(-5px) translatex(-50%)}}@keyframes hide{0%{opacity:1}100%{opacity:0}}@keyframes sway{0%{transform:rotate(5deg)}50%{transform:rotate(-5deg)}100%{transform:rotate(5deg)}}@keyframes background_flash{from{background-color:rgba(255,0,0,.99);color:rgba(255,255,0,.99)}50%{background-color:rgba(255,255,0,.99);color:rgba(255,0,0,.99)}to{background-color:rgba(255,0,0,.99);color:rgba(255,255,0,.99)}}footer{width:100%;padding:15px 15px;display:flex;flex-direction:column-reverse;margin-bottom:100px;margin-top:100px;box-sizing:border-box;position:relative;background:#000;z-index:9}footer a:hover{animation:background_flash .5s infinite;animation-timing-function:steps(1,end)}footer .left-footer,footer .right-footer{width:100%;display:flex}footer .left-footer .footer-column,footer .right-footer .footer-column{margin-bottom:50px}footer .left-footer .footer-column a,footer .right-footer .footer-column a{display:inline;text-decoration:none}footer .left-footer .footer-column span,footer .right-footer .footer-column span{font-family:Roboto;font-size:18px;color:rgba(255,0,0,.99);letter-spacing:2px}footer .left-footer .footer-column h2,footer .right-footer .footer-column h2{font-family:Brothers;font-size:27px;color:rgba(255,0,0,.99);text-transform:uppercase;margin-bottom:30px;margin-top:5px}footer .left-footer .footer-column .footer-social-media,footer .right-footer .footer-column .footer-social-media{margin-top:50px}footer .left-footer .footer-column .footer-social-media a,footer .right-footer .footer-column .footer-social-media a{width:35px;height:35px;display:inline-block;margin-right:10px}footer .left-footer .footer-column .footer-social-media a img,footer .right-footer .footer-column .footer-social-media a img{width:100%}footer .left-footer .footer-column ul li,footer .right-footer .footer-column ul li{width:100%;display:block;margin:20px 0;letter-spacing:2px}footer .left-footer .footer-column ul li a,footer .right-footer .footer-column ul li a{color:rgba(255,0,0,.99);font-family:Roboto;font-size:14px;text-decoration:none}footer .left-footer .footer-column.footer-support-the-project h2,footer .left-footer .footer-column.footer-support-the-project span,footer .right-footer .footer-column.footer-support-the-project h2,footer .right-footer .footer-column.footer-support-the-project span{color:rgba(255,255,0,.99)}footer .left-footer{flex-direction:column}footer .right-footer{flex-direction:column-reverse}@media only screen and (min-width:667px){footer{padding:0 120px}}@media only screen and (min-width:812px){footer{flex-direction:row;padding:30px 15px}footer div.right-footer{justify-content:flex-end}}@media only screen and (min-width:1024px){footer>div.left-footer,footer>div.right-footer{flex-direction:row;justify-content:space-around}}