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;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
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 {
	margin-bottom: 60px; /* Margin bottom by footer height */
}

footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 60px; /* Set the fixed height of the footer here */
	line-height: 60px; /* Vertically center the text there */
}
html {
	position: relative;
	min-height: 100%;
}

.footerimg {
	margin: 2px;
	height: 25px;
	width: 25px;
}

.footerText {
	margin-top: 2%;
	padding-bottom: 10px;
	height: 30px;	
}

.imgHeader {
	margin: 0px;
	height: 150px;
	width: 150px;	
}

.entryVideo {
	padding-top: 20px;
}

.mission {
	margin: 3%;
	font-size: x-large;
	font-weight: bold;
}

#carouselImage {
	padding-top: 5%;
	padding-bottom: 5%;
	height: 20%;
	width: 30%;
}

.darkTxt {
	color: black;
}

.selected {
	background-color: #727272;
}

a {
	display: block;
}

.formSoumission {
	margin-left: auto;
	margin-right: auto;
	margin-top: 2%;
	width: 60%;
}

b {
	font-weight: bold;
}

.hover:hover {
	background-color: #8b8b8b;
}

body {
	background-color: #F5F5F5;
 }

.btnOverride {
	background-color: #dfdfdf;
	color: black;
	border: none;
	border-radius: 0%;
}

.btnOverride:hover {
	background-color: #8b8b8b;
	color: black;
	border: none;
	transition: none;
}
  
.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: relative;
    background-color: #dadadb;
    min-width: 150px;
    z-index: 1;
}

  
.dropdown-content li {
    display: block;
    padding: 8px 12px;
    text-decoration: none;
    color: black;
}

.show {
    display: block;
}