/*!
 * Footer styles have their very own sheet
 */

 .header-basic-centered{
 	background-color: #292c2f;
 	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
 	box-sizing: border-box;
 	width: 100%;
 	text-align: center;
 	font: normal 5px sans-serif;
  color: white;

 	padding: 5px;
 	margin-top: 5px;
 }

 .footer-basic-centered{
 	background: #F6F7F9;
 	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
 	box-sizing: border-box;
 	width: 100%;
 	text-align: center;
 	font: normal 5px sans-serif;
    color: white;
 	padding: 45px;
 	margin-top: 20px;
 }

.logo-img {
    width:100px;
}
// comment
 .footer-basic-centered .footer-company-motto{
 	color:  #b2a499;
 	font-size: 10px;
 	margin: 0;
 }

 .footer-basic-centered .footer-company-name{
 	color:  #b2a499;
 	font-size: 10px;
 	margin: 0;
 }

 .footer-basic-centered .footer-links{
 	list-style: none;
 	font-weight: bold;
 	color:  #ff6a00;
 	padding: 35px 0 23px;
 	margin: 0;
 }

 .footer-basic-centered .footer-links a{
 	display:inline-block;
 	text-decoration: none;
 	color: #56546A;
 }

 /* If you don't want the footer to be responsive, remove these media queries */

 @media (max-width: 600px) {

 	.footer-basic-centered{
 		padding: 35px;
 	}

 	.footer-basic-centered .footer-company-motto{
 		font-size: 18px;
 	}

 	.footer-basic-centered .footer-company-name{
 		font-size: 12px;
 	}

 	.footer-basic-centered .footer-links{
 		font-size: 14px;
 		padding: 25px 0 20px;
 	}

 	.footer-basic-centered .footer-links a{
 		line-height: 1.8;
 	}
 }

 .red {
color:red;   
 }
