body {
  background-color:#dddddd;
}
h1 {
  font-size:3em;
  font-weight:normal;
  color:blue;
  text-align:center;
}
.photobanner {
  display: block;
  margin-left: auto;
  margin-right: auto;
  height: 200px;
  width: 1019px;
  background-image:url(logos/acronym_logo.png);
}
.bar {
  width: 1019px;
  padding: 0;
  margin: auto;
  list-style-type: none;
  text-align:center;
}
a.menu {
  float: left;
  width: 6em;
  text-decoration: none;
  color: white;
  background-color: #0000ff;
  padding: 0.2em 0.6em;
  border-right: 1px solid white;
  text-align:center;
}
a:hover {
  background-color: lightblue;
}
li.menu {
  display: inline;
}
ul.menu {
  display: inline-block;
}
.alignedtext {
  margin-left: auto;
  margin-right: auto;
  width: 1019px;
}

.contact {
  background-color: #fff;
  width: 300px;
  text-align: center;
  height: 50px;
  line-height: 50px;
  border-radius: 4px;
}

.contact span:nth-child(2n + 1) {
  display: none;
}
