@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500&display=swap");
HTML, body {
  font-family: "Poppins", sans-serif;
  margin: 0px;
  padding: 0px;
}

header {
  padding: 15px 0;
  text-align: center;
  border-bottom: 1px solid #ddd;
  margin-bottom: 50px;
}
header img {
  max-width: 170px;
}
@media (max-width: 991px) {
  header {
    margin-bottom: 20px;
  }
}

.color-palettes {
  margin-left: 25px;
}
@media (max-width: 991px) {
  .color-palettes {
    margin-left: 0px;
    margin-top: 20px;
  }
}

.court-wrapper {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: auto;
}
.border-wrap {
  background-color: #182b4b;
  margin: 0 auto;
  padding: 8% 0 4% 0;
  width: 100%;
  height: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.border-wrap .pillar {
  width: 4%;
}

.volley-wrap {
  background-color: #182b4b;
  margin: 0 auto;
  position: relative;
  width: 80%;
  height: auto;
}
.volley-wrap .courtborder {
  top: -10%;
  left: 0px;
  right: 0;
  bottom: 0;
  z-index: 999;
  margin: 0 auto;
  position: inherit;
}
.volley-wrap .court-wrap {
  background-color: #182b4b;
  margin: 0 auto;
  width: 32%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.btn-primary {
  color: #fff;
  padding: 10px 20px;
  border-radius: 0px;
  margin-top: 15px;
  background-color: #fa7a4b;
  border: 0px;
}
.btn-primary:hover {
  background-color: #f96028;
}

.swatchy-element {
  margin-bottom: 15px;
}

.element-title {
  font-size: 17px;
  font-weight: 500;
  margin: 0px 0 10px 0;
}

.swatchy-swatches {
  display: grid;
  grid-template-columns: repeat(10, 35px);
  justify-items: center;
  grid-gap: 0px 0px;
}
@media (max-width: 991px) {
  .swatchy-swatches {
    grid-template-columns: repeat(10, 35px);
  }
}

.swatchy-color-button {
  cursor: pointer;
  width: 30px;
  height: 30px;
  border-radius: 5px;
  border: 2px solid #dddddd;
  margin: 0px 7px 10px 0;
  cursor: pointer;
}
.swatchy-color-button:hover {
  border-color: #000000;
}

.swatchy-display {
  margin: 4px;
  height: 48px;
  max-width: 48px;
  border-radius: 8px;
  border: none;
}

.go-back {
  background-color: #0396b6;
  padding: 5px 0;
  text-align: center;
}
.go-back .backLink {
  font-size: 14px;
  color: #fff;
  text-decoration: none;
}

.whiteLogo {
  margin-top: 20px;
}
@media (max-width: 991px) {
  .whiteLogo {
    margin-top: 5px;
  }
}
.whiteLogo img {
  width: 50%;
}
@media (max-width: 991px) {
  .whiteLogo img {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .whiteLogo img {
    width: 30%;
  }
}/*# sourceMappingURL=style.css.map */