body {
    text-align: center;
    margin-top: 150px;
    font-family: 'Montserrat', sans-serif;
}

h2 {
    text-transform: uppercase;
    color: #231f23;
    font-size: 22px;
    margin-top: 35px;
}

h1 {
    font-size: 16px;
    color: #231f23;
	line-height: 29px;
	font-weight: 500;
}

h4 {
    font-size: 16px;
    color: #231f23;
	font-weight: 500;
}

a{
	color: #231f23;
	text-decoration: none;
	font-weight: 700;
}

a:hover{
	text-decoration: underline;
}

@media only screen and (max-width: 767px){
	body {
		margin-top: 50px;
	}
	
	img.logo{
		width: 180px !important;
	}
	
	br{
		display: none;
	}
}