@charset "UTF-8";

.videos {
	margin-top: 1.4em;
	}

.embed-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden; 
	max-width: 100%;
	}
	
.embed-container iframe, .embed-container object, .embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	}

h1, h2, h3, h4, h5, h6, p, span, li {
	letter-spacing: 0.00em;
	color: #000000;
	-webkit-font-smoothing: subpixel-antialiased;
	-moz-osx-font-smoothing: auto;
	}

p , span, li {
	line-height: 1.50em;
	}
	
.baumedium {
	color: #000000;
	}

#greenhighlight {
	color: #00c4b3;
	}

.bar {
	background-color: #00c4b3;
	}

.barbottom {
	background-color: #00c4b3;
	}

.bartop {
	background-color: #00c4b3;
	}

.bartopbottom {
	background-color: #00c4b3;
	}

.barlong {
	background-color: #00c4b3;
	}

.barbottomlong {
	background-color: #00c4b3;
	}

.bartoplong {
	background-color: #00c4b3;
	}

.bartopbottomlong {
	background-color: #00c4b3;
	}

.BGcolor {
	background-color: #ebebeb;
	}

.link:link {
	color: #000000;
	}

.link:visited {
	color: #000000;
	}

.link:hover {
	color: #00c4b3;
	}

.link:active {
	color: #00c4b3;
	}

ul li:before {
	content: "\00b7";
	color: #000000;
	padding-right: 0.6em;
	}

.essaypicture img {
/*	margin-top: 1.8em; */
	max-width: 100%;
	}
	
.essaynote {
	font-size: 1.4rem;
	line-height: 1.4em;
	margin-top: 0.4em;
	margin-bottom: 1.2em;
	}

ol li {
    margin-left: -1.35em;
	padding-left: 0.4em;
	text-indent: -0.4em;
	}

ol li:before {
	content: "";
	padding-right: 0.4em;
	}

.footnote {
	font-size: 1.4rem;		/* 2.1rem = 21px > see this website for more info: https://www.sitepoint.com/understanding-and-using-rem-units-in-css/ */ 
	line-height: 1.4em;
	margin-bottom: 0.7em;
	}

.postscript {
	font-size: 1.4rem;		/* 2.1rem = 21px > see this website for more info: https://www.sitepoint.com/understanding-and-using-rem-units-in-css/ */ 
	line-height: 1.4em;
	margin-bottom: 0.7em;
	}

.multiline {
	margin-bottom: 0.5em;
	}

.firstmultiline {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	}

li > span > em {			/* Fussnote Italic */
	font-family: "BauWebPro-Italic W03 Regular", sans-serif;
	font-style: normal;
	}