@charset "utf-8";
/* CSS Document */
body {
	background-color: #2B4C23
}

/* Mobile Layout: 480px and below. */
.headerInfo001 {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	height: auto;
}
.announcement {
	display: block;
	margin: 30px auto;
	font-size: 2em;
	text-align: center;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	color: #E89F42;
}
.logo001 {
	display: block;
	margin: 20 auto;
	height: 300px;
	width: 300px;
}

/* Tablet Layout: 500px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px)

	.headerInfo001 {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	height: auto;
}
.logo001 {
	display: block;
	margin: 20px auto;
	height: 300px;
	width: 300px;
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {
.headerText {
	align-content: center;
		color: #FFF;
}
.announcement {
	display: block;
	margin: 30px auto;
	font-size: 2em;
	text-align: center;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	color: #E89F42;
}
	.logo001 {
	display: block;
	margin: 20px auto;
	height: 300px;
	width: 300px;
}
}