/* MARK:- Footer */

footer {
	background-color: #0060af;
	padding: 8px;
	color: white;
	text-align: center;
}

/* MARK:- Signature */

footer #signature {
	background-color: #0060af;
	color: white;
	width: 100%;
	text-align: center;
    font-style: italic;
	font-size: 15px;
}

footer #signature p {
	margin: 0;
	padding: 0;
}

@media screen and (max-width: 812px), only screen and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 2) {
	
}

@media only screen and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 2) {
	
	footer #signature p {
		font-size: 1.5em;
	}
	
}