body {
  font-family: Verdana;
  font-size: 1em;
  margin-left: 20%;
  margin-right: 20%;
}

a:link, a:visited, a:active {
  color: #006699;
  text-decoration: none;
  font-weight: bold;
}

a:hover {
  text-decoration: underline;
}

h2 {
  margin-top: 0;
  font-size: 200%;
}


#main {
  margin-top: 0px;
  padding: 20px;
}

.header-out {
  overflow: hidden;
  white-space: nowrap;
}

.header-in {
  display: inline-block;
  float: left;
}

h2.h2-title {
    white-space:normal !important;
   
}

.photo {
  float: right;
  height: 225px;
  padding: 0px 45px 0px 45px;
}

@media screen and (max-width: 1250px) {
  .photo {
    float: right;
    padding-bottom: 10px;
  }
}

@media only screen and (max-width: 1000px) {
  body {
    font-size: 1.25em;
    margin-left: 5%;
    margin-right: 5%;
  }
}
