/* 
  -----------------------------------
  Accordion Panel Magic
  by Project Seven Development
  www.projectseven.com
  Splash Tutorial
  -----------------------------------
*/

html, body {
	height: 100%;
	width: 100%;
}
body {
	font-family: Optima, "Segoe UI Light", Arial, sans-serif;
	background-color: #7DC603;
	background-image: url(images/flattened.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	overflow-y: scroll;
	margin: 40px 0px;
	background-position: left top;
}
img.scaled {
	height: auto !important;
	width: auto !important;
	max-width: 100%;
	border-radius: 8px;
	opacity: .75;
	-webkit-transition: opacity linear .5s .1s;
	transition: opacity linear .5s .1s;
	display: block;
	margin: 0px auto;
}
img.scaled:hover {
	opacity: 1;
}
.p7AP3-21 {
	padding: 0px 20px;
}
.p7AP3trig.p7ap3-theme-21 {
	font-family: "Life Savers", Optima, "Segoe UI Light", Arial, sans-serif;
}
.p7AP3trig.p7ap3-theme-21 h3, .p7AP3trig.p7ap3-theme-21 h4 {
	font-size: 2em;
}
.p7AP3panelcontent.p7ap3-theme-21 {
	font-size: 1.35em;
	border-color: #FFF;
}
.p7AP3cwrapper.p7ap3-theme-21 {
	max-width: 1440px;
	margin: 0px auto;
}
#p7AP3p1_1 {
	background-color: rgba(255,255,255,0.75);
}

/*1 Column for Narrow Browser Windows and Smartphones in both orientations*/
@media only screen and (min-width: 0px) and (max-width: 700px) {
body {
	margin: 20px 0px;
}
.p7AP3-21 {
	padding: 0px 0px;
}
.p7AP3trig.p7ap3-theme-21 h3, .p7AP3trig.p7ap3-theme-21 h4 {
	font-size: 1.4em;
}
.p7AP3panelcontent.p7ap3-theme-21 {
	font-size: 1.15em;
	border-radius: 0px;
}
.p7AP3cwrapper.p7ap3-theme-21 {
	max-width: none;
}
}
