<<<<<<< HEAD
h1 {
    font-family: futura-pt;
    font-weight: 300;
    font-style: normal;
    font-size: 31px;
    letter-spacing: .4em;
    line-height: 2.5em;
    text-transform: uppercase;
    color: #081359;
}

body {

    border-bottom: 10px solid gold;
}
ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #333333;
}

li {
  float: left;
}

li a {
  display: block;
  color: white;
  text-align: center;
  padding: 16px;
  text-decoration: none;
}

li a:hover {
  background-color: #111111;
}

=======
h1 {
    font-family: futura-pt;
    font-weight: 300;
    font-style: normal;
    font-size: 31px;
    letter-spacing: .4em;
    line-height: 2.5em;
    text-transform: uppercase;
    color: #081359;
}

body {

    border-bottom: 10px solid gold;
}
ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #333333;
}

li {
  float: left;
}

li a {
  display: block;
  color: white;
  text-align: center;
  padding: 16px;
  text-decoration: none;
}

li a:hover {
  background-color: #111111;
}

>>>>>>> 147c794fa6425732370b9b6d1d84aa7783646629
