blockquote
  { margin:20px 30px;	
  }
  
h3
  { font-weight:700;
  	font-size: 2rem;
  	text-shadow: 2px 2px 5px rgb(0,0,0);
  	color:rgb(231,212,232);
  }
  
.note { 
  	line-height: 14px;
  	font-size: 12px;	
  }
  
a.arrowlink:link, a.arrowlink:visited 
  {	color:rgb(231,212,232);
  }
  
a.arrowlink:hover, a.arrowlink:active
  { color:rgb(255,222,22);
  }
  
.narrow-spacing
  { line-height: 1rem;
  }

.theHead
  { background-color:rgb(79,57,107);
    margin:0px;
    padding: 15px 0px 10px 0px;
    margin-top:96px;
    text-align:center;
  }
  
.top-spacing {
	margin-top:96px;
}
  
.bg 
  { background-image: url("/inventory/bbb/img/bgImage.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }

.container-main
  { background-color: rgb(229,229,172);  
    box-shadow: 10px 10px 5px rgba(0,0,0,0.5);
   	padding:0px;
  }
  
.textSection
  { padding:20px;
    color:rgb(0,68,27);
  }  

.aside-color
  { background-color:rgb(79,57,107);
    padding: 10px 0px;
    margin-bottom:15px;
  }
#map 
  { height: 240px;
	width: 230px;
	padding: 0px;
	cursor: default;
  }
#map-container 
  { float:left;
	margin: 0px 20px 0px 0px;
	width: 232px;
	text-align: center;
	line-height:12px;
  }
  
#graph {
    height:100%;
	width: 100%;
	padding: 0px;
  }
  
.figure-caption-line {
	line-height:15px;
	padding-top:5px;
	font-size:12px;
	text-align:center;
  }
  
.graph-container {
	min-height:320px;
	max-height:500px;
	width: 560px;
  }
  
#graph-small {
   	display: none;
  }
  
.leaflet-container {
    background-color:rgba(255,0,0,0.0);
  }

.leaflet-interactive {
	cursor: default;
  }

@media (max-width: 767.98px) {
  #map-container {
  	  padding-bottom: 10px;
  	  float:none;
  	  margin: 0 auto;
  	}

  #graph, .graph-container {
      display: none;
    }
    
  #graph-small {
      display: inline;
      margin: 1px 0px 10px 10px;
      border:1px solid black;
    }
}
  

/* Main Page
================================ */ 

.mainbg 
  { background-image: url("/inventory/bbb/img/heroImage.jpg");
    height: 100%; 
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }

.splash-text
  { color: rgb(240,243,122);
  	  text-shadow:
	   -2px -2px 0 #000,  
	   2px -2px 0 #000,
	   -2px 2px 0 #000,
     	2px 2px 0 #000;
    margin-top:50px;
  }
  
.splash-text h1
  { font-weight:700;
  	font-size: 3rem;
  }
  
.splash-box
  { border-radius: 25px;
  	padding:1rem;
    background-color:white;
    color:black;
    opacity: 0.8;
    position:absolute;
	transform: translate(-50%, -50%);
	left:50%;
    top:85%;
  }
  
  
/* ==== */   
  
@media (max-width: 767.98px) {
  .splash-text
    { margin-top:20px;
    }

  .splash-text h1
    { font-weight:bold;
      font-size: 2rem;
    }
    
  .theHead h3
    { font-size: 1.5rem;
    }
    
  .container-main
    { box-shadow: 0px;
      width:100%;
    } 
}

/* ==== */  


/* Species
================================ */  
  
 #species h2
   { font-size: 1.3rem;
   	 font-weight:bold;
   }
  
 
 /* Resources
================================ */ 

#resources li
  { margin-bottom:5px;
  }
  
#resources .citation
  { margin-left:40px; 
    text-indent:-20px;
    margin-bottom:10px;
    line-height:14px;
  }
  
  
 /* Checklist
================================ */ 
  
#checklist th 
{
  vertical-align: bottom;
  text-align: center;
  width:50px;
}

#checklist th span 
{
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  white-space: nowrap;
}

#checklist .tablesection
 {	background-color: rgb(229,229,172);
 	padding:20px;
 	color:rgb(0,68,27);
 }

#checklist .table-bordered th,
#checklist .table-bordered td {
  border: 1px solid #333333;
}
