body {
    background: #d7e4c2;
} 

body {margin:0;}

.topnav {
  overflow: hidden;
  background-color: #41393d;
}

.topnav a {
  float: right;
  color: #d7e4c2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.topnav a:hover {
  background-color: #ef4e22;
  color: #41393d;
}

.topnav a.active {
  float: left;
  background-color: #be1e2d;
  color: #d7e4c2;
}

.botnav{
    overflow: hidden;
    background-color: #41393d;
    text-decoration: none;
    list-style: none;
    text-align:center;
    position: fixed;
    bottom: 0;
    width: 100%;
}
.botnav li{
    display:inline;
}
.botnav a{
    overflow: hidden;
    text-decoration: none;
    display:inline-block;
    padding:14px 14px;
    color: #d7e4c2;
}

.botnav a:hover {
  background: #f1f1f1;
  color: black;
}
   
.main {
  padding: 16px;
  margin-bottom: 30px;
}


.fa {
  padding: 16px;
  font-size: 16px;
  width: 16px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
  border-radius: 50%;
}

.fa:hover {
    opacity: 0.7;
}

.fa-facebook {
  background: #be1e2d;
  color: white;
}

.fa-twitter {
  background: #be1e2d;
  color: white;
}
.fa-instagram {
  background: #be1e2d;
  color: white;
}

.fa-tumblr {
  background: #be1e2d;
  color: white;
}   