  .activeButton {
	background-color: darkblue !important;
  }
.button {
	background-color: #58D3F7;
	display: inline-block;
	margin: 1px;
	color: white;
  }
  .active{
	background-color: red;
  }
.button-nav {
	text-align: center
  }
.page-content{
  padding: 5px;
}

  #splash {
	  position: absolute;
	  top: 40%;
	  left: 50%;
 -ms-transform: translate(-50%, -50%);
	  transform: translate(-50%, -50%);
			z-index: 99;
  }

   .active {
	   background-color: white;
	 }

.imgSize{
height: 50px !important;	
}