@charset "UTF-8";
.background {
	background-image: url(../img/background2-lightgreen.png);
	background-repeat: no-repeat;
	width: 100%;
	background-size: 100% auto;
	background-position: 0% 50px;
}
.alex-font {
	font-family: alex-brush;
	font-style: normal;
	font-weight: 400;
}
.white-text {
	color: #FFFFFF;
}
.white-wrapper {
	width: 100%;
	padding-top: 2em;
	padding-bottom: 2em;
	background-color: #FFFFFF;
	background-image: url(../img/backgroup.jpg);
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center center;
	background-attachment: fixed;
}
.white-wrapper-nobg {
	width: 100%;
	padding-top: 2em;
	padding-bottom: 2em;
	background-color: #FFFFFF;
}
.quote-label {
	width: 20%;
	display: inline-block;
}
.quote-input {
	width: 70%;
	display: inline-block;
	color: hsla(0,0%,0%,1.00);
}
.bottom-line {
	border-bottom: thin solid #FAFAFA;
}
.halftonebg {
	background-color: hsla(0,0%,100%,0.75);
}
.large-text {
	font-size: large;
}
