@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;500;700&display=swap");
body {
  background-color: #1F1F1F;
}

main {
  background-size: cover;
  background-position: left center;
  background-repeat: no-repeat;
  padding-top: 48px;
  background-image: url("/bundles/gems/images/HPphoto1.jpg");
}

.container-fluid {
  width: 740px !important;
  max-width: 100%;
}

.mainbrand {
  width: 505px;
  max-width: 85vw;
  margin-bottom: 30px;
}

h1 {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 21px;
  line-height: 32px;
  text-align: center;
  color: #D2D3D5;
  margin-bottom: 30px;
}

p, li {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  color: #D2D3D5;
}
p a, li a {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  color: #D2D3D5;
}

li {
  padding-bottom: 20px;
}

footer {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  footer {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
footer * {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  line-height: 18px;
  color: #D2D3D5;
}

.subbrand {
  padding-bottom: 30px;
  display: inline-block;
  position: relative;
}
.subbrand img {
  height: 100px;
}

/*# sourceMappingURL=main.css.map */
