@import url("fontawesome-all.min.css");
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,300italic,400,400italic");


mark { 
  background-color: yellow;
  color: black;
}

/**************************************/
/*     Image Settings                 */
/**************************************/

img.bordered
{
    border: thin #663300 solid;
}

img.center
{
    display: block;
    margin-left: auto;
    margin-right: auto;
}

img.text
{
	margin-bottom: 40px;
}


.export-button
{
	background-color: #4CAF50; /* Green */
	color: white;
	border: none;
	padding: 15px 32px;
	text-align: center;
	text-decoration: none;
	display: block;
	font-size: 16px;
	cursor: pointer;
	width: 80%;
	margin: auto;
	margin-top: 40px;
	margin-bottom: 20px;
}

.export-button:hover {
	background-color: #3e8e41;
  }

.gravity-earth
{
	width: 60%;
	display: block;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #bbbbbb;
}

.logo
{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.split-container
{
	width: 100%;
}

.split-side-left
{

}
.split-side-right
{
	display: block;
	border: 1px solid #bbbbbb;
	margin-left: 20px;
	padding: 20px;
	width: 50%;
	float: right;
	background-color: rgba(0, 0, 0, 0.103);
	color: #000000;
}

.center-container
{
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	margin-top: 0px;
}

.menu-container {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: rgba(0, 0, 0, 0.3);
	padding: 0;
	margin-top: 0px;
  }

#menu ul {
	display: block;
    align-items: stretch; /* Default */
    justify-content: space-between;
   
    margin: 0;
    padding: 0
  }
  
  #menu .main-menu {
	display: none;

  }
  
  #tm:checked + .main-menu {
	display: block;
  }
  
  #menu input[type="checkbox"], 
  #menu ul span.drop-icon {
	display: none;
  }
  
  #menu li, 
  #toggle-menu, 
  #menu .sub-menu {
	display: block;
    flex: 0 1 auto; /* Default */
    list-style-type: none;
	border-style: solid;
	border-color: rgb(0, 0, 0);
  }
  
  #menu li, 
  #toggle-menu {
	border-width: 0 0 1px;
  }
  
  #menu .sub-menu {
	background-color: rgba(0, 0, 0, 0.1);
	border-width: 0 0 1px;
	margin: 0 1em;
  }
  
  #menu .sub-menu li:last-child {
	border-width: 0;
  }
  
  #menu li, 
  #toggle-menu, 
  #menu a {
	position: relative;
	display: block;
	color: white;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, .125);
	
  }
  
  #menu {
	
  }
  
  #toggle-menu {
	background-color: rgba(9, 0, 0, 0.0);
  }
  
  #toggle-menu, 
  #menu a {
	padding: 1em 1.5em;
	font-weight: 500;
	text-decoration: none;
  }
  
  #menu a {
	transition: all .125s ease-in-out;
	-webkit-transition: all .125s ease-in-out;
  }
  
  #menu a:hover {
	background-color: rgba(212, 199, 199, 0.267);
	color: #FFFFFF;
	text-decoration: underline;
  }
  
  #menu .sub-menu {
	background-color: rgba(151, 7, 7, 0.925);
	display: none;
  }
  
  #menu input[type="checkbox"]:checked + .sub-menu {
	display: block;
  }
  
  #menu .sub-menu a:hover {
	background-color: rgba(212, 199, 199, 0.267);
	color: #ffffff;
  }
  
  #toggle-menu .drop-icon, 
  #menu li label.drop-icon {
	position: absolute;
	right: 0;
	top: 0;
  }
  
  #menu label.drop-icon, #toggle-menu span.drop-icon {
	padding: 1em;
	font-size: 1em;
	text-align: center;
	background-color: rgba(0, 0, 0, .125);
	text-shadow: 0 0 0 transparent;
	color: rgba(255, 255, 255, .75);
  }
  
  @media only screen and (max-width: 1150px)
  {
	#menu 
	{
		background-color: rgba(0, 0, 0, 0.4);
		width: 100%;
	}

	#menu .sub-menu {
		background-color: rgba(138, 29, 29, 0.575);
		display: none;
	  }
	
	
  }
  
    @media only screen and (max-width: 650px)
  {
	
	p {
		margin: 0 0 2em 0;
	}

	.logo
{
	width: 70%;

}

  }

  @media only screen and (min-width: 1150px) 
  {

	#menu .main-menu {
	  display: block;
	}
  
	#toggle-menu, 
	#menu label.drop-icon {
	  display: none;
	}
  
	#menu ul span.drop-icon {
	  display: inline-block;
	}
  
	#menu li {
	  float: left;
	  border-width: 0 1px 0 0;
	}
  
	#menu .sub-menu li {
	  float: none;
	}
  
	#menu .sub-menu {
	  border-width: 0;
	  margin: 0;
	  position: absolute;
	  top: 100%;
	  left: 0;
	  width: 12em;
	  z-index: 3000;
	}
  
	#menu .sub-menu, 
	#menu input[type="checkbox"]:checked + .sub-menu {
	  display: none;
	}
  
	#menu .sub-menu li {
	  border-width: 0 0 1px;
	}
  
	#menu .sub-menu .sub-menu {
	  top: 0;
	  left: 100%;
	}
  
   #menu .sub-menu .drop-icon {
	  position: absolute;
	  top: 0;
	  right: 0;
	  padding: 1em;
	}
  
	#menu li:hover > input[type="checkbox"] + .sub-menu {
	  display: block;
	}
  }

