@media only screen and (min-device-width: 780px) {
#gallery {
	background-size: auto;
	height: 1px;
	padding-bottom: 40%;
/*	background-image: url('images/background.jpg');
	background-repeat: no-repeat;
	background-size: cover; */
	position: relative;
	top: 0;
	left:0;
}
	
	#gallery img {
	display:  block;
	position:  absolute;
	z-index: 0;
	top: 0; left:0;
	width: 100%;
}
	
	#tagline {
	margin-top: 100px;
	padding: 50px 100px;
	text-align: right;
	width: 100%;
	position: absolute;
	bottom: 20%;
	right:0;
}

#tagline span {
	display: inline-block;
	vertical-align: middle;
	line-height: normal;
}
	
	#caption {
	width: auto;
	border: inherit;
	vertical-align: middle;
}

#caption span{
	width: auto;
	height: auto;
}

#barButtons {
	width: 59%;
	border: inherit;
	padding: 0;
	vertical-align: middle;
	text-align: right;
}

#barButtons li {
	padding: 0%;
	display: moz-inline-block;
	display: inline-block;
	*display: inline;
	list-style-type: none;
	zoom: 1;
	width: 32%;
	height: auto;
}

#barButtons li a {
	width: auto;
	height: auto;
	padding: 0;
	font-size: 20px;
	text-align:  right;
	color: white;
}

#barButtons li a img {
	vertical-align: middle;
	width: 40%;
}
	
}



#pagegallery {
	background-size: auto;
	height: 1px;
    padding-bottom: 10%;
/*	background-image: url('https://attunededucation.com/wp-content/themes/sheilatheme/images/brick wall steps.jpg');
	background-repeat: no-repeat;
	background-size: cover; */
}





#bar {
	background-color: #787373;
	width: 100%;
	padding: 20px 0;
	position:relative;
	z-index: 2;
}

#bar #page {
	width: 90%;
}