:root {
	--gutter: 2rem;
}



body {
	margin: 0px;
    padding: 0px;
    background-color: #fff;
    font-family: "Montserrat", arial, helvetica, serif;
}

.content {
	margin: 0px;
    padding: 0px;
    font-size: 17px;
    font-weight: 300;
    color: #000;
}


.iwrapper {
	padding: var(--gutter);
}


h1, h1.page-header {
	border-bottom: none;
	font-size: 32px;
	text-transform: uppercase;
	font-weight: 600;
	color: #AF272F;
}

.content p {
	line-height: 1.8em;
    font-weight: 300;
    font-size: 17px;
    font-style: normal;
}


h2 {
	font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    padding-top: 10px;
}