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

/* == home page code == */
/*moving art background*/
@media only screen and (max-width: 2500px) {
.moving-container {
	position: relative;
	width: 100%;
	min-height: 160vh;
	background-image: url("../jpegs/backgrounds/home-background.jpg");
	background-position: 0px 0px;
	top: 0; left: 0;
	background-repeat: repeat-y;
	animation: negatory 25s alternate;
	animation-iteration-count: infinite;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-backface-visibility: visible;
	backface-visibility: visible;
	transition-timing-function: ease-in-out;
	overflow: hidden;
	}
}
@media only screen and (max-width: 1000px) {
.moving-container {
	position: relative;
	width: 100%;
	min-height: 160vh;
	background-image: url("../jpegs/backgrounds/home-background.jpg");
	background-position: 0px 0px;
	top: 0; left: 0;
	background-repeat: repeat-y;
	animation: negatory 60s alternate;
	animation-iteration-count: infinite;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-backface-visibility: visible;
	backface-visibility: visible;
	transition-timing-function: ease-in-out;
	}
}
@media only screen and (max-width: 700px) {
.moving-container {
	position: relative;
	width: 100%;
	min-height: 160vh;
	background-image: url("../jpegs/backgrounds/home-background.jpg");
	background-position: 0px 0px;
	top: 0; left: 0;
	background-repeat: repeat-y;
	animation: negatory 80s alternate;
	animation-iteration-count: infinite;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-backface-visibility: visible;
	backface-visibility: visible;
	transition-timing-function: ease-in-out;
	}
}
@keyframes negatory {
	0% {background-position: 0 0;}
	100% {background-position: 100% 0;}
}
.wrapper {
	position: relative;
	width: 100%; height: auto;
	margin: 0 auto;
}
#body-container {
	position: relative;
	width: 95%;
	height: auto;
	margin: 0 auto;
	text-align: center;
}
/*banner area*/
@media only screen and (max-width: 2400px) {
.navigation {
	position: relative;
	width: 100%;
	height: 40px;
	margin: 0;
	padding: 6px 0 0 0;
	z-index: 1000;
	background-color: rgba(0,0,0,1);
}
}
@media only screen and (max-width: 700px) {
.navigation {
	position: relative;
	width: 100%;
	height: 40px;
	margin: 0;
	padding: 0 0 4px 0;
	z-index: 1000;
	background-color: rgba(0,0,0,1);
}
}
.navigation2 {
	position: relative;
	width: 100%;
	height: 40px;
	margin: 0;
	padding: 4px 0 0 0;
	z-index: 1200;
	background-color: rgba(0,0,0,1);
}
#banner {
	position: relative;
	width: 90%;
	height: auto;
	margin: 30px auto 0 auto;
}
@media only screen and (max-width: 2400px) {
	.title {
		font-size: 40px;
		line-height: 100px;
		text-align: center;
		color: rgba(255,255,255,1);
		font-family: raleway, sans-serif;
	}
}
@media only screen and (max-width: 800px) {
	.title {
		font-size: 30px;
		line-height: 100px;
		text-align: center;
		color: rgba(255,255,255,1);
		font-family: raleway, sans-serif;
	}
}
.title-small {
	font-size: 40px;
	line-height: 40px;
	text-align: center;
	margin: 30px 0 0 0;
	color: rgba(140,140,140,1);
	font-family: raleway, sans-serif;
}
/*end banner*/
/*body-text*/
.pic-container {
	position: relative;
	width: auto;
	height: auto;
	margin: 20px auto;
	text-align: center;
}
img {
	position: relative;
	width: auto;
	height: auto;
	overflow: auto;
	margin: 0 auto;
	text-align: center;
}
/*end body*/
/* slide container */
@media only screen and (max-width: 2400px) {
	.full-container {
		position: relative;
		width: 100%;
		height: auto;
		overflow: visible;
		margin: 20px auto 0 auto;
		text-align: center;
	}
}
@media only screen and (max-width: 1400px) {
	.full-container {
		position: relative;
		width: 75%;
		height: auto;
		overflow: visible;
		margin: 20px auto 0 auto;
		text-align: center;
	}
}
@media only screen and (max-width: 1000px) {
	.full-container {
		position: relative;
		width: 85%;
		height: auto;
		overflow: visible;
		margin: 20px auto 0 auto;
		text-align: center;
	}
}
@media only screen and (max-width: 600px) {
	.full-container {
		position: relative;
		width: 90%;
		height: auto;
		overflow: visible;
		margin: 10px auto 0 auto;
		text-align: center;
	}
}
/* end full container */
/* slide container */
@media only screen and (max-width: 2400px) {
	.slide-container {
		position: relative;
		width: 100%;
		height: auto;
		margin: 20px auto 0 auto;
		padding: 0;
		overflow: visible;
		text-align: center;
	}
}
@media only screen and (max-width: 1400px) {
	.slide-container {
		position: relative;
		width: 85%;
		height: auto;
		margin: 20px auto 0 auto;
		overflow: visible;
		text-align: center;
	}
}
@media only screen and (max-width: 1000px) {
	.slide-container {
		position: relative;
		width: 90%;
		height: auto;
		margin: 20px auto 0 auto;
		overflow: visible;
		text-align: center;
	}
}
@media only screen and (max-width: 600px) {
	.slide-container {
		position: relative;
		width: 90%;
		height: auto;
		margin: 0 auto;
		overflow: visible;
		text-align: center;
	}
}
/* -- end slide container -- */
/*footer*/
.footer {
	position: relative;
	width: 100%;
	height: auto;
	margin: 20px auto;
	clear: both;
}
.footer-text {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 14px;
	line-height: 20px;
	color: #fff;
	text-align: center;
}
/*end footer*/
/* == end home page code ==*/

