/* FOOTER */
footer p {
	color: #E5A99F;
}

footer ul {
	position:relative;
	top: 10px;
	width: 50%;
	margin: 0 auto;
	font-size: 22px;
}

footer ul li {
	list-style:none;
	display:inline;
}

footer  a {
	color: #E5A99F;
	text-decoration:none;
}

footer {
    width:100%;
    height:80px;
    position:absolute;
    bottom:0;
    left:0;
    background-color:rgba(34,0,1,1);
	margin: 0 0px -10px -10px;
	padding-right: 10px;
}

/* END FOOTER */

@media only screen and (min-width : 768px) {
	footer {
	margin: 0 -20px -20px -10px;
	padding-right: 10px;
	}
}

@media only screen and (min-width: 1280px)
{
	footer {
	margin: 0 -30px -30px -30px;
	padding-right: 30px;
	}

}