.wide {
  width:100%;
  height:100%;
  max-height: 200px;
  height:calc(100% - 1px);
  background-image:linear-gradient(
	  rgba(0, 0, 0, 0.5),
	  rgba(0, 0, 0, 0.5)
	),url('../images/cell.jpg');
  background-size:cover;
}

.wide img {
  width:100%;
}
img.card-img-top {
	height: 200px;
}

.logo {
  color:#fff;
  font-weight:500;
  font-size:3em;
  text-align: center;
  }

.line {
	padding-top: 96px;
  overflow:hidden;
  text-align:center;
  color: white;
}

.jumbotron {
	background-image:linear-gradient(
		  rgba(0, 0, 0, 0.5),
		  rgba(0, 0, 0, 0.5)
		),url('../images/cell.jpg');
	 background-size:cover;
	 color: white;
	 text-align:center;
}

.yale-jumbotron {
	background-color: #337ab7;
	color: white;
}

figcaption {
	text-decoration: underline;
	margin-bottom: 20px;
}



video {
	margin:auto;
	width: 98%;
	max-width: 620px;
	display: block;
}

#video-toolbar {
	margin:auto;
	width: 98%;
	max-width: 620px;
	display: block;
}


.tbq-toggle {
	color: #3a24ce;
	text-decoration: underline;
	cursor: pointer;
}


.hidden {
	visibility: hidden;
}

.hidden:last {
	margin-bottom: 50px;
}

.blog-post {
	font-size: 1.2em;
	line-height: 1.5;
	padding-left: 10%;
	padding-right: 10%;
}

.blog-post h1, h2, h3, h4, h5 {
	font-weight: 300;
}


.blog-post h1 {
	font-size:1.9em;
}

.blog-post h2 {
	font-size:1.7em;
}

.blog-post h3 {
	font-size:1.5em;
}

.blog-post h4 {

	font-size: 1.3em;
}

.blog-post h5 {
	text-decoration: underline;
	font-size: 1.1em;
}

.blog-image {
	position: relative;
	margin: 50px 0px 50px 0px;
}

.slide-title, .slides-list {
	max-width: fit-content;
	margin-top: 1em;
	margin-left: auto;
	margin-right: auto;
}

.annotation-instructions {
	font-size: 1em;
	max-width: 400px;
	margin-top: 1em;
	margin-bottom: 1em;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid grey;
	padding: 10px;
}
.slide-thumb {
	margin-top: 20px;
	margin-bottom: 30px;
}

.slide-thumb img {
	margin-top: 5px;
	margin-bottom: 5px;
}

.date {
	font-weight: 600;
	text-decoration: underline;
}

.image-title {
	position: absolute;
	background-color: white;
	font-size: 18px;
	font-weight: 500;
	padding: 5px;
	top: 0px;
	left: 0px;
}

figure {
	border: 1px solid gray;
	padding: 10px;
	margin: 20px;
}

figcaption {
	font-size: 1.1 em;
	text-decoration: underline;
	margin-bottom: 20px;
}


.label {
	background-color: white;
	border: 1px solid black;
	border-radius: 4px;
	color: black;
	font-size: 16px;
	font-weight: 400;
	padding: 5px;
	position: absolute;
}

ul.theme-list {
	list-style: none;
	padding-left: 0px;
}

ul.theme-list li {
	font-size: 1.2em;
}

ul.theme-session-list {
	list-style: none;
	padding-left: 0px;
}

.right-arrow {
	background-image: url("../images/right_arrow.png");
	position: absolute;
	width: 83px;
	height: 13px;
}

.left-arrow {
	background-image: url("../images/left_arrow.png");
	position: absolute;
	width: 83px;
	height: 13px;
}

.arrow-left {
	position: absolute;
	width: 0; 
	height: 0; 
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent; 
	
	border-right:10px solid black; 
}

.arrow-right {
	position: absolute;
	width: 0; 
	height: 0; 
	border-top: 1em solid transparent;
	border-bottom: 1em solid transparent; 
	
	border-left:1em solid black; 
}

.arrow-stem {
	position: absolute;
	background-color: black;
	display: block;
	width:5%;
	height:4px;
	border-bottom: 4px solid black;
}

.tbq-toggle {
	color: #3a24ce;
	text-decoration: underline;
	cursor: pointer;
	margin: 10px 0 10px 0;
}
.distractor, .answer {
	cursor: pointer;
	line-height: 2em;
}

.explanation {
	margin-bottom: 20px;
	border: 1px solid black;
	padding: 10px;
}

.assignment-date {
	font-weight: bold;
}

#lat, #lng {
	display: none;
}

img.leaflet-marker-icon.leaflet-zoom-animated.leaflet-interactive {
	visibility: hidden;
}
img.leaflet-marker-shadow.leaflet-zoom-animated {
	visibility: hidden;
}
