#header{
	border-bottom : 1px solid black;
	background-color: #2D3E50;
	color: white;
}

.bold{
  font-weight: bold;
}

.modal{
	width: 35% !important;
}

.headerText{
	color: white;
	text-align: center;
}

.headerText:hover{
	color: black;
}
ul.headerText{
	float: right;
}

.dropdown-content {
  background-color: #FFFFFF;
  margin: 0;
  display: none;
  min-width: 300px; /* Changed this to accomodate content width */
  max-height: auto;
  margin-left: -1px; /* Add this to keep dropdown in line with edge of navbar */
  overflow: hidden; /* Changed this from overflow-y:auto; to overflow:hidden; */
  opacity: 0;
  position: absolute;
  white-space: nowrap;
  z-index: 1;
  will-change: width, height;
}
.page-footer{
	position: absolute;
	bottom: 0;
	width: 100%;
	background-color: #2D3E50;
	height: 5%;
	padding-top: 0;
}
