#myInput {
  background-image: url('searchicon.png'); /* Add a search icon to input */
  background-position: 10px 12px; /* Position the search icon */
  background-size: 12px 14.25px;
  position: absolute;
  top: 18%;
  left: 30%;
  background-repeat: no-repeat; /* Do not repeat the icon image */
  width: 60%; /* Full-width */
  font-size: 16px; /* Increase font-size */
  padding: 12px 20px 12px 40px; /* Add some padding */
  border: 1px solid #ddd; /* Add a grey border */
  margin-bottom: 12px; /* Add some space below the input */
}
.header 
{
  position: absolute;
  left: 0;
  top: 0;
  height: 10%;
  width: 100%;
  background-image: linear-gradient(#2E8B57, #20B2AA);
  margin-bottom: 5%
 }
h1
{
  position: absolute;
  top: 2%;
  right: 20%;
  width: 40%;
  font-family: "Courier New", Courier, monospace;
  color: white;

}
#logo
{
  position: absolute;
  width: 20%;
  margin-left: 10%;
}
#leftrectangle
{
	position: absolute;
	left: 5%;
	top: 18%;
  width: 22%; 
	height: 400px;
	background-image: linear-gradient(#20B2AA, #2E8B57);
  text-align: center;

}
#insidephoto{
  width: 200px;
  text-align: center;
}
h2
{
	font-family: "Courier New", Courier, monospace;
	font-size: 30px;
  text-align: center;
  color: white;

}
h3
{

	font-family: "Courier New", Courier, monospace;
	font-weight: bold;
	font-size: 20px;
	padding: 0px;
	color: #FFFFFF;
}
h4
{
	font-family: "Courier New", Courier, monospace;
 	text-align: center;
 	color: #2E8B57;

}
h6
{
	text-align: center;
	font-weight: bold;
  	font-size: 30px;
  	color: #2E8B57;
  	text-shadow: 0px 0px 5px #FFFFFF;
}
p
{
	font-family: Lucida Console,Lucida Sans Typewriter,monaco,Bitstream Vera Sans Mono,monospace; 
	text-align: center;
	padding: 0px;
  color: white;
}
.userphoto
{
	width: 350px;
	max-height: 800px;
}
table.scroll {
	position: absolute;
	left: 30%;
	top: 24%;
    width: 60%; 
    border-collapse: collapse; 
    border-spacing: 0;
    border: 2px solid black;
}

table.scroll tbody,
table.scroll thead { display: block; }


table.scroll tbody {
    height: 800px;
    background-color:#292F33;
    color: white;
    text-align: center;
    padding: 30px;
    overflow-y: auto;
    overflow-x: hidden;
}

tbody { 
	border-top: 2px solid black; 
}

tbody td, thead th {
    width: 20%; 
    border-right: 1px #292F33;
    border-bottom: solid 2px #2E8B57;;
    /* white-space: nowrap; */
}

tbody td:last-child, thead th:last-child {
    border-right: none;
}
.footer 
{
  position: absolute;
  left: 0;
  top: 124%;
  height: 30%;
  width: 100%;
  background-image: linear-gradient(#2E8B57, #20B2AA);
  padding: 3%;
 }
 #logo
 {
 	position: absolute;
 	width: 20%;
 	margin-left: 40%;
 }
.twitter-timeline
{
	margin-left: 10%;
}
#contact
{
	margin-right: 10%;
}
#bottomphoto
{
  width: 100%;
  position: absolute;
  top: 153%;
  right: 0px;
  height: auto;
}
#about
{
	position: absolute;
	right: 10%;
	top: 50%;
 	width: 30%;
 	font-family: "Courier New", Courier, monospace;
 	text-align: center;
}
#contact
{
	position: absolute;
	top: 57%;
	left: 60%;
 	width: 30%;
 	font-family: "Courier New", Courier, monospace;
 	text-align: center;
}







body 
{
	background-color: FFFFFF;
}
* {box-sizing:border-box}






.navbar {
  margin-top: 14.1%;
  width: 100%;
  margin-left: 0px;
  overflow: hidden;
  background-color: #333;
  font-family: Arial, Helvetica, sans-serif;
  z-index: 999;
}

.navbar a {
  float: left;
  left: 0;
  font-size: 20px;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

.dropdown {
  float: left;
  overflow: hidden;
}

.dropdown .dropbtn {
  cursor: pointer;
  font-size: 20px;  
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

.navbar a:hover, .dropdown:hover .dropbtn, .dropbtn:focus {
  background-color: green;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown-content a:hover {
  background-color: #ddd;
}

.show {
  display: block;
}
.navbar {
  margin-top: 5.7%;
  width: 100%;
  margin-left: 0px;
  overflow: hidden;
  background-color: #333;
  font-family: Arial, Helvetica, sans-serif;
  z-index: 999;
}

.navbar a {
  float: left;
  left: 0;
  font-size: 20px;
  color: white;
  text-align: center;
  padding: 14px 20px;
  text-decoration: none;
}

.dropdown {
  float: left;
  overflow: hidden;
}

.dropdown .dropbtn {
  cursor: pointer;
  font-size: 20px;  
  border: none;
  outline: none;
  color: white;
  padding: 14px 20px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

.navbar a:hover, .dropdown:hover .dropbtn, .dropbtn:focus {
  background-color: green;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 20px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown-content a:hover {
  background-color: #ddd;
}

.show {
  display: block;
}
