html, body {
  margin: 0;
  background-color: #59AFC1;
}

body {
  background: url('images/desktop-background.jpg') top center no-repeat;
  height: 100%;
  padding-bottom: 30px;
  background-size: cover;
  background-attachment: fixed;
}

@media only screen and (min-width: 64.063em) {
  body {
    display:flex;
    justify-content:center;
    align-items:center;
  }
}

.btn-home {
  max-width: 150px;
}

.desktop-button-container {
  padding-right: 6.5%;
}

@media (max-width: 775.98px) {
  .mobile-logo-container {
    position: relative;
    width: 100%;
    text-align: center;
  }
  img.mobile-logo {
    margin: 0 auto;
  }
}

@media (max-width: 575.98px) {
  body {
    background: url('images/mobile-background.jpg') top center no-repeat;
    height: 100%;
    padding-bottom: 30px;
    background-size: cover;
    background-attachment: fixed;
    height: auto;
  }
  .mobile-logo-container {
    max-width: 40vw;
    position: fixed;
    top: 20px;
    right: -36px
  }
  img.mobile-logo {
    width: 35%;
  }
  img.btn-home {
    max-width: 150px;
  }
  img.mobile-image {
    max-height: 300px;
  }
}
