html { -webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	padding: 0;
	margin: 0; }
body { color: #545050;
	background-color: #fafafa;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 100%;
	text-decoration: none;
	padding: 0;
	margin: 0; }
h1 { color: #cd6600;
	font: normal normal bold 2.6em/1.2 "Helvetica Neue", Helvetica, Arial, sans-serif;
	letter-spacing: 0.1875em;
	text-align: center;
	text-shadow: 5px 5px 5px #DBDBDB;
	padding: 0.67em 0 0.33em 0;
	margin: 0; }
h2 { color: #cd6600;
	font: normal normal bold 2.2em/1.2 "Helvetica Neue", Helvetica, Arial, sans-serif;
	width: 75%;
	max-width: 1000px;
	padding: 0.67em 0 0.33em 0;
	margin: 0 auto; }
h3 { color: #cd6600;
	font: normal normal bold 1.8em/1 "Helvetica Neue", Helvetica, Arial, sans-serif;
	width: 75%;
	max-width: 1000px;
	padding: 0.67em 0 0.33em 0;
	margin: 0 auto; }
h4 { color: #545050;
	font: normal normal bold 1.5em/1 "Helvetica Neue", Helvetica, Arial, sans-serif;
	width: 75%;
	max-width: 1000px;
	padding: 0;
	margin: 0 auto; }
p { font: normal normal normal 1.5em/1.5 Georgia, Times, "Times New Roman", serif;
	width: 75%;
	max-width: 1000px;
	padding: 0;
	margin: 0.67em auto; }
ol {margin-left: 5%;
	margin-right: 5%;
	list-style-type: circle; }
ol.initial {list-style-type: initial;}
ol.decimal {list-style-type: decimal;}
ol.decimal-leading-zero {list-style-type: decimal-leading-zero;}
ol.lower-alpha {list-style-type: lower-alpha;}
ol.upper-alpha {list-style-type: upper-alpha;}
ol.lower-roman {list-style-type: lower-roman;}
ol.upper-roman {list-style-type: upper-roman;}
ol > li { font: normal normal normal 1.4em/1.5 Georgia, Times, "Times New Roman", serif;
	width: 75%;
	max-width: 1000px;
	padding: 0;
	margin: 0.6em auto; }
h2 + p { padding-top: 0;
	margin-top: 0; }
hr { border: 0;
	height: 1px;
	background-image: linear-gradient(to right, rgba(84, 80, 80, 0), rgba(84, 80, 80, 0.75), rgba(84, 80, 80, 0));
	width: 75%;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto; }
table {margin: 0.6em auto;
	border-collapse: collapse;  }
th { color: #cd6600;
	font-size: 1.3em;
	line-height: 1.3;
	text-align: center;
	border: 1px solid #999;
	padding: 0.4rem; }
td { font-size: 1.3em;
	line-height: 1.3;
	text-align: left;
	border: 1px solid #999;
	padding: 0.4rem; }

a:link { color: blue; text-decoration: none; }
a:visited { color: blue; text-decoration: none; }
a:hover { color: #63B8FF; text-decoration: none; }
a:active { color: red; }

blockquote { width: 76%; max-width: 900px; font-size: large; font-style: italic; margin: 0.67em auto;}
b { color: #cd6600; font-weight: bold; }
i { color: #000; font-style: italic; }

sup, sub {
	font-size: 0.65em;
	vertical-align: baseline;
	position: relative;
	top: -0.4em; }
sub { 
	top: 0.4em; 
	font-style: italic; }
sub a:link, sub a:visited { color: #dc143c; text-decoration: none; }

.bold { font-weight: bold; }
.dates { color: #cd6600; }
.green { color: #00cd00; font-style: italic; }
.red { color: #ee0000; font-style: italic; }
.gold { color: #FFC125; font-weight: bold; font-style: italic; }
.orange { color: #f40; font-style: italic; }
.blue { color: #013adf; font-style: italic; }
.center { padding-left: 20%; }

 .left { color: #545050;
	font-size: large;
	font-weight: normal;
	letter-spacing: normal;
	text-shadow: initial;
	margin-left: 6%;
	float: left;
}
 .right { color: #545050;
	font-size: large;
	font-weight: normal;
	letter-spacing: normal;
	text-shadow: initial;
	margin-right: 6%;
	float: right;
}
nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style-type: none;
    padding: 0;
    margin: 10px 0 30px;
}
nav li:not(:last-child) {
    margin-right: 10px;
}
nav a {
    display: block;
    font-size: 1.2em;
    color: #545050;
    text-decoration: none;
    padding: 7px 5px;
}
nav a:link {
    color: #545050;
}
nav a:visited {
    color: #545050;
}
nav a:hover {
    text-decoration: none;
}
.menubar {
    position: absolute;
    border-bottom: 4px solid transparent;
    z-index: -1;
    -webkit-transform: translateX(-60px);
    transform: translateX(-60px);
}
nav a, .menubar {
    -webkit-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}
a[data-title]:hover:after, sub[data-title]:hover:after {
    opacity: 1;
    transition: all 0.1s ease 0.5s;
    visibility: visible;
}
a[data-title]:after, sub[data-title]:after {
    content: attr(data-title);
    position: absolute;
    bottom: -1.6em;
    left: 2%;
    padding: 3px 3px 3px 4px;
    color: #000;
    font-style: normal;
    font-size: 0.8em;
    white-space: nowrap;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0px 0px 4px #666;
    -webkit-box-shadow: 0px 0px 4px #666;
    box-shadow: 0px 0px 4px #666;
    background-image: -moz-linear-gradient(top, #f0eded, #bfbdbd);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f0eded), color-stop(1, #bfbdbd));
    background-image: -webkit-linear-gradient(top, #f0eded, #bfbdbd);
    background-image: -moz-linear-gradient(top, #f0eded, #bfbdbd);
    background-image: -ms-linear-gradient(top, #f0eded, #bfbdbd);
    background-image: -o-linear-gradient(top, #f0eded, #bfbdbd);
    opacity: 0;
    z-index: 99999;
    visibility: hidden;
}
a[data-title], sub[data-title] {
    position: relative;
}

@media only screen and (min-device-width: 700px) and (max-device-width: 1024px) {
	h2 {
		width: 75%;
		font-size: 1.8em; }
	hr, p, ol > li {
		width: 75%;
		margin: 1em auto;
		font-size: 1.3em; }
}
@media only screen and (max-device-width: 699px) {
	h1 {
		letter-spacing: normal;
		font-size: 2.0em; }
	h2 {
		width: 90%;
		font-size: 1.5em; }
	h3 {
		width: 90%;
		font-size: 1.2em; }
	h4 {
		width: 90%;
		font-size: 1.2em; }
	hr, p, ol >  li {
		width: 90%;
		margin: 1em auto;
		font-size: 1.2em; }
	#topBtn {
		bottom: 10px;
		right: 10px; }
	.left {
		display: none;
		visibility: hidden; }
}





