/* CSS Document */

.lightbox {
	/** Hide the lightbox */
	display: none;
	
	/** Apply basic lightbox styling */
	position: fixed;
	z-index: 9999;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	color:#333333;
	overflow: scroll;
	}

.lightbox:target {
    /** Show lightbox when it is target */
    display: block;
    outline: none;
}

.lightbox .box {
  	width: -webkit-min-content;
  	width: -moz-min-content;
  	width: min-content;
	min-width:800px;
 	margin: 2% auto;
	padding:10px 20px 10px 20px;
	background-color:#FFF;
	box-shadow: 0px 1px 26px -3px #777777; 
	}

.lightbox .title {
	margin:0;
	padding:0 0 10px 0px;
	border-bottom:1px #ccc solid;
	font-size:22px;
	}

.lightbox .content {
	width: 800px;
	display:block;
	position:relative;
	}
	

.lightbox .content .desc {
	z-index:99;
	bottom:0;
	position:absolute;
	padding:10px;
	margin:0 0 4px 0;
	background:rgba(0,0,0,0.8);

	color:#fff;
	font-size:17px;
	opacity:0;
	transition: opacity ease-in-out 0.5s;
	}	
	
.lightbox .content:hover .desc	{
	opacity:1;
}

.lightbox .next,
.lightbox .prev,
.lightbox .close {
	display:block;
	text-decoration:none;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:22px;
	color:#858585;
	}

.prev {
	float:left;
	}

.next, .close {
	float:right;
	}
	
	.clear {
		display:block;
		clear:both;
		}
		
#main-hero {
    background-image: url("/ndfossil/new/img/banner/main page banner.jpg");
    background-size: contain;
	background-repeat: no-repeat;
    height: 100%;
    padding-top: 460px;	
}

#fossil-digs-hero {
    background-image: url("/ndfossil/new/img/banner/Fossil Digs banner.jpg");
    background-size: contain;
	background-repeat: no-repeat;
    height: 100%;
    padding-top: 460px;	
}

#publications-hero {
    background-image: url("/ndfossil/new/img/banner/publications banner.jpg");
    background-size: contain;
	background-repeat: no-repeat;
    height: 100%;
    padding-top: 460px;	
}

#links-hero {
    background-image: url("/ndfossil/new/img/banner/links banner.jpg");
    background-size: contain;
	background-repeat: no-repeat;
    height: 100%;
    padding-top: 460px;	
}

#exhibits-hero {
    background-image: url("/ndfossil/new/img/banner/nd fossil exhibits banner.jpg");
    background-size: contain;
	background-repeat: no-repeat;
    height: 100%;
    padding-top: 460px;	
}

#fossil-day-hero {
    background-image: url("/ndfossil/new/img/banner/national fossil day banner.jpg");
    background-size: contain;
	background-repeat: no-repeat;
    height: 100%;
    padding-top: 460px;	
}

#fossil-laws-hero {
    background-image: url("/ndfossil/new/img/banner/Paleocene mural.jpg");
    background-size: contain;
	background-repeat: no-repeat;
    height: 100%;
    padding-top: 460px;	
}