
footer {
	position: absolute;
	background: #394a92;
	background-size: cover;
	min-height: 350px;
	width: 100%;
	left: 0;
	font-family: "century";
	font-size: 18px;
	color: #FFFFFF;
	text-align: center;
}

footer p:nth-of-type(1) {
	margin-top: 100px;
}

footer p:nth-of-type(2) {
	margin-bottom: 20px;
}
.w1200 {
    width: 1200px;
    margin: 0 auto;
}
@media (max-width: 768px){
	.w1200 {
	    width: 100% !important;
	}
	footer {
    clear: left;
    position: relative;
    width: 100%;
    font-size: 12px;
    margin-left: 0;
    padding-top: 6vw;
    padding-bottom: 6vw;
    line-height: 5vw;
    min-height: unset;
}
}
