@charset "utf-8";
/* CSS Document */

@keyframes arrow {
	0% {bottom: 20px;}
	50% {bottom: 25px;}
	100% {bottom: 20px;}
}

@-moz-keyframes arrow {
	0% {bottom: 20px;}
	50% {bottom: 25px;}
	100% {bottom: 20px;}
}



#intro {
	
}

#hours-of-operation {
	clear: both;
	width: 100%;	
}

	
#content .section__content .sub-nav {
	text-align: center;	
}
	
#content .section__content .sub-nav .nav__item {
	display: inline-flex;
    vertical-align: top;
    overflow: hidden;
    background-size: cover !important;
    border: 3px solid rgb(74, 104, 49);
    border-radius: 5px;
    margin: 0.5em;
    width: 94%;
    height: 49px;
    text-align: center;

}
	
#content .section__content .sub-nav .nav__item:hover .nav__description {
	opacity: 1;	
	top: 0;
}
	
#content .section__content .sub-nav .nav__item:hover .nav__description h1 {
	top: 30%;
	color: #fff;
}
	
#content .section__content .sub-nav .nav__item .nav__description {
	position: relative;
	top: -100%;
	width: 100%;
	height: 100%;	
	background: rgb(74, 104, 49);
	color: #fff;
	transition: .2s linear all;
	-moz-transition: .2s linear all;
	-ms-transition: .2s linear all;
}
	
#content .section__content .sub-nav .nav__item .nav__description h1 {
	position: relative;
	margin: 0;
	top: 56px;
	font-size: 1.2em;
	color: rgb(74, 104, 49);
	text-align: center;
	transition: .5s linear all;
	-moz-transition: .5s linear all;
	-ms-transition: .5s linear all;
}
	
	
#content .section__content .inline-photo {
	margin: 1em 0 2em 0;
	border: 2px solid #cecece;	
}

.sidebar__object {
	display: none;	
}



/* === Exhibits === */
#exhibits .section__header.exhibits {
	margin: 1em 0 0 0 !important;
}

#exhibits .exhibit {
	display: inline-block;
	background-size: cover !important;
    background-position: 0 0 !important;
	margin: 0 0 4px 0;
	margin: 1em 0 4px 0;
	width: 100%;
	height: 350px;
}

#exhibits .exhibit .details {
	display: inline-block;
	vertical-align: top;
	opacity: 0;
	background: rgba(1,1,1,0.6);
	position: relative;
	text-align: center;
	color: #fff;
	top: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	transition: .3s linear all;
}

#exhibits .exhibit .exhibit__details {
	position: relative;
	padding: 0 1em;
	float: right;
	text-align: right;
	top: 220px;
	background: rgba(74, 104, 49, 0.91);
	color: #fff;
	height: 50px;
	width: 75%;	
}

#exhibits .exhibit .exhibit__details h1 {
	margin: 0.6em 0 0 0;	
}

#exhibits .exhibit .details a {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;	
	color: #fff;
	text-decoration:none;
}

#exhibits .exhibit .details:hover {
	opacity: 1;
}

#exhibits .exhibit .details:focus {
	opacity: 1;
}


#exhibits .exhibit .details h1 {
	position: relative;
	top: 20%;
	font-size: 1.2em;
}




@media (min-width: 576px){
	#content p {
		font-size: 1.1em;	
	}
}

@media (min-width: 992px){
	
}

