html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  background-color: #1d921d;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

img {
  max-width: 100%;
  height: auto;
}

figcaption {
	font-size: 0.8em;
	font-style: italic;
	text-align: center;
}

h2 {
	text-align: center;
}

.ytplayer {
  height:270px;
  width:480px;
}

.focusImg {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1em;
}

.leftImg {
  display: block;
  width: 40%;
  float: left;
  margin: 0.4em 20px 10px 0px;
}

.floatContainer {
	clear: both;
}

.censorBar {
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: black;
  color: white;
  top:0px;
}

.censoredImgContainer {
  position: relative;
}

#unCensor {
    display: table;
    margin: 30% auto;
}

@font-face {
  font-family: 'nerko_oneregular';
  src: url('../font/nerkoone-regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

h1, h3 {
  text-align: center;
  font-family: 'nerko_oneregular', Arial, sans-serif;
}

.bodytext, .footnote, .noIndent {
  margin: 4px;
  margin-bottom: 8px;
  hyphens: auto;
}

.bodytext {
  text-indent: 4em;
}

.footnote {
  font-size: 0.75em;
}

hr {
  width: 50%;
  border: 5px black solid;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

#mainText {
  background-color: #ffffff;
  border: 5px solid #000000;
  padding: 10px;
  margin: 0 0 30px 0;
  box-shadow: 0px 10px 25px 0px rgba(95, 0, 24, 0.562);
  z-index: 1;
  min-height: 300px;
}

#mainNav {
  background-color: #ffffff;
  border: 5px solid #000000;
  padding: 10px;
  box-shadow: 0px 10px 25px 0px rgba(95, 0, 24, 0.562);
  z-index: 1;
}

.navList {
  text-indent: -18px;
  padding: 0 0 0 18px;
}

blockquote {
  background: #f9f9f9;
  border-left: 10px solid #ccc;
  margin: 1.5em 10px;
  padding: 0.5em 10px;
  quotes: "\201C";
}

blockquote:before {
  color: #ccc;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}

blockquote p {
  display: inline;
}

.form-control {
  max-width: 30px;
}

.paragraphCode {
  background-color:rgb(196, 196, 196);
  color: rgb(0, 17, 168);
  padding: 10px 10px 10px 25px;
  border-style: solid;
  border-width: 0px;
  border-left-width: 15px;
  border-color: rgb(0, 17, 168);;
}

.bookRead {
	font-size: 0.8em;
	font-weight: normal;
}

.punnetCell {
	padding: 6px;
	border: 2px solid black;
	text-align: center;
	width: 35%;
}

th {
	text-align: center;
	padding: 6px;
}

table {
	margin-top: 10px;
	margin-bottom: 15px;
}

@media (max-width: 689px) {

	#thinkBoy {
		display: none;
	}
	
	.signature {
		margin: 10px 4px 0px 4px;
		text-indent: 230px;
	}

	.sigdate {
		margin: 0px 4px 4px 4px;
		text-indent: 245px;
	}
	
	.container {
		max-width: 545px;
	}

}
@media (min-width: 690px) {

	#thinkBoy {
		display: none;
	}
	
	.signature {
		margin: 10px 4px 0px 4px;
		text-indent: 120px;
	}

	.sigdate {
		margin: 0px 4px 4px 4px;
		text-indent: 135px;
	}
	.container {
		max-width: 994px;
	}
	.col-md-3 {
		-ms-flex: 0 0 30%;
		flex: 0 0 30%;
		max-width: 30%;
	}
	.col-md-6 {
		-ms-flex: 0 0 70%;
		flex: 0 0 70%;
		max-width: 70%;
	}
}
@media (min-width: 1024px) {

	#thinkBoy {
		display: inline;
	}
	
	.signature {
		margin: 10px 4px 0px 4px;
		text-indent: 230px;
	}

	.sigdate {
		margin: 0px 4px 4px 4px;
		text-indent: 245px;
	}
	.container {
		max-width: 1200px;
	}
	.col-md-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-md-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
}



/*Block below taken from Bootstrap while I wean myself off of it. */

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  box-sizing: border-box;
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  box-sizing: border-box;
}

.col-md-6, .col-md-3 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  box-sizing: border-box;
}

h1, h3 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h1 {
  font-size: 2.5rem;
}

h3 {
  font-size: 1.75rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

pre, code {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

strong {
  font-weight: bolder;
}
