*{
	font-family: "Montserrat", Sans-serif;
}
body{
	margin: 0;
	padding: 0;
	border: 0;
	background-color: #f7f7f7;
}

.logo{
	height: 2rem;
	padding: 1rem;
}
.bg_black{background-color: black;}
.bg_red{background-color: #a8352e;}
.bg_white{background-color: white;}
.bg_grey{background-color: #7c7c7c;}

.height_1{height: 1em;}

.footer{
	font-weight: 200;
}

.wrapper{

}
.border_white{border-color: white;}
.border_red{border-color: #a8352e;}


.color_white{color: white;}
.color_black{color: black;}
.color_red{color: #a8352e;}

h2{
	font-size: 2rem;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 2.5px;
	padding: 10rem 6rem 0 2rem;
}
.text{
	padding-top: 8rem;
	color: #000000;
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 1.5em;
    letter-spacing: 1px;
}
.text_paragraph{
	/*padding-bottom: .75rem;*/
}
.text_bold{
	font-weight: bold;
}

@media screen and (max-width: 768px) {
	h2{
		padding: 1rem 0;
	}
	.text{
		padding-top: 2rem;
	}

}