@charset "UTF-8";
/* Background */

body {
margin:-15px;
	padding:-15px;
}
div.wrapper {
	background-image: url(../_images/rolling_hills.jpg);
	background-color: black;
	background-size:cover;
	background-attachment:fixed;
padding-top:15px;
	padding-bottom:15px;
	text-align:center;

}
	
/* Small Screen Background image */	
@media (max-width:726px) {
	div.wrapper {
		background-image:url(../_images/rolling_hills.jpg);
	}
}
/* Mobile Background */
@media (max-device-width:1064px) and (orientation:portrait){
div.wrapper {
	background-image: url(../_images/rolling_hills.jpg);
	background-position: center !important;
}
}
/* Formatting Changes */
div.container, div.completed_festivals {
	width: 80%;
	margin-top: 2%;
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0%;
	text-align:left;
}

/* Text boxes */
article, form, div.container, div.completed_festivals {
	background-image: url(../_images/text_box_light.png);
}
aside {
	background-image:url(../_images/text_box_light.png);
}
/* Temple Layout */
body> h2 {
	display: inline-block;
	border-radius: 5px;
	margin: 2% 40%;
	margin-right: auto;
	padding: 0.5em auto;
}
.temple li {
	width: 250px;
	margin: 1%; 
	padding: 0px;
	padding-left:0.5em;
	display: inline-block;
	overflow:hidden;
	height: 30%;
}
.temple h2 {
	display:block;
	margin-right: auto;
	padding: .2em 0em;
	padding-left: 1%;
	width: 99%;
	margin-top: -1.7em;
	z-index: 1;
	position: relative;
	float:left;
}
.temple li img {
	display: inline-block;
	margin: 0em;
	width: 100%;
	z-index: -1;
}
/*ADDED ON AREA*/
div.wrapper2 {
	background-color: #99ffff;
}
div.container2,  {
	width: 80%;

	margin-top: 2%;
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 2%;
}


/******** Library Item Adjustment ************/
/* Formating Library Item */
ul.global_navigation {
	width: auto;
	display: block;
	text-align: center;
	margin-left:-6%;
}
/* Small Screen Layout */
@media (max-width:726px){
	article {
	width: 80%;
	display: block;
	margin-top: 2%;
	margin-right: 5%;
	margin-left: 5%;
	margin-bottom: 2%;
}
a.button, article a.button { 
	margin: 2% auto 2% 25%;}
}

/* Mobile Layout */
@media (max-device-width:1064px) and (orientation:portrait){
	article {
		width: 80%;
		float: none;
		display: block;
		margin-top: 1em;
		margin-right: auto;
		margin-left: auto;
		margin-bottom: 1em;
	}
	a.button {
		margin: 0.5em auto;
	}
	article a.button {
		margin-top: 0.5em;
		margin-bottom: 0.5em;
		margin-left:20%;
		margin-right:auto
	}
	.temple li {
		width: 80%;
	}
}
/* Large Screen Layout */
@media (min-width:1200px){
	article{
	margin-top: 1em;
	}
	body> h2 {
		margin-left: 35%;
		margin-right: auto;
	}
a.button {
	margin-left: 35%;
	margin-top: 0px;
	margin-bottom: 0px;
}
}
