/* CSS Document */

body {
	background-color: #ebebeb;
}
main {
	padding: 0px 18px;
}
.sponsor {
	line-height: 60px;
	font-size: smaller;
}
.sponsor img {
	width: 200px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 16px;
}
.container h1 {
	text-align: center;
}
#request .header {
	margin-top: 12px;
}
.sponsor {
	text-align: center;
}
.container p {
	color: #777;
	margin-top: 10px;
	line-height: 1.5em;
	/* [disabled]text-align: center; */
}
#request  {
	margin-right: auto;
	margin-left: auto;
	position: relative;
	max-width: 450px;
	padding: 20px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #DDDDDD;
	background-color: #fff;
	box-sizing: border-box;
}
.graphic {
	margin: 30px auto;
}
.pricing  {
	text-align: center;
	font-size: 24px;
	color: rgba(0,0,0,1);
	margin-top: 30px;
	margin-bottom: 30px;
	font-family: 'Fjalla One', sans-serif;
}
.hrefbutton {
	color: #fff;
	background-color: #007aff;
	width: 100%;
	text-align: center;
	display: block;
	padding: 10px;
	box-sizing: border-box;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin-top: 30px;
}
.hrefbutton:active {
	background-color: #006ADE;
}
.hrefbutton:hover {
		text-decoration:none;
}
.header img {
	width: 100%;
	margin: 0px auto;
	display: block;
	position: relative;
}
