/* Responsive Media Stylesheet for Faith Preparatory School */


/* Tablet portrait to landscape (480px to 928px)*/
@media (max-width: 58em) {
/* Main Widths */
.bit-1  { width: 100%; }
.bit-2  { width: 50%; }
.bit-3  { width: 100%; }
.bit-4  { width: 100%; }
.bit-75 { width: 100%; }
#mainwrapper {
	width: 96%;
	}
#mainwrapper.home {
	width: 96%;
	}
#box3, #box2 {
	margin-top: 1.5em;
	margin-left: 0;
	}
#payments {
	width: 134px;
	}
#nav-trigger.no-js {		/*changes styling if javascript is disabled*/
	display: none;
	}
#nav-trigger {
  display: block; 
  }
nav#nav-main.no-js {      /*changes styling if javascript is disabled*/
  display: block;
  }
nav#nav-main.no-js li {
  display: block;
  margin: 0;
  border-top: solid 1px #717374; 
  }
nav#nav-main {
  display: none; 
  }
nav#nav-mobile.no-js {		/*changes styling if javascript is disabled*/
	display: none;
	}
nav#nav-mobile {
  display: block; 
	}
#nav-trigger span {
  background-color: #70c170;
  color: #f6f2f0;
  font-family: 'Delius';
  border-radius: 3px;
  width: 97%;
  display: inline-block;
  text-align: center;
  padding-top: 1em;
  cursor: pointer;
  border-bottom: 3px solid #145f3a;
  box-shadow: 0 250px 150px rgba(0,0,0,.2);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(112,193,112)), to(rgb(32,122,22)));
  background-image: -webkit-linear-gradient(top, rgb(112,193,112), rgb(32,122,22));
  background-image: -moz-linear-gradient(top, rgb(112,193,112), rgb(32,122,22));
  background-image: -o-linear-gradient(top, rgb(112,193,112), rgb(32,122,22));
  background-image: -ms-linear-gradient(top, rgb(112,193,112), rgb(32,122,22));
  background-image: linear-gradient(top, rgb(112,193,112), rgb(32,122,22));
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#70c170', EndColorStr='#207a16');
  border-radius: 3px;
	-webkit-box-shadow: inset 0px 18px 12px -13px rgba(255,255,255,.5);
	-moz-box-shadow: inset 0px 18px 12px -13px rgba(255,255,255,.5);
	box-shadow: inset 0px 18px 12px -13px rgba(255,255,255,.5);
  }
#nav-trigger span:after {
  display: inline-block;
  width: 96%;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  content: "";
  }
#nav-trigger span:hover {
  }
nav#nav-mobile ul {
  display: none;
  width: 96%;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  text-align: center;
  }
nav#nav-mobile li {
  display: block;
  padding: 0;
  margin: 0;
  background-color: #70c170;
  border-top: solid 1px #ffffff; 
  }
nav#nav-mobile a {
  margin: 0;
  display: block;
  padding-top: 1em; 
  padding-bottom: 1em; 
  text-decoration: none;
  color: #f6f2f0;
  font-family: 'Delius';
   }
nav#nav-mobile a:hover {
  }
#col_2 {
	float: none;
	width: 98%;
	}
#aside {
	float: none;
	margin-right: 0;
	margin-bottom: 1em;
	width: 98%;
	}
.tabs {
		border-right: none;
		}
.tabs li {
	list-style: none;
	display: block;
	text-align: left;
	}
.mainimg {
	display: none;
	}
	.mainimg2 {
	display: none;
	}
	.centered {
	display: none;
	}
footer.home {
	top: 400px;
	}
footer {
	position: relative;
	clear: both;
	width: 100%;
	min-height: 400px;
	text-align: center;
	background: url("../images/faithprepfooter.png") no-repeat;
	background-size: 120%;
	background-position: center bottom;
	}
footer p {
	padding-top: 305px;
	font-size: .8em;
	}
 }
 
/* Landscape to small desktop (928px to 1420px)*/
@media (min-width: 58em) and (max-width: 88.750em) {
nav#nav-main ul {
	width: 93%;
	}
nav#nav-main li {
	padding-top: .8em;
	padding-bottom: .8em;
	font-size: .8em;
	}
nav#nav-main a {
	padding: 1.5em;
	}
#mainwrapper {
	width: 96%;
	}
#mainwrapper.home {
	width: 96%;
	}
footer.home {
	top: 420px;
	}
footer {
	position: relative;
	clear: both;
	width: 100%;
	min-height: 400px;
	text-align: center;
	background: url("../images/faithprepfooter.png") no-repeat;
	background-size: 120%;
	background-position: center bottom;
	}
footer p {
	padding-top: 305px;
	font-size: .8em;
	}
}		