.center_nav_container
{
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.center_nav
{
	width: 300px;
	height: 100px;
}

html, body, div, span, applet, object,
iframe, h1, h2, h3, h4, h5, h6, p, blockquote,
pre, a, abbr, acronym, address, big, cite,
code, del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b,
u, i, center, dl, dt, dd, ol, ul, li, fieldset,
form, label, legend, table, caption, tbody,
tfoot, thead, tr, th, td, article, aside,
canvas, details, embed, figure, figcaption,
footer, header, hgroup, menu, nav, output, ruby,
section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;}

body {
	line-height: 1;
	font-size: 14pt;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

	blockquote:before, blockquote:after, q:before, q:after {
		content: '';
		content: none;
	}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	-webkit-text-size-adjust: none;
	font-size: 14pt;
}

mark {
	background-color: transparent;
	color: inherit;
}

input::-moz-focus-inner {
	border: 0;
	padding: 0;
	font-size: 14pt;
}

input, select, textarea {
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	appearance: none;
}

/* Basic */

	html {
		box-sizing: border-box;
	}

	*, *:before, *:after {
		box-sizing: inherit;
	}

	body {
		background: #fff;
	}

		body.is-preload *, body.is-preload *:before, body.is-preload *:after {
			-moz-animation: none !important;
			-webkit-animation: none !important;
			-ms-animation: none !important;
			animation: none !important;
			-moz-transition: none !important;
			-webkit-transition: none !important;
			-ms-transition: none !important;
			transition: none !important;
		}

	body, input, select, textarea {
		color: #666;
		font-family: "Source Sans Pro", Helvetica, sans-serif;
		font-size: 14pt;
		font-weight: 300;
		line-height: 1.65em;
	}

	strong, b {
		color: #555;
		font-weight: 400;
	}

	em, i {
		font-style: italic;
	}

	p {
		margin: 0 0 2em 0;
	}

	h1, h2, h3, h4, h5, h6 {
		color: #555;
		line-height: 1em;
		margin: 0 0 1em 0;
	}

		h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
			color: inherit;
			text-decoration: none;
		}

	h1 {
		font-size: 2.25em;
		line-height: 1.35em;
	}

	h2 {
		font-size: 2em;
		line-height: 1.35em;
	}

	h3 {
		font-size: 1.35em;
		line-height: 1.5em;
	}

	h4 {
		font-size: 1.25em;
		line-height: 1.5em;
	}

	h5 {
		font-size: 0.9em;
		line-height: 1.5em;
	}

	h6 {
		font-size: 0.7em;
		line-height: 1.5em;
	}

	sub {
		font-size: 0.8em;
		position: relative;
		top: 0.5em;
	}

	sup {
		font-size: 0.8em;
		position: relative;
		top: -0.5em;
	}

	hr {
		border: 0;
		border-bottom: solid 1px rgba(144, 144, 144, 0.5);
		margin: 2em 0;
	}

		hr.major {
			margin: 3em 0;
		}

	blockquote {
		border-left: solid 4px rgba(144, 144, 144, 0.5);
		font-style: italic;
		margin: 0 0 2em 0;
		padding: 0.5em 0 0.5em 2em;
	}

	code {
		background: rgba(144, 144, 144, 0.075);
		border-radius: 4px;
		border: solid 1px rgba(144, 144, 144, 0.5);
		font-family: "Courier New", monospace;
		font-size: 0.9em;
		margin: 0 0.25em;
		padding: 0.25em 0.65em;
	}

	pre {
		-webkit-overflow-scrolling: touch;
		font-family: "Courier New", monospace;
		font-size: 0.9em;
		margin: 0 0 2em 0;
	}

		pre code {
			display: block;
			line-height: 1.75em;
			padding: 1em 1.5em;
			overflow-x: auto;
		}

	.align-left {
		text-align: left;
	}

	.align-center {
		text-align: center;
	}

	.align-right {
		text-align: right;
	}