@media (min-width: 1200px){
	
	.cover {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		width: 100%;
		height: 100%;
		background: rgba(255,255,255,0.6);
		z-index: 2;
	}
	
	
	#intro h1 {
		position: relative;
		z-index:3;
	}
	
	#intro p {
		margin: 2em 0px;
		position: relative;
		z-index:3;
	}
	
	  #content .section__content .inline-video {
		float: right;
		overflow: hidden;
		width: 450px;
		height: 270px;
		margin-top: 0;
		margin-right: 0;
		margin-left: 1em;
		margin-bottom: 1em;
		border: 1px solid rgba(187,187,187,0.65);
    }
    
  #content .section__content .inline-photo {
		float: right;
		overflow: hidden;
		width: 450px;
		height: 270px;
		margin-top: 0;
		margin-right: 0;
		margin-left: 1em;
		margin-bottom: 1em;
		border: 1px solid rgba(187,187,187,0.65);
    }
    
    #content .section__content .inline-photo .photo-description {
        display: block;
        text-align: center;
        background: rgba(0, 0, 0, 0.5);
        position: absolute;
        color: #fff;
        height: 50px;
        opacity: 0;
        bottom: 0;
        -webkit-transition: .2s linear all;
        -moz-transition: .2s linear all;
        -ms-transition: .2s linear all;
    }
    
    #content .section__content .inline-photo:hover .photo-description {
        opacity: 1;
        bottom: 0;
    }
	
	#content .section__content .sub-nav {
		text-align: center;	
	}
	
	#content .section__content .sub-nav .nav__item {
		display: inline-flex;
		vertical-align: top;
		overflow: hidden;
		background-size: cover !important;
		border: 3px solid rgb(74, 104, 49);
		border-radius: 5px;
		margin: 1em;
		width: 19%;
		height: 49px;
		text-align: center;

	}
	
	#content .section__content .sub-nav .nav__item:hover .nav__description {
		opacity: 1;	
		top: 0;
	}
	
	#content .section__content .sub-nav .nav__item:hover .nav__description h1 {
		top: 30%;
		color: #fff;
	}
	
	#content .section__content .sub-nav .nav__item .nav__description {
		position: relative;
		top: -100%;
		width: 100%;
		height: 100%;	
		background: rgb(74, 104, 49);
		color: #fff;
		transition: .2s linear all;
		-moz-transition: .2s linear all;
		-ms-transition: .2s linear all;
	}
	
	#content .section__content .sub-nav .nav__item .nav__description h1 {
		position: relative;
		margin: 0;
		top: 56px;
		font-size: 1.2em;
		color: rgb(74, 104, 49);
		text-align: center;
		transition: .5s linear all;
		-moz-transition: .5s linear all;
		-ms-transition: .5s linear all;
	}
	

	#content p {
		font-size: 1.2em;	
	}
	
	#intro-sidebar {
		float: right;	
		width: 240px;
		margin: 0.5em 0;
	}

	#intro-sidebar .sidebar__object {
		margin: 0 0 20px 0;
	}

	#intro-sidebar #hours-of-operation {
		border: 1px solid #cecece;
		text-align: center;
		margin: 1em 0;
		padding: 0.5em;
		width: 100%;
		height: auto;
	}
	
	#intro-sidebar #hours-of-operation h1 {
		margin: 0;
		padding: 8px;
		text-align: center;
		font-size: 1.4em;
		border-bottom: 2px solid #cecece;	
	}

	#intro-sidebar #hours-of-operation h3 {
		font-size: 1.3em;
	}
	
	#intro-sidebar #hours-of-operation p {
		margin: 1em 0;	
		font-size: 1.1em;
		padding-bottom: 0.6em;
		border-bottom: 1px solid #cecece;
	}
	
	#intro-sidebar #hours-of-operation p:last-of-type {
		border-bottom: none;	
        padding: 0;
	}

	/***********************
		SECTIONS
	***********************/
	
	
.sidebar__object {
	display: block;	
}

	/* Exhibits */
	
	#exhibits-container {
		width: 100%;
		text-align:center;	
	}
	#exhibits .exhibit {
		display: inline-block;
		vertical-align: top;
		border: 1px solid #cecece;
		margin: 0.5em;
		width: 18%;
		height: 300px;
		transition: .2s linear all;
		-webkit-transition: .2s linear all;
		-moz-transition: .2s linear all;
		-ms-transition: .2s linear all;
	}

	#exhibits .exhibit:hover {
		filter: sepia(70%);
		-moz-filter: sepia(70%);
	}
	
	#exhibits .exhibit:hover.exhibit__details {
		filter: sepia(0%);
		-moz-filter: sepia(0%);
	}
	
	
	
	#exhibits .exhibit .exhibit__preview {
		
	}
	
	#exhibits .exhibit .exhibit__details {
		position: relative;
		padding: 0 1em;
		float: left;
		text-align: center;
		top: 220px;
		background: rgba(74, 104, 49, 0.91);
		height: 50px;
		width: 100%;	
				-webkit-transition: .2s linear all;
		-moz-transition: .2s linear all;
		-ms-transition: .2s linear all;
	}
	
	#exhibits .exhibit .exhibit__details h1 {
		font-size: 1.1em;	
		line-height: 30px;
		color: #fff;
	}
	
	#exhibits .exhibit .details {
		color: #333;
	}

	
}
