/*Header CSS*/
header.usgs-banner {
	background: #00264c;
	color:#fff;
/*  height:65px;
	padding:8px  0 0 10px;
	border-bottom:5px solid rgb(210,210,210); */
    
	}
	
p {
  font-size:1.2em;
  line-height:1.5em;
}
header h3, #header-title{
	padding-top:0.5em;
    padding-bottom: 0.25em;
	font-size:0.9em;
	}
	
header img{
	/* float:left;
	margin-right:5px;
	width:100px; */
    margin-top: 8px;
    margin-bottom: 8px;
    border: 0;
    max-width: 100%;
    height: auto;
	}
.exploreMore{
	border:1px solid #003366;
	padding:10px 10px 0 10px;
	width:40%;
	max-width:400px;
	min-width:300px;
	text-align:center !important;
	margin:20px auto 20px auto !important;
	}
	
.toggleInfo{
  width:240px;
  text-align:center;
  margin:10px auto;
  padding:10px 5px;
  border:1px solid #003366;
  color:#003366;
  font-size:1.1em;
  cursor:pointer;
}

.toggleInfo:focus{
  background:#003366;
  color:#fff;
}

.p-share div a{
  background-color:#eceff1;
  color:#263238 !important;
}

#socialMedia{
  height:100px;
  width:100%;
  text-align:center;
  position:absolute;
  bottom:0;
  margin-bottom:10px;
}

#drawConclusionsText{
  display:none;
}

.exploreMore img{
	width:100%;
	}	
.extraButton{
	background:#003366;
	color:#fff;
	padding:5px 15px;
	border:1px solid #003366;
	outline:none;
	font-size:.8em;
	margin:-10px 0 10px 0;
	}

.extraButton:hover{
	background:#fff;
	color:#003366;
	border:1px solid #003366;
	}
.contactScience {
  font-size: .8em;
}

a:link {
    color: #01b29F;
}
#teamFaces {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
.teamFace {
  width: 150px;
  padding: 10px;
  text-align: center;
  
}
.teamFace img {
  width: 100%;
  border:1px solid white;
}	
.captionContainer{
  padding:15px;
  min-height:50px;
}

.caption{
  padding:15px;
  background:rgb(200,200,200);
  background:rgba(200,200,200,.5);
  font-size:.9em;
}

.insetPictureContainer{
  min-height:50px;
  margin-bottom:20px;
  text-align:center;
}

.insetPictureContainer img{
  width:100%;
  max-width:650px;
}

.figToggle{
  padding:5px 10px;
  background:#fff;
  border:1px solid #003366;
  outline:none;
  float:left;
  text-align:center;
  cursor:pointer;
}

.showing{
  background:#003366;
  color:#fff;
}



#figArea{
  padding-left:1px;
}

#figArea p{
  padding-left:8px;
}

#futureSuitabilityFigArea{
  display:none;
}

/*Intro*/
#intro{
	text-align:center;
	padding:20px;
	}
	
.svgFig{
  width:100%;
  min-height:200px !important;
}
	
.svgSpanner {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.svgSpanner {
	min-width: 620px;
}
/*Keynote*/
#welcome-keynote,
#walleyeDecline-keynote,
#walleyeBass-keynote,
#lakeWarming-keynote,
#futureWarming-keynote,
#futureSuitability-keynote,
#fishManagement-keynote {
	background-position: center center;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
	height: 100%;
	width: 100%;
	padding: 0;
	position:relative;
	}

.dimmer {
  background: rgba(0,0,0,.4);
  height: 100%;
}


#welcome-keynote {
  background-image: url('../images/welcome-bkg.png');
}

#walleyeDecline-keynote {
  background-image: url('../images/smallmouth-bkg.jpg');
}

#walleyeBass-keynote {
  background-image: url('../images/walleyeBass-bkg.jpg');
}

#lakeWarming-keynote {
  background-image: url('../images/lakeWarming-bkg.jpg');
}

#futureWarming-keynote {
  background-image: url('../images/futureWarming-bkg.jpg');
}

#futureSuitability-keynote {
  background-image: url('../images/futureSuitability-bkg.jpg');
}

#fishManagement-keynote {
	background-image: url('../images/fishManagement-bkg.jpg');
}

.keynote{
	text-align:center;
	color:#fff;
	font-size:1em;
	padding:10px;
	position:absolute;
	top:0; right:0; left:0; bottom:0;
	margin:auto;
	height:100px;
	}
	
.keynote h2, .keynote h3{
	font-weight:300;
	}
	
