/* font-family: 'Urbanist',
sans-serif; */

/* Dark grey: #212121 */
/* Organish color: #f7a836 */

html,
body {
  max-width: 100%;
  height: auto;
  margin: 0px;
  padding: 0px;
  overflow-x: hidden !important;
  font-family: 'Urbanist', sans-serif;
  color: #ffffff;
}

body {
  overflow-x: hidden !important;
  position: relative;
  top: 8%;
  top: 0;
}

.offset:before {
  display: block;
  content: "";
  height: 4rem;
  margin-top: 4rem;
}

.heading-underline {
  width: 3rem;
  height: .2rem;
  background-color: #f7a836;
  margin: 0 auto 2rem;
}

.buyButton {
  border-radius: 0.3em;
  font-weight: bold;
  border-color: #f7a836;
  background-color: #f7a836;
  color: black;
  padding: 10px;
  margin: 0;
}

#state {
  padding: 10px;
  border-radius: 0.3em;
}

/* Navigation */
.navbar {
  padding: 0rem;
  margin-bottom: 0;
  padding-left: 20px !important;
}

.dropdown .dropdown-menu {
  border-radius: 0;
}

.mainLogo {
  width: 250px;
  height: auto;
}

.navbar {
  text-transform: uppercase;
  font-weight: 700;
  font-size: .9rem;
  letter-spacing: .1rem;
  background-color: #212121;
  padding: 0.3rem;
}

.navbar-brand img {
  height: 3rem;
}

.navbar-nav li {
  padding-right: .7rem;
}

.navbar-dark .navbar-nav .nav-link {
  color: white;
  padding-top: .8rem;
}

.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link:hover {
  color: #f7a836;
}


/* Q&A section */
hr {
  border-top: 0.5px solid #373636;
}

.inner {
  background-image: url(../img/Texture.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}

.QALogo {
  width: 300px;
  height: auto;
}

.questionRow {
  border-left: solid #f7a836;
}

.panel-heading {
  border-left: Solid #f7a836;
  padding: 10px;
  font-size: 20px;
}

.panel-body {
  border-left: Solid #212121;
  padding: 10px;
  font-size: 20px;
}

.secondLine {
  padding: 10px;
}

/* Footer */
footer {
  background-color: #212121;
  color: white;
  padding: 2rem 0 2rem;
  margin-top: 0;
}

footer img {
  height: 4rem;
  margin: 1.5rem 0;
}

footer .svg-inline--fa {
  font-size: 3rem;
  color: white;
  margin: 1.2rem .5rem 0 0;
}

hr.socket {
  width: 100%;
  border-top: .2rem solid grey;
  margin-top: 2rem;
}

footer .email {
  color: white;
}

/*Begin media breakpoints*/
/*// X-Small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {
  .steps {
    display: none;
  }

  .stepsMobile {
    display: contents;
  }

  .fseIndent {
    margin-left: 15px;
  }

  .appIndent {
    margin-left: 30px;
  }

}

/*// Small devices (landscape phones, less than 768px)*/
@media (max-width: 767.98px) {
  .steps {
    display: none;
  }

  .stepsMobile {
    display: contents;
  }

  .fseIndent {
    margin-left: 15px;
  }

  .appIndent {
    margin-left: 30px;
  }

}

/*// Medium devices (tablets, less than 992px)*/
@media (max-width: 1099.98px) {
  .steps {
    display: none;
  }

  .stepsMobile {
    display: block;
  }

  .fseIndent {
    margin-left: 15px;
  }

  .appIndent {
    margin-left: 30px;
  }

}

/*// Large devices (desktops, less than 1200px)*/
@media (max-width: 1199.98px) {}

/*// X-Large devices (large desktops, less than 1700px)*/
@media (max-width: 1799.98px) {}