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


/*Tablet View*/
@media (max-width: 949px)
{



#wrapper {
	height: 750px;
	width: 920px;
	margin-right: auto;
	margin-left: auto;
}



#header {
	height: 91px;
	width: 750px;	
	
}
.logo {
	background-image: url(../images/logo-tablet-slice-bg.jpg);
	height: 91px;
	width: 108px;
	float: left;
}
.logo-image {
	background-image: url(../images/main-logo-slice-tablet.jpg);
	height: 80px;
	width: 102px;
	margin-top: 5px;
	margin-left: 5px;
}
.navigaton {
	background-image: url(../images/nav-slice-tablet-bg.jpg);
	float: left;
	height: 91px;
	width: 642px;
}
.navigaton-bar {
	background-image: url(../images/nav-slice-tablet-bg.jpg);
	height: 91px;
	width: 642px;
	margin-left: 108px;
}
.navigaton-bar ul {
	height: 60px;
	width: 580px;
	margin-top: 65px;
}
.navigaton-bar ul li {
	list-style-type: none;
	height: 20px;
	width: 80px;
	float: left;
}
.navigaton-bar ul li a {
	color: #FFF;
	font-size: 12px;
	font-weight: bolder;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}
#section {
	background-image: url(../images/about-page-body-picture-tablet-bg.jpg);
	height: 808px;
	width: 750px;
}
#showcase {
	background-color: #CCC;
	height: 720px;
	width: 649px;
	float: left;
	margin-top: 40px;
	margin-left: 50px;
}
.image-container {
	height: 575px;
	width: 704px;
	margin-top: 40px;
	float: left;
	margin-left: 50px;
}

.slide_img{
	position: absolute;
	width: 299px;
	height: 286px;
	margin-left: -32px;
	margin-top: -12px;
}

.slide_img img{
	width: 299px;
	height: 286px;
}
.image-container #one a {
	background-image: url(../images/website-launch-button.jpg);
	height: 19px;
	width: 138px;
	float: left;
	text-align: center;
	margin-left: 87px;
	margin-top: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bolder;
	color: #FFF;
	text-decoration: none;
}
.image-container #two a {
	background-image: url(../images/website-launch-button.jpg);
	height: 19px;
	width: 138px;
	float: left;
	text-align: center;
	margin-left: 87px;
	margin-top: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bolder;
	color: #FFF;
	text-decoration: none;
}
.image-container #three a {
	background-image: url(../images/website-launch-button.jpg);
	height: 19px;
	width: 138px;
	float: left;
	text-align: center;
	margin-left: 87px;
	margin-top: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bolder;
	color: #FFF;
	text-decoration: none;
}
.image-container #three img {
	background-image: url(../images/union_bethel_mobile_slice.jpg);
	height: 286px;
	width: 260px;
	margin-left: 25px;
}





#i1, #i2, #i3{
	display: none;
}



.nav{
	width: 100%;
	height: 11px;
	bottom: 12%;
	text-align: center;
	z-index: 99;
	margin-top: 312px;
	margin-left: -225px;
}

.dots{
	top: -5px;
	width: 18px;
	height: 18px;
	margin: 0 4px;
	position: relative;
	border-radius: 50%;
	display: inline-block;
	background: rgba(0,0,0,.6);
}

.slide_img{
	z-index: -1;
}

#i1:checked ~ #one,
#i2:checked ~ #two,
#i3:checked ~ #three{

	z-index: 9;
}
	
#i1:checked ~ .nav #dot1,	
#i2:checked ~ .nav #dot2,	
#i3:checked ~ .nav #dot3{
	background: #fff;
}


#footer {
	background-image: url(../images/footer-slice-tablet-bg.jpg);
	height: 17px;
	width: 750px;
	float: left;
}
#footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	color: #FFF;
	text-align: center;
	margin-top: -6px;
}
