.topNav {
    width: 100%;
  }
@media only screen and (max-width: 1200px) {
    .topNav {
        display:none;
    }
}

.fillheight {
    padding:0.8em;
    position: relative;
  }

  .footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #00a653;
    color: white;
    text-align: center;
 }
    