Could it be to do with this part?
#bottom-bar {
overflow: hidden;
padding: 10px;
padding: 1rem;
background-color: #f6f6f6;
background: rgba(0, 0, 0, 0.7);
-webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 0 0.5rem;
-moz-box-shadow: rgba(0, 0, 0, 0.1) 0 0 0.5rem;
box-shadow: rgba(0, 0, 0, 0.1) 0 0 0.5rem;
color: #dde;
font-size: 12px;
font-size: 1.2rem;
text-align: center;
}
Same applies with the top bar and menu.