/* KEL logo text */
h1 {
	color: silver;
	text-align: left;
	font-family: Copperpate Gothic;
	font-weight: bold;
	font-style: italic;
	font-size: 20px;
	filter: brightness(200%);
	margin-bottom: 0.0em;
	margin-top: 0.0em;
}

/* Button text */
h2 {
	color: white;
	text-align: right;
	font-family: Impact;
	font-size: 25px;
	line-height: 1.5;
	filter: brightness(200%);
}

/* Large main page text */
h3 {
	color: white;
	text-align: right;
	font-family: Arial;
	font-size:  40px;
	font-weight: bold;
	vertical-align: bottom;
	margin-bottom: 0.3em;
}

/* Table body text large */
h4 {
	color: white;
	text-align: right;
	font-family: Arial;
	font-size: 20px;
	vertical-align: top;
	font-weight: normal;
	font-style: italic;
	margin-top: 0em;
	margin-bottom: 0em
}

/* Table body text small */
h5 {
	color: white;
	text-align: left;
	font-family: Arial;
	font-size: 12px;
	vertical-align: top;
	font-weight: normal;
}

/* Table body text small */
h6 {
	color: white;
	text-align: right;
	font-family: Arial;
	font-size: 18px;
	vertical-align: middle;
	font-weight: normal;
	text-decoration: none;
}

/* Paragraph text in drop downs */
p {
	color: white;
	text-align: right;
	font-family: Arial;
	font-size: 18px;
	vertical-align: top;
	margin-bottom: 0.0em;
	margin-top: 0.0em;
}

/* List text */

.button {
	border: none;
	background-color: inherit;
	text-align: right;
	display: inline-block;
	font-size: 18px;
	cursor: pointer;
	filter: brightness(200%);
	position: relative;
	display: inline-block;
}

.button-content {
	display: none;
  	position: absolute;
	background-color: inherit;
	right: 0;
	min-width: 300px;
}

.button:hover .button-content {
	display: block;
}

.logoImage {
	cursor: pointer;
	filter: brightness(200%);
	width:85px;
	height:95px;
}

body {
	overflow: hidden;
}