/* Container */

	.container {
		margin: 0 auto;
		max-width: calc(100% - 4em);
		width: 60em;
	}

		.container.xsmall {
			width: 15em;
		}

		.container.small {
			width: 30em;
		}

		.container.medium {
			width: 45em;
		}

		.container.large {
			width: 75em;
		}

		.container.xlarge {
			width: 90em;
		}

		.container.max {
			width: 100%;
		}

	


/* Section/Article */

	section.special, article.special {
		text-align: center;
	}

	header p {
		color: #999;
		margin: 0 0 1.5em 0;
		position: relative;
	}

	header h2 + p {
		font-size: 1.25em;
		line-height: 1.5em;
		margin-top: -1em;
	}

	header h3 + p {
		font-size: 1.1em;
		line-height: 1.5em;
		margin-top: -0.8em;
	}

	header h4 + p,
	header h5 + p,
	header h6 + p {
		font-size: 0.9em;
		line-height: 1.5em;
		margin-top: -0.6em;
	}

	header.major {
		margin: 0 0 1em 0;
	}

		header.major:after {
			background: rgba(144, 144, 144, 0.5);
			content: '';
			display: inline-block;
			height: 1px;
			margin-top: 1.5em;
			width: 6em;
		}

		header.major h2, header.major h3, header.major h4, header.major h5, header.major h6 {
			margin: 0;
		}

		header.major p {
			margin: 0.7em 0 0 0;
		}

	header.special {
		text-align: center;
	}


/* Icon */

	.center
	{
		margin: auto;
	}

	.icon {
		width: 100%;
		text-decoration: none;
		border-bottom: none;
		position: relative;
		
	}

		.icon:before {
			-moz-osx-font-smoothing: grayscale;
			-webkit-font-smoothing: antialiased;
			display: inline-block;
			font-style: normal;
			font-variant: normal;
			text-rendering: auto;
			line-height: 1;
			text-transform: none !important;
			font-family: 'Font Awesome 5 Free';
			font-weight: 400;
		}

		.icon > .label {
			display: none;
		}

		.icon:before {
			line-height: inherit;
		}

		.icon.solid:before {
			font-weight: 900 !important;
		}

		.icon.brands:before {
			font-family: 'Font Awesome 5 Brands';
		}

		.icon.style1:before {
			color: #c3e895;
		}

		.icon.style2:before {
			color: #8addaa;
		}

		.icon.style3:before {
			color: #6bd4c8;
		}

		.icon.style4:before {
			color: #57aed3;
		}

		.icon.style5:before {
			color: #4a87d3;
		}

		.icon.style6:before {
			color: #6b88e6;
		}

		.icon.major {
			text-decoration: none;
			color: #555;
			cursor: default;
			display: inline-block;
		}

			.icon.major:before {
				-moz-osx-font-smoothing: grayscale;
				-webkit-font-smoothing: antialiased;
				display: inline-block;
				font-style: normal;
				font-variant: normal;
				text-rendering: auto;
				line-height: 1;
				text-transform: none !important;
				font-family: 'Font Awesome 5 Free';
				font-weight: 400;
			}

			.icon.major:before {
				font-size: 4em;
				line-height: 1em;
			}

/* Image */

	.image {
		border-radius: 4px;
		border: 0;
		display: inline-block;
		position: relative;
		
	}

		.image img {
			border-radius: 4px;
			display: block;
		}

		.image.left {
			float: left;
			padding: 0 1.5em 1em 0;
			top: 0.25em;
		}

		.image.right {
			float: right;
			padding: 0 0 1em 1.5em;
			top: 0.25em;
		}

		.image.left, .image.right {
			max-width: 40%;
		}

		.image.fit {
			display: block;
			margin: 0 0 2em 0;
			width: 100%;
		}


/* Main */

	.main 
	{
		padding: 3em 0 3em 0 ;
	}

/* Header */

	#header 
	{
		background-color: #4686a0;
		color: rgba(255, 255, 255, 0.75);
		background-attachment: fixed, fixed, fixed;
		background-image: url("images/overlay2.png"), url("images/overlay3.svg"), linear-gradient(45deg, #cc0000 5%, #440000 30%, #cc0000);
		background-position: top left, center center, center center;
		background-size: auto, cover, cover;
		position: relative;
		text-align: center;
	}


	#header ul.major-icons li .icon {
		border-color: #ffffff;
	}

	#header .icon.major {
		color: #ffffff;
	}

	#header h1 {
		margin: 0;
	}

	#header p {
		margin: 1em 0 0 0;
	}




