body {
	background:url(../img/headerBG.png) center top repeat-x;


}

.container {

	border: 0px solid red;
	margin: 0 auto;
	text-align:center;
	max-width: 800px;
	min-width: 320px;

}

.header {
	height: 220px;
	padding-top:75px;	
}

h1 {
	font-family: Montserrat, Arial, Helvetica, sans-serif;
	font-weight:800;
	padding-top:10px;
	font-size: 24px;
	color: #e7261e;
}

.logo {
	display:block;
	height: 65px;
	margin: 0 auto;	
}

.actions {
	border: 0px solid red;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
	
}

.actions a{
	display:block;
	float:left;
	border: 0px solid red;
	width: 280px;
	height: 70px;
	background: #799ffd;
	border-radius: 10px;
	margin: 10px;

	color: white;
	font-family: Open Sans, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 16px;
	padding-top:27px;
	text-decoration:none;


	
}

.actions a:hover {
	background: #6691ff;

}