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

html body {font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
margin: 0; padding: 0; height: 100%;}

#headerWrap {
	background-color: #ffffff;
	width: 100%;
}

.headerText {
	display: inline-block;
	position: relative;
	width: 55%;
}

.headerText h1 {
	font-size: 2.1em;
}

.headerText h2 {
	color: #3143A0;
	margin-top: -2%;
	font-size: 24px;
}

.logo {
	display: inline-block;
	position: relative;
	width: 33%;
	padding-right: 30px;
	vertical-align: middle;
}

#mainImage {
	background-image: url(../assets/dessert-flatbed.jpg);
	background-size: cover;
    background-repeat: no-repeat;
	width: cover;
	height: 870px;
}

.centerColumn {
	text-align: center;
}

.contentWrap {
	padding-top: 45px;
}

.contentBox {
	border-color: #ffffff;
	border-style: solid;
	border-width: thick;
	width: 330px;
	display: inline-block;
	position: relative;
	text-align: left;
	padding-left: 15px;
	margin-top: 2%;
	vertical-align: top;
	margin-right: 1%;
}

.contentBox p {
	font-size: 16px;
	font-weight: 100;
}

.email {
	margin-top: -11%;
	font-size: 22px;
	padding-bottom: 15px;
}

span {
	color: #3143A0;
	font-size: 18px;
	font-weight: 900;
}

.contentBox h3 {
	font-size: 17px;
}

.contentBox-desktop h4 {
	font-size: 31px;
	margin-top: 0;
	padding-top: 8px;
	font-weight: 900;
}

.divider {
	height: 47%;
	width: 100%;
}

.leftText {
	display: inline-block;
	position: relative;
	text-align: left;
	padding-left: 20px;
	color: #ffffff;
	font-size: 30px;
	text-shadow: 2px 2px 3px #333;
}

.rightText {
	display: inline-block;
	position: relative;
	text-align: right;
	float: right;
	vertical-align: top;
	padding-right: 20px;
	font-size: 20px;
	color: #ffffff;
	text-shadow: 2px 2px 3px #333;
}

.rightText a {
	color: #ffffff;
}

.contentBox-mobile {
	display: none;
	border-color: #ffffff;
	border-style: solid;
	border-width: thick;
	width: 330px;
	position: relative;
	text-align: left;
	padding-left: 15px;
	margin-top: 2%;
	vertical-align: top;
	margin-right: 1%;
}

.contentBox-desktop {
	border-color: #ffffff;
	border-style: solid;
	border-width: thick;
	width: 330px;
	display: inline-block;
	position: relative;
	text-align: left;
	padding-left: 15px;
	margin-top: 2%;
	vertical-align: top;
	margin-right: 1%;
}

@media only screen and (min-width: 240px) and (max-width: 320px) {
	#mainImage {
		height: 650px; } }

@media only screen and (min-width: 240px) and (max-width: 1100px) {
	.centerColumn {
		text-align: left;
		padding-left: 10%; } }
		
@media only screen and (min-width: 480px) and (max-width: 1100px) {
	.headerText h1 {
	font-size: 1.3em; } }
	
@media only screen and (min-width: 240px) and (max-width: 1100px) {
	.headerText h2 {
	font-size: .9em; } }
	
@media only screen and (min-width: 240px) and (max-width: 768px) {
	.contentBox {
		width: 180px; } }
		
@media only screen and (min-width: 240px) and (max-width: 768px) {
	.contentBox-desktop {
		width: 180px; } }
		
@media only screen and (min-width: 240px) and (max-width: 768px) {
	.contentBox-mobile {
		width: 180px; } }
		
@media only screen and (min-width: 240px) and (max-width: 768px) {
	.email {
		font-size: 12px; } }
		
@media only screen and (min-width: 240px) and (max-width: 768px) {
		.contentBox p {
	font-size: 10px; } }
	
@media only screen and (min-width: 240px) and (max-width: 768px) {
		.contentBox h3 {
	font-size: 12px; } }
	
@media only screen and (min-width: 240px) and (max-width: 768px) {
		.contentBox-desktop h4 {
	font-size: 17px; } }
	
@media only screen and (min-width: 240px) and (max-width: 768px) {
		span {
	font-size: 13px; } }
	
@media only screen and (min-width: 240px) and (max-width: 479px) {
		.headerText {
	display: block;
	width: 85%; } }
	
@media only screen and (min-width: 240px) and (max-width: 479px) {
		.contentBox-mobile {
	display: block; } }
	
@media only screen and (min-width: 240px) and (max-width: 479px) {
	.contentBox-desktop {
		display: none; } }
	
@media only screen and (min-width: 240px) and (max-width: 479px) {
		.headerText h1 {
			font-size: 1em; } }
			
@media only screen and (min-width: 240px) and (max-width: 479px) {
		.logo {
			width: 80%;
			padding: 0; } }
			
@media only screen and (min-width: 240px) and (max-width: 1100px) {
	.divider {
	display: none; } }
	
@media only screen and (min-width: 240px) and (max-width: 1100px) {
	.leftText {
		font-size: 16px;
		padding-right: 20px;
		padding-left: 10%; } }
	
@media only screen and (min-width: 240px) and (max-width: 1100px) {
	.rightText {
	float: none;
	text-align: left;
	font-size: 14px;
	padding-top: 5px;
	padding-left: 10%; } }