@charset "UTF-8";
/* CSS Document */

* {
	padding: auto;
	margin: auto;
}


}

#logo{
	width:100%;
	height: auto;
}

.bold{
        margin-top: 50px;
	text-align: center;
	line-height: 100px;
	font-family: 'Open Sans', sans-serif;
	font-size: 40px;
	font-weight: bold;
	color: #da251c;
}

.regular{
	text-align: center;
	line-height: 50px;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	color: #da251c;
}
