
.footer {
    font-family: 'Raleway', sans-serif;
    font-size:15px;
    text-align: center;
    /*height: 20%; *//*120px; */
	max-height:150px; 
	background-color: lightblue;
	margin:0px 15px 15px 15px;
    margin-top:0px;
    padding-top:10px;
	padding-bottom:5px;
    /*border: 20px solid lightblue;*/ /*#eaeaea; */
	

}

.footer p {
	margin-top: 0px;
	margin-bottom:10px;
	margin-left: 30px;
	margin-right: 20px;
/*	height:100%; */
}

.footer-left {
	float:left;
	text-align: left;
	margin-top: 5px;
	margin-left:100px; /* 30px */
	margin-bottom:10px;
 /*  background: red; does only the menu area*/
}
.footer-right {
    float:right;
	text-align: right;
	margin-top: 5px;
	margin-right: 160px; /* 30px */
	margin-bottom:10px;
}

.footer-links{
	list-style: none;
	font-weight: bold;
	color:  black; /*#ffffff; */
/*	padding: -35px 0 23px; */
	margin: 0;
/*    height:100%; */	
}
/*
.footer-links a {
	color:cornflowerblue;
}
*/