/* Footer */

	#footer {
		padding: 6em 0 6em 0 ;
		background-color: #4686a0;
		color: rgba(255, 255, 255, 0.75);
		background-attachment: fixed,							fixed,							fixed;
		background-image: url("images/overlay2.png"), url("images/overlay3.svg"), linear-gradient(45deg, #cc0000 5%, #440000 30%, #cc0000);
		background-position: top left,						center center,					center center;
		background-size: auto,							cover,							cover;
		text-align: center;
	}

		#footer a {
			border-bottom-color: rgba(255, 255, 255, 0.5);
		}

			#footer a:hover {
				color: #ffffff;
			}

		#footer h1, #footer h2, #footer h3, #footer h4, #footer h5, #footer h6, #footer strong, #footer b {
			color: #ffffff;
		}

		#footer header p {
			color: #ffffff;
		}

		#footer header.major:after {
			background: #ffffff;
		}

		#footer input[type="submit"],
		#footer input[type="reset"],
		#footer input[type="button"],
		#footer button,
		#footer .button {
			box-shadow: inset 0 0 0 1px #ffffff;
			color: #ffffff !important;
		}

			#footer input[type="submit"]:hover,
			#footer input[type="reset"]:hover,
			#footer input[type="button"]:hover,
			#footer button:hover,
			#footer .button:hover {
				background-color: rgba(255, 255, 255, 0.125);
			}

			#footer input[type="submit"]:active,
			#footer input[type="reset"]:active,
			#footer input[type="button"]:active,
			#footer button:active,
			#footer .button:active {
				background-color: rgba(255, 255, 255, 0.25);
			}

			#footer input[type="submit"].primary,
			#footer input[type="reset"].primary,
			#footer input[type="button"].primary,
			#footer button.primary,
			#footer .button.primary {
				background-color: #ffffff;
				box-shadow: inset 0 0 0 1px #ffffff !important;
				color: #4686a0 !important;
			}

				#footer input[type="submit"].primary:hover,
				#footer input[type="reset"].primary:hover,
				#footer input[type="button"].primary:hover,
				#footer button.primary:hover,
				#footer .button.primary:hover {
					background-color: rgba(255, 255, 255, 0.125) !important;
					color: #ffffff !important;
				}

				#footer input[type="submit"].primary:active,
				#footer input[type="reset"].primary:active,
				#footer input[type="button"].primary:active,
				#footer button.primary:active,
				#footer .button.primary:active {
					background-color: rgba(255, 255, 255, 0.25) !important;
				}

		#footer ul.major-icons li .icon 
		{
			border-color: #ffffff;
		}

		#footer .icon.major 
		{
			color: #ffffff;
		}

		#footer .icons 
		{
			margin: 0;
		}

		#footer .copyright {
			font-size: 0.8em;
			list-style: none;
			margin: 2em 0 0 0;
			padding: 0;
		}

			#footer .copyright li {
				border-left: solid 1px;
				display: inline-block;
				line-height: 1em;
				margin-left: 1em;
				padding: 0 0 0 1em;
			}

				#footer .copyright li:first-child {
					border-left: 0;
					margin-left: 0;
					padding: 0;
				}

/**************************************/
/*     Note Navigation Buttons        */
/**************************************/
.noteButton
{
    background-color: #990000; /* Crimson Red */
    border: none;
  
    color: white;
    padding: 15px 36px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    box-shadow: 0 0px 0px 0 rgba(0,0,0,0.2), 0 0px 5px 0 rgba(0,0,0,0.8);
}

.noteButtonFor:hover
{
    background-color: #bb0000 ;
}

.noteButtonBack
{
    border: #cecece;
    background-color: ivory;
}

.noteButtonBack:hover
{
    border: #cecece;
    background-color: #e9e9e9;
}

ul.square 
{
	margin-bottom: 10px;
	margin-left: 50px;
	list-style-type: square;
}

ul.square li
{
	margin-bottom: 10px;
}

ul.circle {
	list-style-type: circle;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 50px;
  }

ol.roman
{
	margin-bottom: 10px;
	margin-left: 50px;
	list-style-type: upper-roman;
}

ol.roman li
{
	margin-bottom: 10px;
}

#geo-table 
{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	border-collapse: collapse;
	width: 100%;
  }
  
  #geo-table td, #geo-table th 
  {
	border: 1px solid #ddd;
	padding: 8px;
  }
  
  #geo-table tr:nth-child(even){background-color: #f2f2f2;}
  
  #geo-table tr:hover {background-color: #ddd;}
  
  #geo-table th 
  {
	padding-top: 12px;
	padding-bottom: 12px;
	text-align: left;
	background-color: #990000;
	color: white;
  }