body {
  background-color: #cccccc;
  font-size: 12pt;
  font-family: 'Lato',
  Sans-Serif;
} 

* {
  box-sizing: border-box;
}

h1 {
  margin: 5px 0px 0px 0px;
}

.container {
  background-color: white;
  width: 800px;
  margin: 30px auto 30px auto;
  border: solid;
  border-color: #881c1c;
}

.column {
  float: left;
  padding: 25px;
  height: 250px;
}

.left {
  width:30%;
}

.right {
  float: right;
  width: 70%;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

.content {
  padding: 15px 25px 15px 25px;
}

#navigation ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #881c1c;
}

 #navigation li {
  float: left;
}

 #navigation li a {
  display: inline-block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

#navigation li a:hover {
  background-color: #5d2a2c;
}

.active {
  background-color: #5d2a2c;
}

h3 {
  margin-bottom:0;
}

a:link {
  color: #5d2a2c;
}

a:visited {
  color: #5d2a2c;
}

a:hover {
  color: #881c1c;
}
