body {
  background-color: seashell;
  padding-left: 40px;
  padding-top: 40px;
}

.main {
  width: 600px;
  max-width: 90%
}

@media only screen and (max-device-width: 950px) {
  .main {
    font-size: 3em;
  }
  
  body {
/*     background-color: lightblue; */
  }
}

.title-image {
  width: 100%;
}

@media only screen and (max-device-width: 950px) {
.title-image {
  height: 400px;
}
}


p {
/*   font-family: garamond, sans-serif; */
  font-family: monospace;
}

.underline {
  border-bottom: solid;
  border-bottom-width: 1.5px;
  border-bottom-color: black;
}

.credit {
  font-size: 12px;
}


@media only screen and (max-device-width: 500px) {
.credit {
  font-size: .75em;
}
}

.margin-top-normal {
  margin-top: 20px
}

.margin-top-large {
  margin-top: 30px;
}

.margin-bottom-normal {
  margin-botton: 20px;
}

.margin-bottom-large {
  margin-bottom: 30px;
}

#navbox {
/*   border: 1px solid black; */
  height: 2em;
  font-weight: bold;
}

.navright {
	float: right;
}

.navleft {
  float: left;
}

.button {
  cursor: pointer;
  height: 1.25em;
}

hr {
  margin-top: 100px;
  margin-bottom: 25px;
}


a {
  color: black;
}

