.download-header {
      background-color: #3d89c3;
      width: 100%;
      max-width: 100%;
}
.header-inner {
    margin-left: 369;
}

  footer {
    background-color: #2a3c4a;
    display: flex;
    flex-direction:row;
    padding:1.5em 0;
    box-sizing: border-box;
    position: relative;
    width: 100vw;
    left: calc(-50vw + 50%);
  }

  .footer-text-color {
      color:#3399cc!important
  }
  .footer-text-color a{
    color:#3399cc!important
}

.downloadButton {
    border-radius: 50px 50px 50px 50px;
    background-color: #3d89c3;
    border: .05rem solid #fff;
}

.downloadButton:hover,
.downloadButton:focus {
    background-color: #3d9dc3;
}

.wrapper {
    margin-top: -100px;
}