:root {
  --white: white;
}

.navbar {
  background-color: #000000e6;
  background-image: linear-gradient(#000, #fff), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0, 0 0;
  background-size: auto, 125px;
  font-family: Oswald, sans-serif;
  box-shadow: 0 0 6px #fff;
}

.image {
  color: #db1616;
}

.nav-link, .requirements-button, .install-button {
  color: #fff;
}

.section {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: 125px;
}

.image-2 {
  text-align: left;
}

.requirements-section {
  background-color: #fff;
  margin-bottom: auto;
}

.slide {
  background-image: url('../images/Brick-Background.jpg');
  background-position: 0 0;
  background-size: 640px;
}

.download-button {
  opacity: 1;
  color: #000;
  background-color: #fc3;
  border: 3px solid #000;
  border-radius: 20px;
  margin-left: 40px;
  font-family: Oswald, sans-serif;
  font-size: 16px;
  transition: opacity .2s;
}

.download-button:hover {
  opacity: 1;
  color: #000;
  background-color: #7deb0f;
  font-family: Oswald, sans-serif;
  font-size: 16px;
}

.download-button:active {
  color: #f2f5f2;
  background-color: #eb0f12;
  border-width: 4px;
}

.menu-button {
  background-color: #0487fa;
  border: 2px solid #000;
  border-radius: 8px;
  margin-top: 20px;
  padding: 10px;
}

.menu-button:hover {
  background-color: #0487fa;
  background-image: radial-gradient(circle, #0487fa, #fff);
}

.menu-button:active {
  opacity: 1;
  background-color: #0487fa;
  background-image: radial-gradient(circle, #0487fa, #fff);
  border-radius: 7px;
}

.container {
  padding-left: 20px;
  padding-right: 20px;
}

.requirements-container {
  padding: 20px;
}

.install-container {
  padding-left: 20px;
  padding-right: 20px;
}

.install-package-container {
  padding: 10px 20px 20px;
}

.list {
  list-style-type: decimal;
}

.footer-section {
  background-color: #0000;
  background-image: linear-gradient(#000, #fff);
}

.djtlogo {
  padding-top: 50px;
  text-decoration: none;
}

.djb-download-footer {
  color: #fff;
  background-color: #2e2d2e;
  padding-top: 0;
  font-size: 13px;
  line-height: 23px;
  position: relative;
}

.container-2 {
  text-align: center;
  position: relative;
}

.service-column {
  text-align: center;
  margin-top: 60px;
}

.footer-icon-circle {
  background-color: #de1f26;
  border-radius: 100%;
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  display: inline-block;
}

.link {
  color: #d90246;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 25px;
  text-decoration: none;
}

.link:hover {
  color: #000;
}

.link.bottom-footer-link {
  color: #828282;
  margin-left: 8px;
  margin-right: 8px;
  font-family: Montserrat, sans-serif;
  font-size: 11px;
  display: inline-block;
}

.link.bottom-footer-link:hover {
  color: #e30d18;
}

.bottom-footer-text {
  margin-right: 15px;
  font-family: Open Sans, sans-serif;
  font-size: 11px;
  display: inline-block;
}

.bottom-footer {
  text-align: center;
  background-color: #000;
  height: 75px;
  margin-top: 20px;
  padding-top: 27px;
  position: relative;
}

.heading {
  color: #f2f2f2;
  margin-top: 0;
  margin-bottom: -25px;
  font-family: Oswald, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  text-decoration: none;
}

.chagelog {
  background-color: #fff;
  margin-bottom: auto;
}

.changelog-container {
  margin-top: auto;
  margin-bottom: auto;
  padding: 10px 20px;
}

.version-header {
  font-weight: 400;
}

.changelog-link {
  color: #fff;
}

.install-test {
  padding: 20px;
}

.install-instruction {
  background-color: #fff;
  margin-top: auto;
  margin-bottom: auto;
}

.list-item, .list-2 {
  list-style-type: decimal;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.ac-qa-tr {
  cursor: pointer;
  margin-left: 0;
  overflow: visible;
}

.heading-2 {
  color: #0738d8;
  cursor: pointer;
  font-size: 24px;
  display: inline;
}

.ac-answer {
  overflow: hidden;
}

.image-3 {
  width: 38px;
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 0;
}

.qa-down-arrow {
  width: 36px;
  max-width: none;
  height: 38px;
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 0;
}

.first-time-cont {
  margin-top: auto;
  margin-bottom: auto;
  padding: 10px 20px;
}

.bold-text {
  color: #d8070a;
  font-size: 22px;
}

.bold-text-2 {
  font-size: 20px;
}

.list-item-2 {
  margin-top: 20px;
}

.ac-qa-tr-install {
  cursor: pointer;
  margin-left: 0;
  overflow: visible;
}

.heading-3 {
  color: #fd0000;
  font-size: 18px;
  line-height: 26px;
  text-decoration: none;
}

.text-span {
  color: #fa0606;
}

.list-item-3 {
  color: #131212;
}

.list-item-4 {
  color: #f50909;
}

.bold-text-3 {
  color: #f80303;
}

@media screen and (max-width: 991px) {
  .menu-button {
    background-color: #fc3;
  }

  .djb-download-footer {
    padding-top: 70px;
    font-size: 12px;
    line-height: 17px;
  }

  .service-column {
    padding-left: 5px;
    padding-right: 5px;
  }

  .footer-icon-circle {
    width: 70px;
    height: 70px;
    margin-bottom: 14px;
  }

  .bottom-footer {
    margin-top: 35px;
  }
}

@media screen and (max-width: 767px) {
  .djtlogo {
    padding-top: 40px;
  }

  .djb-download-footer {
    padding-top: 10px;
  }

  .footer-icon-circle {
    width: 50px;
    height: 50px;
    margin-bottom: 5px;
    padding-top: 13px;
    padding-left: 13px;
    padding-right: 13px;
  }

  .heading {
    margin-top: 40px;
    margin-bottom: -65px;
  }
}

@media screen and (max-width: 479px) {
  .menu-button {
    background-color: #fc3;
  }

  .container {
    padding-left: 5px;
  }

  .djb-download-footer {
    padding-top: 0;
  }

  .service-column {
    padding-left: 35px;
    padding-right: 35px;
  }

  .bottom-footer-text {
    display: block;
  }

  .heading-2 {
    font-size: 24px;
  }
}


