/* Style sheet for EFMB web page */

body {
	font-family: Ariel, Futura, Verdana;
	margin: 10px;
	background-image: linear-gradient(to bottom, rgba(255,187,0,1), white);
	background-size: contain;
}

/* General selector values */


p {
	line-height: 1.4em;
}

h1 {
	font-family: Skia, Futura, Verdana, Ariel;
	color: #344152;
	font-size: 3em;
	margin: 0;
	padding: 0.25em;
	text-align: center;
	font-weight: bold;}

h2 {
	font-family: Skia, Futura, Verdana, Ariel;
	color: #344152;
	font-size: 2em;
	margin: 0;
	padding: 0.1em;
	padding-left: 1em;
	text-align: center;
	font-weight: plain;}

h3 {
	font-family:  Skia, Futura, Verdana, Ariel;
	font-size: 1.25em;
	font-weight: bold;
}

img {
	border-width: 0;
	border-color: black;
}
					
#content img {
			padding: 1px;
			float: right;
			margin: 0 0 1em 1em;
		}
a {
	text-decoration: none;
}



a:link {
	color: #1C86EE;
}

a:visited {
	color: #104E8B;
}


/* Layout */

#header {
	position: absolute;
	top: 10;
	left: 10;
	text-align: left;
}


#content {
	position: absolute;
	top: 25;
	left: 10;
	text-align: left;
	margin: 75 0 0 0; 
}

#picture {
	padding: 1px;
	float: right;
	text-align: center;
	font-size: 8pt;
	margin: 0 0 1em 1em;
}


#quote {
  	width: 400;
  	height: 100%;
  	position: absolute;
  	top: 0;
  	left: 0;
  	opacity: 1;;
	color: rgba(135, 94, 23, 1);
	font-family: Bradley hand, segue script, modern love;
	font-size: 24pt;
}

#bib {
	padding: 10px;
	text-align: left;
	font-size: 0.9em;
	margin: 0 5em 1em 1em;
	color: gray;
}

.container {
	height: 150px;
  	position: relative;
  	margin:  0 5em 1em 1em;
}


.quote {
  	width: 400;
  	height: 100%;
  	position: absolute;
  	top: 0;
  	left: 0;
  	opacity: 1;;
	color: rgba(135, 94, 23, 1);
	font-family: Bradley hand, segue script, modern love;
	font-size: 13pt;
}

.overlay {
  	z-index: 9;
  	margin: 30px;
}

.dropdown {
  	display: inline-block;
  	position: relative;
}
.dropdown-content {
  	display: none;
  	position: absolute;
  	width: 100%;
  	overflow: auto;
	background-color: white;
  	box-shadow: 0px 10px 10px 0px rgba(0,0,0,1);
}
.dropdown:hover .dropdown-content {
  	display: block;
}
.dropdown-content a {
  	display: block;
  	color: #000000;
  	padding: 5px;
  	text-decoration: none;
}
.dropdown-content a:hover {
  	color: #000000;
  	background-color: white;
}
					
#content img {
	padding: 1px;
	float: right;
	margin: 0 0 1em 1em;
{