/*
 * 
 * Additional post-launch stylesheet
 */

.alert-bar {
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 80px;
	padding: 0px 10px ;
	background-color: #c74f50;
}

.alert-bar h4 {
		font-family: 'Roboto Mono',monospace;
		font-size: 1.0rem;
		font-weight: 400;
		// font-style: italic;
		color: white;
		margin-bottom: 0;
}

.alert-bar .button {
	margin-bottom: 0;
	background-color: #015e6d;
	border-radius: 5px;
	margin-left: 20px;
	font-family: 'Roboto Mono',monospace;
	font-size: 1.0rem;
	font-weight: 400;
	min-width: 80px;
}

.alert-bar .button:hover {
	background: #fff;
	color: #015e6d;
}

/* 
 * Styles required by additional single-page template 
 */

.page-content {
	padding-bottom: 2.0rem;
}
.page-content h1.entry-title {
	font-family: 'Libre Baskerville',serif;
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
}

.page-content p {
	font-family: 'Libre Baskerville',serif;
	line-height: 1.6rem;
}

.page-content p a {
	font-family: inherit;
	font-size: inherit;
}

.page-content h2, 
.page-content h3,
.page-content h4,
.page-content h5 {
	font-family: "Roboto";
	letter-spacing: .56px;
	color: #015e6d;
}

.page-content ul,
.page-content ol {
	margin-left: 2.0rem;
}
.page-content ul li,
.page-content ol li {
	font-family: "Libre Baskerville";
}

.page-content ul li:hover,
.page-content ol li:hover {
	color: inherit;
	cursor:inherit;
}


.page-content figure.wp-caption {
	max-width: 100%;
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
}

/*
 * Lightbox
 */

.reveal {
	background: rgba(199, 79, 80);
}
.reveal h1 {
	color: #fff;
	font-family: "Roboto Mono",monospace;
	text-align: center;
	margin-top: 2.0rem;
	margin-bottom: 2.0rem;
	text-transform: uppercase;
}
.reveal p {
	color: #fff;
	margin-left: 1.0rem;
	margin-bottom: 2.0rem;
	font-size: 2.0rem;
	text-align:center;
}

.reveal .button {
	margin: 0 auto;
	display: block;
	max-width: 200px;
  background-color: #015e6d;
  border-radius: 5px;
  font-family: 'Roboto Mono',monospace;
  font-size: 1.0rem;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 2.0rem;
}
.reveal .button:hover {
	background: #fff;
	color: #015e6d;
}


.reveal .close-button {
	color: #fff;
}

@media all and (min-width: 540px) {
	p { 
		margin-left: 2.0rem; 
	}

}
