body {
  color: #000;
  background-color: #CCC;
  font-weight: 400;
  font-size: 15px;
  font-family: arial, sans-serif;
  background-image: url('background.jpg');
  background-position: center;
  background-size: cover;
  background-attachment: scroll;
  background-repeat: no-repeat;
}
  
a {
  color: #000;
  text-decoration: underline;
}

.top_nav {
  margin: 20px;
  font-family: Montserrat, Futura, Arial, sans-serif;
}
.top_nav .title {
  float: left;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 38px;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.top_nav .links {
  float: right;
  padding-top: 14px;
}
.top_nav .links a {
  margin: 10px;
  font-size: 15px;
}
.links a {
  text-decoration: none;
}
.links a:hover {
  text-decoration: underline;
}
  
a.selected {
  text-decoration: underline;
}
.content {
  margin: 0 auto;
  max-width: 1000px;
  padding: 50px 0;
  clear: both;
}
.column {
  width: 50%;
  min-width: 300px;
  float: left;
}
.column.wide {
  width: 75%;
}
.fl {
  float: left;
}
.about_image {
  margin-top: 21px;
  width: 180px;
  height: 176px;
}
  
h2 {
  text-transform: uppercase;
  font-family: Montserrat, Futura, Arial, sans-serif;
  font-weight: 700;
  font-size: 1.9em;
  padding: 10px 0;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
}
p {
  line-height: 1.5em;
  padding: 0 40px 0.5em 0;
}
em {
  font-style: italic;
}
strong {
  font-weight: bold;
}
.center-text {
  text-align: center;
}
.small {
  font-size: 0.7em;
}