@charset "utf-8";
/* CSS Document */

html {
    /* To make use of full height of page*/
    min-height: 100%;
    margin: 0;
	overflow-y: scroll;
}
body {
   margin-bottom:10px;
   height:100%;


}
/*-- List in About Tab --*/
ul {
	list-style-position: inside;

}

#header {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	background-color: #4169E1;
	height: 75px;
	width: 100%;
	margin-bottom: 5px;
	font-size: 50px;
	font-weight: bold;
	color: #FFF;
	text-align: left;
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom:10px;
}

#sidebar {
	position: absolute;
	top:140px;
	bottom:30px;
	right:190px;
	width: 50px;

}

#footer {

	position: absolute;
  left: 0;
  bottom: 0;
  height: 30px;
  width: 100%;

}


.
/* Dropdown Menu for Image Database */
.dropbtn {
	background-color: #FFFFF;
	color: #000;
	padding: 16px;
	font-size: 15px;
	border: none;
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;

}

/* Dropdown button on hover & focus */
.dropbtn:hover, .dropbtn:focus {
    background-color: #ADD8E6;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #FFF;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

/* Links inside the dropdown */
.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #00bfff}

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show {display:block;}




#container {
	background-color: #FFF9F9;
	width:100%;
	min-height: 100%;

}

#navigation {
	background-color: #FFFFF;
	float: left;
	width: 100%;
	margin-bottom: 10px;
}


#content-wrapper {
	background-color: #FFFFF;
	float: left;
	width: 100%;
	min-height: 100%;
	margin-right: 0;
	margin-left: 0;

}

#content {
	font-family: Arial, Helvetica, sans-serif;
	float: left;
	width: 100%;
	height: 100%;
	padding-right: 1%;
	border-right-width: medium;
	border-right-style: solid;
	border-right-color: #FFF;
	background-color: #FFFFFF;
	border-bottom-width: 100%;
	color: #000;
	border-left-width: medium;
	border-left-style: solid;
	border-left-color: #FFF;
	padding-left: 0%;
	padding-bottom: 0px;
  flex:1;




}

#information {
	font-family: Arial, Helvetica, sans-serif;
	float: left;
	width: 80%;
	min-height: 100%;
	padding-right: 1%;
	border-right-width: medium;
	border-right-style: solid;
	border-right-color: #F66;
	background-color: #FFFFFF;

	color: #000;
	border-left-width: medium;
	border-left-style: solid;
	border-left-color: #F66;
	padding-left: 1%;
}

h1 {
	color: #111;
	font-family: 'Helvetica Neue', sans-serif;
	font-size: 40px;
	font-weight: bold;
	letter-spacing: -1px;
	line-height: 1;
	text-align: left;
}

h2 {
	color: #111;
	font-family: 'Helvetica', sans-serif;
	font-size: 20px;
	line-height: 25px;
	text-align: left;
	margin-left:10px;

}

h3 {
	color: #111;
	font-family: 'Helvetica Neue', sans-serif;
	font-size: 30px;
	font-weight: bold;
	margin-left: 10px;
}


p {
	color: #111;
	font-family: 'Helvetica', sans-serif;
	font-size: 20px;
	font-weight: 300;
	line-height: 25px;
	margin: 0 0 72px;
	text-align: left;
}


li  {
	color: #111;
	font-family: 'Helvetica', sans-serif;
	font-size: 20px;
	font-weight: 300;
	line-height: 25px;
	margin: 0;
	text-align: left;
}

table {
    font-family: 'Helvetica',sans-serif;
    border-collapse: collapse;
    width: 80%;
   	
}

td, th {
    border: 1px solid #dddddd;
    text-align: center;
    padding: 8px;
    font-size: 20px;
}

tr:nth-child(even) {
    background-color: #dddddd;
}
