.transparent-banner {
  min-width: 100%;
  margin: 0;
  padding: 75px 0 75px 0;
  overflow: auto;
  background-color: transparent;
  color: inherit;
  border-bottom: 1px solid #cccccc;
}
.transparent-banner .row {
  margin-bottom: 0;
}
.fixed-banner {
  position: fixed;
  z-index: 1000;
}
.fixed-banner + div {
  padding-top: 150px !important;
}
.white-banner {
  min-width: 100%;
  margin: 0;
  padding: 75px 0 75px 0;
  overflow: auto;
  background-color: #ffffff;
  color: #212121;
  border-bottom: 1px solid #cccccc;
}
.white-banner .row {
  margin-bottom: 0;
}
.off-white-banner {
  min-width: 100%;
  margin: 0;
  padding: 75px 0 75px 0;
  overflow: auto;
  background-color: #f2f2f2;
  color: #212121;
  border-bottom: 1px solid #cccccc;
}
.off-white-banner .row {
  margin-bottom: 0;
}
.black-banner {
  min-width: 100%;
  margin: 0;
  padding: 75px 0 75px 0;
  overflow: auto;
  background-color: #000000;
  color: #ffffff;
  border-bottom: 1px solid #cccccc;
}
.black-banner .row {
  margin-bottom: 0;
}
.error-banner {
  min-width: 100%;
  margin: 0;
  padding: 75px 0 75px 0;
  overflow: auto;
  background-color: #96372d;
  color: #ffffff;
  border-bottom: 1px solid #cccccc;
  padding: 0;
}
.error-banner .row {
  margin-bottom: 0;
}
.banner-title {
  font-size: 20pt;
  text-align: center;
  margin-bottom: 15px;
}
#content {
  background: url('/images/download-background.png') no-repeat center center fixed;
  min-height: 100%;
  color: #ffffff;
}
#content #download-screenshots {
  width: 100%;
  display: block;
  margin: auto;
}
#content h2 {
  margin-top: 350px;
  margin-bottom: 30px;
  margin-left: 20%;
  font-size: 25pt;
  font-weight: 300;
}
#content .download-button {
  width: 40%;
}
@media (max-width: 1199px) {
  #content h2 {
    margin-top: 300px;
  }
  #content .download-button {
    width: 45%;
  }
}
@media (max-width: 991px) {
  #content h2 {
    margin-top: 200px;
    font-size: 20pt;
  }
  #content .download-button {
    width: 45%;
  }
}
@media (max-width: 767px) {
  #content h2 {
    font-size: 20pt;
    margin: auto;
    text-align: center;
    margin-bottom: 25px;
  }
  #content #download-buttons {
    margin-left: 5%;
  }
  #content .download-button {
    width: 45%;
  }
}
