@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap");
/* UNIVERSAL */
html,
body {
  margin: 0;
  padding: 0;
  font-size: 20px;
  overflow-x: hidden;
}

/* ROOT FONT STYLES */
.border-solid {
  border: solid;
}

/* TYPOGRAPHY */
h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  color: #000000;
  margin-top: 0em;
  margin-bottom: 0.5em;
  line-height: 1em;
}

h1, .h1 {
  font-size: 5rem;
  line-height: 1em;
}
@media (max-width: 991px) {
  h1, .h1 {
    font-size: 4rem;
  }
}

h2, .h2 {
  font-size: 2.5rem;
}
h2.hr:after, .h2.hr:after {
  content: "";
  display: block;
  height: 15px;
  width: 300px;
  margin-top: 20px;
  margin-bottom: 20px;
  background: url("../images/hr.png");
  background-size: cover;
}
h2.text-center:after, .h2.text-center:after {
  margin-left: auto;
  margin-right: auto;
}

h3, .h3 {
  font-size: 1.5rem;
}

h4, .h4 {
  font-size: 1.125rem;
}

h5, .h5 {
  font-size: 1rem;
}

h6, .h6 {
  font-size: 0.875rem;
}

p {
  font-size: 1em;
  font-weight: 300;
  line-height: 1.25;
}

.font-light {
  font-weight: 300;
}

.font-regular {
  font-weight: 400;
}

.font-heavy {
  font-weight: 700;
}

.text-white {
  color: #ffffff;
}

.text-transform-none {
  text-transform: none;
}

.text-outline {
  color: none;
  text-shadow: -1px -1px 0 #b8fa51, 1px -1px 0 #b8fa51, -1px 1px 0 #b8fa51, 1px 1px 0 #b8fa51;
}

/* LINKS */
a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

/* POSITIONING */
.left {
  text-align: left;
}

.right {
  text-align: right;
}

.center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.justify {
  text-align: justify;
}

/* CONTAINERS */
/* IMAGES */
.bg-image {
  background-size: cover;
  background-position: center;
}

.bg-primary {
  background-color: #b8fa51 !important;
}

/* SECTIONS */
header {
  background: #000000;
  text-align: center;
}
header .logo {
  max-width: 300px;
}

.section-hero {
  position: relative;
  padding-left: 0;
  padding-right: 0;
  margin: 0;
  background: #242122;
}
.section-hero .row {
  padding: 0;
  margin: 0;
}
.section-hero .row .col-md-6 {
  padding: 0;
  margin: 0;
}
.section-hero .top-dots {
  position: absolute;
  left: 0;
  top: 20px;
  width: 150px;
  filter: saturate(0);
}
@media (max-width: 991px) {
  .section-hero .top-dots {
    right: -30px;
    left: auto;
  }
}
.section-hero .vertical-arrows {
  z-index: 5;
  position: absolute;
  left: 52%;
  bottom: 20px;
  width: 175px;
}
@media (max-width: 991px) {
  .section-hero .vertical-arrows {
    left: 15px;
  }
}
.section-hero h1 {
  margin-bottom: 0;
}
.section-hero h1 .text-outline {
  color: #242122 !important;
}
@media (max-width: 991px) {
  .section-hero h1 {
    font-size: 3em;
  }
}
.section-hero .text {
  position: relative;
  z-index: 10;
}
.section-hero .img {
  background: url("../images/hero.jpg") center;
  background-size: cover;
  height: 600px;
}

section.section-intro {
  background: #f7f7f7;
}

section.section-divider {
  background: url("../images/divider-bg.jpg") center;
  background-size: cover;
}

