html {
	max-width: 100vw;
}
body {
	font-family: "latoregular";
	overflow-x: hidden;
	background: #191919;
}
header {
	height: 160px;
	background: white;
}
header img {
	padding: 20px 0;
	height: 160px;
}

a {
	color: white;
}
a:hover {
	color: #a40e09;
}

section {
	padding: 60px 0!important;
}
section.red {
	padding-top: 40px!important;
    background: #a40e09;
    color: white;
    font-size: 1.7em;
    text-transform: uppercase;
    font-family: "latoblack";
    position: relative;
    overflow: hidden;
}
section.red:before {
	content: ' ';
    position: absolute;
    height: 100%;
    background: #191919;
    width: 110%;
    top: calc(100% - 20px);
    transform: rotate(-5deg);
    right: -10px;
}



@media (min-width: 572px) {
	section.red {
		padding-top: 60px!important;
	}
	section.red:before {
	    content: ' ';
	    position: absolute;
	    top: 0;
	    right: 0;
	    width: 20vw;
	    height: 100%;
	    background: #191919;
	    transform: rotate(0deg);
	}
	section.red:after {
	    content: ' ';
	    position: absolute;
	    top: -65px;
	    left: calc(80vw - 80px);
	    width: 150px;
	    height: 180%;
	    background: #a40e09;
	    transform: rotate(20deg);
	}
}

@media (min-width: 768px) {
	section.red:before {
	    content: ' ';
	    position: absolute;
	    top: 0;
	    right: 0;
	    width: 40vw;
	    height: 100%;
	    background: #191919;
	    transform: rotate(0deg);
	}
	section.red:after {
	    content: ' ';
	    position: absolute;
	    top: -65px;
	    left: calc(60vw - 80px);
	    width: 150px;
	    height: 180%;
	    background: #a40e09;
	    transform: rotate(20deg);
	}
}


section.grey {
	background: #191919;
	color: white;
}
section.grey h3 {
	color: white;
}
section.grey strong {
	color: #a40e09;
	font-size: 1.2em;
}
#sandro .col-md-4 {
	margin-bottom: 20px;
}
#sandro .col-md-4 p {
	margin: 0;
}