@import url('https://fonts.googleapis.com/css?family=Montserrat:500,700,900');

a{
	font-weight: 500;
	text-decoration: none;
	
}
h1,
h2,
h3,
h4,
h5,
h6{
	font-family: Montserrat,Helvetica Neue,sans-serif;
	
}

body {
	text-align: center;
	background-image: url("bg.jpg")
}

h1 {
	margin-top: 0px;
	margin-bottom: 0px;
color: #e92030;
	font-size:38px;
	font-weight: 700;
}

h2 {
	margin-top: 0px;
	margin-bottom: 0px;
color: #474747;
	font-size:40px;
	font-weight: 700;
}

h3 {
	margin-top: 0px;
	margin-bottom: 0px;
color: #e92030;
	font-size:24px;
	font-weight: 700;
}


h4 {
	margin-top: 0px;
	margin-bottom: 0px;
color: white;
	font-size:16px;
	font-weight: 500;
}
