
/* background images */

html  .page-home{
		width:100%;
		height:100%;
}

body.page-schedule  {	
	background:url('../images/timepasses.jpg') no-repeat center;
	background-size:100% 100%;
	background-attachment: fixed;
}

img {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 1.9);
}

.photo-wrapper {
	margin:0 auto;
	margin-top:20px;
	width:1000px;
	background-color:rgba(255,255,255,0.7);
	box-shadow:0 0 30px black;
}


.schedule-wrapper {
	margin:0 auto;
	margin-top:20px;
	width:1300px;
	background-color:rgba(255,255,255, .9);
	box-shadow:0 0 30px black;
}

/* primary elements */

header {
	padding:0px 0px;
	text-align:center;	
}
.inside {
	padding:20px 40px;
	text-align:center;
}
header img {
	margin:5px 0px 0px 0px;
	text-align:center;
}





}