/* == selected works == */
.thumbnail-banner {
	position: relative;
	width: 80%;
	height: auto;
	margin: 40px auto 30px auto;
}
.thumbnail-head {
 font-family: raleway, sans-serif;
font-size: 24px;
color: rgba(120,120,120,1);
text-align: center;
margin: 0;
}
.thumbnail-date {
	font-family: Verdana, sans-serif;
	font-size: 16px;
	color: rgba(120,120,120,1);
	text-align: center;
	margin: 4px 0 20px 0;
}

@media only screen and (max-width: 2400px) {
.thumbnail-container {
	position: relative;
	width: 80%;
	height: auto;
	overflow: visible;
	margin: 10px auto 20px auto;
	padding: 0 0 20px 0;
	display: flex;
	display: -webkit-flex;
	flex-flow: row wrap;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 40px;
	row-gap: 50px;
	}
}
@media only screen and (max-width: 1000px) {
.thumbnail-container {
	position: relative;
	width: 90%;
	height: auto;
	overflow: visible;
	margin: 20px auto 20px auto;
	display: flex;
	display: -webkit-flex;
	flex-flow: row wrap;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	/*align-content: center;*/
	gap: 40px;
	row-gap: 50px;
	}
}
@media only screen and (max-width: 600px) {
.thumbnail-container {
	position: relative;
	width: 90%;
	height: auto;
	overflow: visible;
	margin: 20px auto 20px auto;
	display: flex;
	display: -webkit-flex;
	flex-flow: row wrap;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	/*align-content: center;*/
	gap: 20px;
	row-gap: 30px;
	}
}
.item {
	order: 1;
	flex: 0 1 auto;
	/*align-self: flex-start;*/
	line-height: 1px;
}
/*this code is for the thumbnail pages on the white background*/
@media only screen and (max-width: 2400px) {
.thumbnail-container-white {
	position: relative;
	width: 80%;
	height: auto;
	overflow: visible;
	margin: 10px auto 20px auto;
	display: flex;
	display: -webkit-flex;
	flex-flow: row wrap;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 40px;
	row-gap: 50px;
	}
}
@media only screen and (max-width: 1000px) {
.thumbnail-container-white {
	position: relative;
	width: 90%;
	height: auto;
	overflow: visible;
	margin: 20px auto 20px auto;
	display: flex;
	display: -webkit-flex;
	flex-flow: row wrap;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	/*align-content: center;*/
	gap: 40px;
	row-gap: 50px;
	}
}
@media only screen and (max-width: 600px) {
.thumbnail-container-white {
	position: relative;
	width: 90%;
	height: auto;
	overflow: visible;
	margin: 20px auto 20px auto;
	display: flex;
	display: -webkit-flex;
	flex-flow: row wrap;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	/*align-content: center;*/
	gap: 20px;
	row-gap: 30px;
	}
}
.white-item {
	order: 1;
	flex: 0 1 auto;
	/*align-self: flex-start;*/
	line-height: 1px;
}
/*end thumbnail white*/
.thumbnail-image-white {
	position: relative;
	height: auto;
	text-align: center;
	margin: 0 0 10px 0;
}
@media only screen and (max-width: 2500px) {
.grass-container {
	position: relative;
	width: 50%;
	margin: 10px auto 20px auto;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-evenly;
	align-items: flex-start;
	row-gap: 20px;
	column-gap: 20px;
	}
}
@media only screen and (max-width: 1200px) {
.grass-container {
	position: relative;
	width: 70%;
	margin: 10px auto 20px auto;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-evenly;
	align-items: flex-start;
	row-gap: 20px;
	column-gap: 20px;
	}
}
@media only screen and (max-width: 700px) {
.grass-container {
	position: relative;
	width: 90%;
	margin: 10px auto 20px auto;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-evenly;
	align-items: flex-start;
	row-gap: 20px;
	column-gap: 20px;
	}
}
.grass-item {
	order: 0;
	flex: 0 1 auto;
	padding: 0 10px;
}
/* == end grass == */