section.section-services {
  position: relative;
  overflow: hidden;
}
section.section-services .top-dots {
  position: absolute;
  top: 0px;
  right: 0;
  width: 200px;
}
section.section-services .bottom-dots {
  position: absolute;
  left: -50px;
  bottom: 0;
}
section.section-services .bottom-dots img {
  width: 200px;
  transform: rotate(-90deg);
}
section.section-services .image {
  padding-bottom: 100%;
  background-color: #b8fa51;
  background-size: cover;
  background-position: center;
}
section.section-services .image.bikes {
  background-image: url("../images/icon-bikes.png");
}
section.section-services .image.custom {
  background-image: url("../images/icon-custom.png");
}
section.section-services .image.accessories {
  background-image: url("../images/icon-accessories.png");
}

section.section-gallery {
  position: relative;
}
section.section-gallery .torn-bg-top {
  background: url("../images/torn-top.png");
  background-size: cover;
  height: 50px;
}
section.section-gallery .torn-bg-bottom {
  background: url("../images/torn-bottom.png");
  background-size: cover;
  height: 50px;
}
section.section-gallery .left-arrows {
  z-index: 1;
  position: absolute;
  left: -10px;
  top: 50%;
}
section.section-gallery .right-arrows {
  z-index: 1;
  position: absolute;
  right: -10px;
  top: 75%;
}
section.section-gallery .right-arrows img {
  transform: scaleX(-1);
}
section.section-gallery .container-fluid {
  background: #e9e9e9;
}
section.section-gallery .container-fluid .container {
  z-index: 10;
}
section.section-gallery .gallery {
  position: relative;
  z-index: 20;
}
section.section-gallery .gallery .gallery-item {
  position: relative;
}
section.section-gallery .gallery .gallery-item a {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: block;
  background-size: cover !important;
}
section.section-gallery .gallery .gallery-item a:hover.square:before {
  opacity: 0.5;
}
section.section-gallery .gallery .gallery-item a.square:before {
  content: "";
  display: block;
  padding-top: 100%;
  /* initial ratio of 1:1*/
  background: #b8fa51;
  opacity: 0;
  z-index: 1;
  transition: all 0.5s ease;
}

.section-get-connected .bg {
  min-height: 200px;
  background: url("../images/get-connected-bg.jpg") center;
  background-size: cover;
}

section.padded {
  padding-top: 100px;
  padding-bottom: 100px;
}

footer a {
  color: #fff;
  text-decoration: none;
}
footer a:hover {
  text-decoration: underline;
  color: #b8fa51;
}
footer .container-fluid {
  min-height: 300px;
  background: url("../images/footer.jpg") right top no-repeat #000;
  background-size: contain;
}
@media (max-width: 991px) {
  footer .container-fluid {
    background-size: cover;
    background-position: left;
  }
}
footer .logo {
  width: 300px;
}
footer .bottom {
  font-size: 0.85em;
  background: #2d2d2d;
}

/* FORMS */
.form-control {
  font-family: "Montserrat", sans-serif;
  font-size: 0.85em;
  width: 100%;
  border: 1px solid #dddddd;
  border-radius: 0;
}

label.checkbox {
  display: block;
  line-height: 1em;
  margin-top: 10px;
}
label.checkbox input[type=checkbox] {
  width: 15px;
  height: 15px;
  padding: 0;
  margin: 0;
  vertical-align: bottom;
  position: relative;
  top: -1px;
  *overflow: hidden;
}
label.checkbox input[type=checkbox]:checked {
  border-color: #b8fa51;
  background-color: #b8fa51;
}

.form-group .controls {
  margin-bottom: 15px;
}

.help-block {
  font-size: 0.85em;
  color: #242122;
}
form label {
  display: block;
  font-size: 0.85em;
}

.btn-primary {
  background: #b8fa51;
  border: none !important;
  font-weight: bold;
  padding: 5px 25px;
  transition: all 0.25s ease;
}
.btn-primary:hover {
  background: #2d2d2d !important;
  outline: 0 none !important;
  box-shadow: none !important;
}

.form-control:focus {
  border-color: #b8fa51 !important;
  box-shadow: 0 !important;
  outline: 0 none !important;
  box-shadow: inset 0 -1px 0 #ddd;
}