/*List CSS*/
.list{
	min-height:20px;
	padding:15px;
	}

.list h3{
	margin-bottom:10px;
	}
	
.list{
	margin-left:20px;
	list-style:square;
	}
	
.list li{
	margin-bottom:15px;
	font-size:1.2em;
	}
		
/*Section CSS*/

#walleyeDecline{
  overflow:hidden;
  
}

#walleyeDeclineSVGMobile{
  display:block;
}

#walleyeDeclineSVG{
  display:none;
}

#walleyeDecline{
	min-height:10px;
	}

	
/*Footer CSS*/
footer{
	/* background:rgb(0,51,102); */
    background: rgb(105,105,105);
	min-height:400px;
	font-size: 1.2em;
	color:#fff;
	border-top:5px solid rgb(210,210,210);
	}
	
footer .p-share{
  margin-bottom:15px;
}
	
footer a:visited{
  color:#008173;
}

@media only screen
	and (min-device-width: 768px)
	and (max-device-width: 1024px)
	and (-webkit-min-device-pixel-ratio: 1){
		#welcome-keynote,
    #walleyeDecline-keynote,
    #walleyeBass-keynote,
    #lakeWarming-keynote,
    #futureWarming-keynote,
    #futureSuitability-keynote,
    #fishManagement-keynote{
			background-attachment: scroll !important;
		}
}

/* USGS VID footer */
div.vid-footer {
    background-color: #00264c;
    overflow: auto;
    width: auto;
    padding-left: 1em;
}
div.footer-doi-second {
    clear: both;
    padding-top: 0.24em;
    margin-top: 2em;
    border-top: 1px solid #fff;
}
.menu.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}

.nav:before, .nav:after {
   content: none;
}


.footer-doi {
	padding-right: 0;
	padding-left: 0;
}

.footer-doi ul.menu li a {
    padding: 5px 0px;
    color: #ffffff;
    float: left;
    font-size: 12px;
}

.footer-doi ul.menu li:first-of-type {
    padding-left: 0px;
}

.footer-doi ul.menu li {
    float: left;
    padding-right: 2px;
    padding-left: 5px;
}

.footer-doi ul.menu li:after {
    content: "|";
    color: #ffffff;
    float: left;
    padding-top: 5px;
    padding-left: 7px;
    font-size: 12px;
}

.footer-doi ul.menu li:last-child:after {
    content: "";
}


@media screen and (min-width:768px){
  
  .center{
    width:768px;
    margin:0 auto;
  }
  
  .toggleInfo:hover{
    background:#003366;
    color:#fff;
  }
  
  .captionContainer{
    width:760px;
    margin:0 auto;
  }
  
  .caption{
    font-size:1.2em;
  }
  
  .insetPictureContainer{
    width:760px;
    margin:0 auto 20px auto;
  }
  
  .insetPictureContainer img{
    max-width:760px;
  }
  
  #walleyeDeclineSVGMobile{
    display:none;
  }

  #walleyeDeclineSVG{
    display:block;
    overflow:hidden;
    
  }
	
	/*Header CSS*/
	#logo, #header-title{
		width:760px;
		margin:0 auto;
		}
		
	header h3, #header-title {
		padding-top:0.5em;
        padding-bottom: 0.25em;
		font-size:1.2em;
	}
	.svgSpanner {
	  height: 450px;
	}
		
	/*Keynote CSS*/	
	#welcome-keynote {
		height:100%;
		background-attachment:fixed;
		}

	#walleyeDecline-keynote,
	#walleyeBass-keynote,
	#lakeWarming-keynote,
	#futureWarming-keynote,
	#futureSuitability-keynote,
	#fishManagement-keynote{
		height:100%;
		background-attachment:fixed;
		}
		
	.keynote{
		font-size:2em;
	}
	
	/*List CSS*/
	.list{
		width:730px;
		margin:0 auto;
	}
	
	.list li{
	  font-size:1.5em;
	}
		
}

#footer p {
  font-size:0.85em;
  font-weight: 300;
}
@media screen and (min-width:1024px){
  
  .center{
    width:960px;
  }
  
  .captionContainer,
  .insetPictureContainer{
    width:960px;
  }

	/*Header CSS*/
	#logo, #header-title{
		width:960px;
		}
		
	/*List CSS*/
	.list{
		width:960px;
	}
	
  .svgSpanner {
	  height: 720px;
	  position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
	}
}

/* Parts:share */
.p-share {
  text-align: center;
}

.p-share a {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
  background-color: #263238;
  border-radius: 100%;
  color: #eceff1;
  margin: 0 .5rem;
}
