/* BASIC css start */
/* footer */ 

footer {background-color: #242424;}
footer .inner {padding: 20px;}
footer .footer_menu {margin-top: 30px;}
footer .footer_menu ul {display: grid; place-items: center;}
footer .footer_menu ul li {color: #fff; font-weight: 700; text-align: center;}
footer .footer_menu ul li:nth-of-type(1) {margin-bottom: 15px;}
footer .footer_menu ul li a {margin: 10px; color: #fff;}

footer .footer_info {margin: 20px 0 80px 0; color: #A6A6A6; font-size: 0.9em; text-align: center;}
footer .footer_info ul {margin-bottom: 20px;}
footer .footer_info ul li {margin: 5px; display: inline-block;}
footer .footer_info ul li strong {display: inline-block;}
footer .footer_info ul li p {display: inline-block;}

footer .footer_info ul .copy {margin-top: 30px;}
/* BASIC css end */

