* {
  margin:  0;
  padding: 0;
}

body {
  margin-top:   50px;
  margin-left:  80px;
  margin-right: 80px;
  font-family:  sans-serif;
  background-color: #faf2e4;
  }

h1 {
  text-align: center;
  font-family: serif;
  font-weight: normal;
  text-transform: uppercase;
  border-bottom: 1px solid #57b1dc;
}

h2 {
  color: #d1633c;
  font-size: 1em;
}

h3 {
  text-align: center;
  font-family: serif;
  font-weight: normal;
  font-size: 1.5em;
}

nav {
  width: 100%;
  height: 50px;
  background-color: #fff;
}

ul {
}

ul li {
  list-style: none;
  display: inline-block;
  float: left;
  line-height: 50px;
}

ul li a {
  display: block;
  text-decoration: none;
  font-size: 14px;
  font-family: arial;
  color: #1e1e1e;
  padding: 0 20px;

}

.column {
  float: left;
  width: 20.00%;
  padding: 10px;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

