@charset "utf-8";
.body {
	font-family: 'Open Sans', sans-serif;
}
.container {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}
main {
	text-align: center;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 35px;
	padding-bottom: 25px;
}

.box {
	background-color: rgba(255,255,255,1.00);
	width: 649px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	-webkit-box-shadow: 2px 2px 2px rgba(152,152,152,0.00);
	box-shadow: 2px 2px 2px rgba(152,152,152,0.00);
	border: thin solid rgba(144,144,144,0.00);
	padding-top: 25px;
	padding-bottom: 25px;
}
.logo {
	width: 50%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	padding-top: 25px;
}
h1 {
	font-family: Open Sans;
	font-size: 37pt;
	font-weight: Bold;
}

p {
	font-family: Open Sans;
	font-size: 25pt;
	font-weight: lighter;
	line-height: 7px;
}

.button {
	background-color: #0089ce;
	max-width: 75%;
	margin-left: auto;
	margin-right: auto;
	color: rgba(255,255,255,1.00);
	padding-top: 10px;
	padding-bottom: 10px;
	font-family: Open Sans;
	font-weight: bold;
	line-height: normal;
}
a {
	text-decoration: none;
	font-family: Open Sans;
}

@media (max-width:400px){
	.box {
		background-color: rgba(255,255,255,1.00);
		width: 100%;
		text-align: center;
		margin-left: auto;
		margin-right: auto;
		-webkit-box-shadow: 2px 2px 2px rgba(152,152,152,0.00);
		box-shadow: 2px 2px 2px rgba(152,152,152,0.00);
		border: thin solid rgba(144,144,144,0.00);
		padding-bottom: 25px;
		padding-top: 0px;
	}
	h1 {
		font-family: Open Sans;
		font-size: 31pt;
	}
	p {
		font-family: Open Sans;
		font-size: 20pt;
		font-weight:lighter;
	}
	.button {
		background-color: #0089ce;
		max-width: 75%;
		margin-left: auto;
		margin-right: auto;
		color: rgba(255,255,255,1.00);
		padding-top: 10px;
		padding-bottom: 10px;
		font-family: Open Sans;
	}
	main {
		text-align: center;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		padding-top: 10px;
		padding-bottom: 25px;
	}
}

@media (min-width:400px) and (max-width:700px){
	.box {
		background-color: rgba(255,255,255,1.00);
		width: 100%;
		text-align: center;
		margin-left: auto;
		margin-right: auto;
		-webkit-box-shadow: 2px 2px 2px rgba(152,152,152,0.00);
		box-shadow: 2px 2px 2px rgba(152,152,152,0.00);
		border: thin solid rgba(144,144,144,0.00);
		padding-bottom: 25px;
		padding-top: 0px;
	}
	h1 {
		font-family: Open Sans;
		font-size: 31pt;
	}
	p {
		font-family: Open Sans;
		font-size: 20pt;
		font-weight: lighter;
	}
	.button {
		background-color: #EB5D0B;
		max-width: 80%;
		margin-left: auto;
		margin-right: auto;
		color: rgba(255,255,255,1.00);
		padding-top: 10px;
		padding-bottom: 10px;
		font-family: Open Sans;
		font-weight: bold;
	}
	main {
		text-align: center;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		padding-top: 0px;
		padding-bottom: 25px;
	}
}
