﻿#upperlogo {
  display: inline-block;
  width:750px;
  height: 70px;
  padding:10px;
  vertical-align:middle;
  font-size: 38pt;
  color: #202f55;
  font-weight: bold;
  font-family: "University Roman LET";
  text-align: left;
  }
#upperbutton {
  display: inline-block;
  width:250px;
  height: 70px;
  padding:5px;
  }
.button2 {
  position : relative;
  width:170px;
  font-size:18px;
  font-weight:bold;
  text-decoration:none;
  display:block;
  text-align:center;
  padding:2px 0 2px;
  color:#006400;
  background-color:#98fb98;
  box-shadow:2px 2px #6a1917;
  border-radius:5px;
  }
.button2:hover {
  background-color : #006400;
  border-color: #59b1eb;
  color: #ffffff;
  }
.button2:active {
 top : 3px;
 box-shadow: none;
 }
#menu-bar {
 position: absolute;
 top: 70px;
 width: 100%;
 height: 33px;
 margin: 0 auto;
 z-index : 3;
 background-color:#0000ff;
 }
