@charset "utf-8";

.church_heading {
	font-size: 2vw;
	font:Arial, Helvetica, sans-serif;
	}
.main_text {
	font-size: 1.0vw;
	font:Arial, Helvetica, sans-serif;
	}
.arrow_link {
  width: 50px;
  height: 50px;
}
#church_plan_body {

}
.image_plan {
	max-width: 100%;
	height: auto;
	display: block;
}
#instructions {
	font-size:1.1vw;
	position: absolute;
	left: 50%;
	top: 40%;
	width: 50%;
	}
.elastic_img {
	width: 12vw; 
	max-width: 200px;
	height: auto;
	}	
#STS {
	background-size:contain;
	position: absolute;
	background-position: center center;
	opacity: 0.5;
	left: 48%;
	top: 70%;
	background-repeat: no-repeat;
	background-image: url("images/sts_window_thunbnail.jpg");
}
#NTN:hover {
	opacity: 1.0;
	}
#NN1 {
	background-size:contain;
	position: absolute;
	background-position: center center;
	opacity: 0.5;
	left: 33%;
	top: 16%;
	background-repeat: no-repeat;
	background-image: url("images/nn1_window_thunbnail.jpg")
}
#NN1:hover {
	opacity: 1.0;
	}
#SN1 {
	background-size:contain;
	position: absolute;
	background-position: center center;
	opacity: 0.5;
	left: 33%;
	top: 55%;
	background-repeat: no-repeat;
	background-image: url("images/sn1_window_thunbnail.jpg");
}
#SN1:hover {
	opacity: 1.0;
	}
















