
BODY {
	background: #ffffff url(2023bg.jpg) no-repeat center center fixed;
	width: 100%;
	height: 100%;
	background-size: cover;
	}


A:link {color:#26512C; text-decoration:underline; font-weight:bold;}
A:visited {color:#26512C; text-decoration:underline; font-weight:bold;}
A:hover {color:#000000; text-decoration:underline; font-weight:bold;}
A:active {color:#000000; text-decoration:underline; font-weight:bold;}

A.nav:link { color:#ffffff; text-decoration:none;}
A.nav:visited { color:#ffffff; text-decoration:none;}
A.nav:hover { color:#ccc3a2; text-decoration:underline;}
A.nav:active { color:#ccc3a2; text-decoration:none;}


.frame
{
padding: 2px;
border: 1px solid #CCC;
box-shadow:1px 1px 2px #ccc;
border-radius:6px;
/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
}


.resize
{
max-width: 100%;
height: auto;
}

.mainText {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 20px;
	font-weight: normal;
	color: #000;
	text-decoration: none;
}

.mainText2 {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 22px;
	font-weight: normal;
	color: #2e692e;
	text-decoration: none;
}

.signText {
	font-family: "Comic Sans MS", cursive;
	font-size: 16px;
	line-height: 18px;
	font-weight: normal;
	color: #000;
	text-decoration: none;
}

.quotesText {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 20px;
	font-weight: normal;
	color: #4e050f;
	text-decoration: none;
}

.headerText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	line-height: 28px;
	font-weight: bold;
	color: #f2ce54;
	text-decoration: none;
}

.header2Text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	line-height: 30px;
	color: #062004;
	text-decoration: none;
}

.headersmText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	line-height: 24px;
	font-weight: bold;
	color: #711110;
	text-decoration: none;
}

.footerText {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 22px;
	color: #19236c;
	text-decoration: none;
}

a.bigbutton {
	margin: 0.25em;
	margin-bottom: 3px;
	margin-top: 3px;
	display: inline-block;
	background: #F5D566;
	border: 0px solid #cdcdcd;
	text-align: center;
	text-decoration: none;
	color: #000000;
	padding: 5px;
	font: bold 18px/120%  "Lucida Grande", Arial, Helvetica, sans-serif;
	border-radius:6px;
	-webkit-border-radius:4px;
	-moz-border-radius:5px;
	-webkit-box-shadow:
		3px 3px 12px 000000,
		0px 0px 3px 000000,
		inset 0px 5px 12px #F5D566,
		inset 0px 15px 2px #ffffff,
		inset 0px 25px 25px #F5D566;
	-moz-box-shadow:
		3px 3px 12px #000000,
		0px 0px 3px #000000,
		inset 0px 5px 12px #F5D566,
		inset 0px 15px 2px #ffffff,
		inset 0px 25px 25px #F5D566;/* Firefox */
	box-shadow:
		3px 3px 12px #000000,
		0px 0px 3px #000000,
		inset 0px 5px 12px #F5D566,
		inset 0px 15px 2px #ffffff,
		inset 0px 25px 25px #F5D566;
	}

a.bigbutton2 {
	margin: 0.25em;
	margin-bottom: 3px;
	margin-top: 3px;
	display: inline-block;
	background: #cb6b71;
	border: 0px solid #cdcdcd;
	text-align: center;
	text-decoration: none;
	color: #000000;
	padding: 5px;
	font: bold 18px/120%  "Lucida Grande", Arial, Helvetica, sans-serif;
	border-radius:6px;
	box-shadow:
		3px 3px 12px #000000,
		0px 0px 3px #000000,
		inset 0px 5px 12px #cb6b71,
		inset 0px 15px 2px #ffffff,
		inset 0px 25px 25px #cb6b71;
	}
	
.container2Column {
  clear: both;
  padding: 10px;
  margin: 0px;
  overflow:hidden;
 }
 
.profile2_1 {
  background-color: #;
}
.profile2_2 {
  background-color: #;
}

@media only screen and (min-width: 480px) {
.span2 {
  width: 48.4%;
}
.col2 {
  display: block;
  float: left;
  margin: 1% 0 1% 1.6%;
}
.col2:first-child {
  margin-left: 0;
}
}

.container3Column {
  clear: both;
  padding: 0px;
  margin: 0px;
  overflow:hidden;
 }
.profile3_1 {
  background-color: #;
 }
.profile3_2 {
  background-color: #;
}
.profile3_3 {
  background-color: #;
}

@media only screen and (min-width: 480px) {
 .span3 {
  width: 32.2%;
}
.col3 {
  display: block;
  float: left;
  margin: 1% 0 1% 1.6%;
}
.col3:first-child {
 margin-left: 0;
}
}

.iconDivs {
	height: 50px;
   top: 50%;
   left: 50%;
   display: flex;
   align-items: center;
}
.iconDivs > img {
      margin-right: 10px;
    }