body, html {
	margin: 0;
	padding: 0;
	width: 100%;
	overflow-x: hidden;
}

header .grid, footer .grid , main .grid {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
}

/* Header */

header {
	background-color: #e30613;
	width: 100%;
}

header img {
	width: 100%;
	max-width: 220px;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-left: 5px;
	display: block;
	height: auto;
}

 /* Content */

.cap {
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 0.05em;
}

.white {
	color: #000;
	font: 1.5em "Arial", Helvetica Neue, Helvetica, Geneva, sans-serif;
	text-align: center;
	letter-spacing: 0.1em;
}

.black p {
	color: #000;
	font: 1.5em "Arial", Helvetica Neue, Helvetica, Geneva, sans-serif;
	text-align: center;
}

.info {
	margin-left: 15%;
	margin-right: 15%;
	background-color: rgba(255, 255, 255, 0.5);
	padding: 50px;
	z-index: 999999;
	position: relative;
	height: auto;
	width: auto!important;
	text-transform: none;
	border: 7px solid #e30613;
}

.info h1 {
	color: #e30613;
	font: 2em "Arial", Helvetica Neue, Helvetica, Geneva, sans-serif;
	font-weight: bold;
	letter-spacing: normal;
}

h1:after {
    content: '';
    height: 5px;
	width: 100px;
    background: #e30613;
    display:block;
	margin: 20px auto;
}

/* Footer */

footer {
	width: 100%;
	text-align: center;
	position: fixed;
	bottom: 0;
	width: 100%;
	margin-top: 2%;
	margin-bottom: 2%;
	background-color: #e30613;
}

footer a {
	color: #fff;
	font: bold 0.75em "Arial", Helvetica Neue, Helvetica, Geneva, sans-serif;
	text-decoration: none;
	text-transform: uppercase;
}

/* Responsive */

@media screen and (max-width:768px) {
	.info {
		/*margin-top:-100px;*/
	}
	
	header img, footer img {
		margin: 0 auto 0 auto;
	}
	
	footer .logo-right {
		justify-content: center;
	}
	
	.info {
		margin-left: 5%;
		margin-right: 5%;
	}
	
	.info h1 {
		font-size: 1.75em;
	}
	
	.white {
		font-size: 1em;
	}
	
	.black p {
		font-size: 1em;
	}
	
	h1:after {
	    content: '';
	    height: 3px;
		width: 60px;
	    background: #e30613;
	    display:block;
		margin: 10px auto;
	}
}

@media screen and (max-width:1080px) {
	.info h1 {
		font-size: 2em;
	}
	
	.white {
		font-size: 1.15em;
	}
	
	.black p {
		font-size: 1.15em;
	}
	
	h1:after {
	    content: '';
	    height: 3px;
		width: 60px;
	    background: #e30613;
	    display:block;
		margin: 10px auto;
	}
}