/*--code for bio page--*/
@media only screen and (max-width: 2500px) {
.bio {
	position: relative;
	width: 60%;
	margin: 20px auto;
}
}
@media only screen and (max-width: 1000px) {
.bio {
	position: relative;
	width: 90%;
	margin: 20px auto;
	}
}
.bio-label {
	position: relative;
	width: auto;
	height: auto;
	font-family: Verdana, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 22px;
	color: rgba(120,120,120,1);
	text-align: left;
	padding: 0;
	margin: 6px 0;
}
.bio-info {
	position: relative;
	width: auto;
	height: auto;
	font-family: Verdana, sans-serif;
	font-size: 14px;
	line-height: 22px;
	color: rgba(120,120,120,1);
	text-align: left;
	margin: 4px 0 12px 12px;
}
.bio-exhibit-container {
	position: relative;
	width: 98%;
	height: auto;
	margin: 0 0 6px 12px;
}
.bio-date {
	display: inline-block;
	width: 22%;
	height: auto;
	text-align: left;
	vertical-align: top;
	font-family: Verdana, sans-serif;
	font-size: 14px;
	line-height: 22px;
	color: rgba(120,120,120,1);
}
.bio-exhibit {
	display: inline-block;
	width: 74%;
	height: auto;
	font-family: Verdana, sans-serif;
	font-size: 14px;
	line-height: 22px;
	color: rgba(120,120,120,1);
	text-align: left;
}
ul.ed {
	list-style: disc;
	list-style-position: outside;
	margin: 0;
	padding: 0 0 0 16px;
}
.ed li {
	font-family: Verdana, sans-serif;
	font-size: 14px;
	color: rgba(120,120,120,1);
	line-height: 24px;
}
/*--end bio code--*/

/*--contact code--*/
.contact-center {
	font-family: Verdana, sans-serif;
	font-size: 14px;
	line-height: 24px;
	text-align: center;
	color: rgba(120,120,120,1);
}
/*--end contact code--*/

/*=======================*/
/*----labels----*/
.label {
	position: relative;
	width: 100%;
	margin: 10px auto 0 auto;
}
.label-text {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	line-height: 12px;
	text-align: center;
	color: rgba(80,80,80,1);
}
/*----end labels----*/
/*----big images----*/
#body-container-2 {
	position: relative;
	width: 100%;
	margin: 20px auto 0 auto;
	text-align: center;
}
.big-image {
	position: relative;
	width: 100%;
	height: auto;
}
/*----end big----*/
/*----fancy classes----*/
img.scalable {
	height: auto !important;
	width: auto !important;
	max-width: 100%;
}

.fancy {
	box-shadow: 8px 8px 10px rgba(0,0,0,.5);
}

.glowing {
	box-shadow: 0px 0px 16px 16px rgba(180,180,180,0);
	-webkit-transition: all .5s ease-in-out 0s;
	-moz-transition: all .5s ease-in-out 0s;
	-o-transition: all .5s ease-in-out 0s;
	transition: all .5s ease-in-out 0s;
	-ms-transition: all .5s ease-in-out 0s;
}
.glowing:hover {
	box-shadow: 0px 0px 4px 4px rgba(180,180,180,.7);
}
/*----end fancy classes----*/
/*----footer----*/
#footer {
	width: 100%;
	margin-bottom: 30px;
	clear: both;
	padding-top: 9px;
}
.footer-text {
	text-align: center;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 16px;
}
.scroll-to {
	position: relative;
	width: 100%;
	margin-bottom: 20px;
}
/*----end footer----*/


/*--code for small text for lost images--*/
.lost {
	position: relative;
	width: 100%;
	height: 14px;
	margin: 0 0 20px 0;
	font-family: Verdana, sans-serif;
	font-size: 11px;
	text-align: center;
}
.reddish {
	color: red;
}

.featured {
	position: relative;
	width: 100%;
	height: 100%;
	text-align: center;
}
.featured-child {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.title-subhead {
	font-size: 20px;
	line-height: 30px;
	text-align: center;
	margin: 0;
	padding: 0;
	color: rgba(80,80,80,1);
	font-family: raleway, sans-serif;
}
.title-number {
	font-size: 20px;
	line-height: 30px;
	text-align: center;
	margin: 0;
	color: rgba(80,80,80,1);
	font-family: quicksand, sans-serif;
}
@media only screen and (max-width: 2400px) {
	.body-container {
		position: relative;
		width: 100%;
		margin: 10px auto 0 auto;
		text-align: center;
		overflow: visible;
	}
}
@media only screen and (max-width: 800px) {
	.body-container {
		position: relative;
		width: 80%;
		margin: 0 auto 0 auto;
		text-align: center;
		overflow: visible;
	}
}
