@charset "UTF-8";

body {
	color: #555;
	font-family: "Merriweather", serif;
	font-size: 1em;
  	font-style: normal;
  	line-height: 2em;
	}
	
#mask {
	/* display: none; */
	position: fixed;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%:
	background-color: rgbs(0, 0, 0, 0.5);
	z-index: 998;
	}
	
#modal {
	/* display: none; */
	position: fixed;
	background-color: #dddddd;
	padding: 30px;
	left: 50%;
	margin-left: -40%;
	width: 80%;
	top: 10%;
	max-height: 80%;
	overflow: scroll;
	font-size: 67%;
	line-height: 20px;
	z-index: 999;
	}

h1 h2 h3 h4 h5 h6 {
	color: #CD7F32;
	}
 
.mugshot{
	float: left;
	width: 20%;
	max-width: 100px;
	padding: 2px;
	background-color: white;
	border: 1px solid #333333;
	}

.header-title {
	color: white;
	font-size: 1.5em;
	font-weight: bold;
	padding-top: 50px;
	padding-left: 20px;
	}
	
#mainNav {
	background-color: transparent;
	border: 0;
	}
.btn-primary {
	background-color: #CD7F32;
	margin-bottom: 20px;
	}

.btn-primary:hover {
	background-color: #CCCCCC;
	}
		
.strapline {
	color: white;
	margin-left: -210px;
	padding-top: 30px;
	font-size: 67%;
	}

.previous-box {
	background-color: #F2DFCD;
    border-radius: 20px;
    max-height: 400px;
    max-width: 300px;
    margin-right: 60px;
	}	
.copyright {
	font-size: 67%;
	}
	
.navbar-toggler {
	color: white;
	margin-top: -86px;
	}

.navbar-nav {
	float: right;
	margin-top: -60px;
	}
	
.nav-item a {
	color: #CD7F32;
	text-align: right;
	height: 20px;
	padding-right: 8px;
	}
	
.post-subtitle {
	color: #999999;
	font-size: 100%;
	font-weight: normal;
	font-style: italic;
	}
	
.post-title {
	color: #CD7F32;
	}
	
.post-main::first-letter {
  	color: #CD7F32;
  	font-weight: bold;
  	font-size: 133%;
	}
	
	
h1 {
	color: white;
	text-align: center;
	}
	
.subheading {
	color:white;
	}
	
.history {
	background-color: white;
	border-radius: 6px;
	padding: 12px;
	margin-top: 12px;
	line-height: 16px;
	font-size: 80%;
	}
	
.post-ref {
	font-family: "Open Sans", sans-serif;
	font-size: 80%;
	margin-top: -10px;
	margin-bottom: 6px;
	}
	
p.url-ref {
	first-letter: normal;
}
	
@media (max-width: 992px) {
	.navbar-toggler {
		color: white;
		margin-top: -40px;
	}
	.header-title {
		font-size: 32px;
		max-height: 100px;
	}
	.strapline {
		font-size: 12px;
		margin-left: -546px;
		padding-top: 50px;
	}
}
	
@media (max-width: 480px) {
	.navbar-toggler {
		color: white;
		margin-top: -96px;
	}
	.header-title {
		font-size: 20px;
		max-height: 100px;
	}
	.strapline {
		font-size: 12px;
		margin-left: 0px;
		padding-top: 10px;
	}
}
	