/* line 17, bote.scss */
.SbLogo {
  font-family: canterbury;
  font-size: 2.3rem;
}

/* line 22, bote.scss */
.cartButton {
  float: right;
}

/* line 26, bote.scss */
.cartButton > i {
  font-size: 1.6rem;
  padding-top: 0.4rem;
}

@media (min-width: 544px) {
  /* line 33, bote.scss */
  .SbLogo {
    font-family: canterbury;
    font-size: 3rem;
  }

  /* line 38, bote.scss */
  .cartButton {
    float: right;
  }

  /* line 42, bote.scss */
  .cartButton > i {
    font-size: 2.5rem;
    padding-top: .5rem;
  }
}
@media (min-width: 992px) {
  /* line 49, bote.scss */
  .SbLogo {
    font-family: canterbury;
    font-size: 4rem;
  }

  /* line 54, bote.scss */
  .cartButton {
    float: right;
  }

  /* line 58, bote.scss */
  .cartButton > i {
    font-size: 2.5rem;
    padding-top: 1.2rem;
  }
}
/* line 66, bote.scss */
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 180px;
  z-index: 1000;
}

/* line 75, bote.scss */
.navbar.header {
  background-color: #F65314;
  padding-top: 0;
  padding-bottom: 0;
}

/* line 81, bote.scss */
.navbar.header > a:hover {
  text-decoration: none;
}

/* line 85, bote.scss */
.navbar.footer {
  background-color: #222222;
}

/* line 89, bote.scss */
.page {
  top: 0px;
  padding-top: 0;
  position: relative;
  display: none;
  min-height: 100vh;
}

/* line 97, bote.scss */
.page.active {
  display: block;
}

/* line 101, bote.scss */
.page > section:nth-child(even) {
  background-color: #f7f7f9;
}

/* line 105, bote.scss */
.page > section:last-child {
  padding-bottom: 50px;
}

/* line 109, bote.scss */
section {
  padding-top: 60px;
  /* required to prevent content being covered by navbar */
  position: relative;
}

/* line 114, bote.scss */
section:nth-of-type(even) .Icon {
  float: right;
}

/* line 118, bote.scss */
section.header {
  background-color: #222222;
  padding-top: 3.3rem;
}
@media (min-width: 768px) {
  /* line 118, bote.scss */
  section.header {
    padding-top: 4rem;
  }
}
@media (min-width: 992px) {
  /* line 118, bote.scss */
  section.header {
    padding-top: 5.5rem;
  }
}

/* line 133, bote.scss */
.BackgroundImage {
  min-height: 30vh;
}
@media (min-width: 544px) {
  /* line 133, bote.scss */
  .BackgroundImage {
    min-height: 40vh;
  }
}
@media (min-width: 992px) {
  /* line 133, bote.scss */
  .BackgroundImage {
    min-height: 50vh;
  }
}

/* line 148, bote.scss */
.banner {
  padding-top: 6rem;
}
@media (min-width: 544px) {
  /* line 148, bote.scss */
  .banner {
    padding-top: 4rem;
  }
}
@media (min-width: 992px) {
  /* line 148, bote.scss */
  .banner {
    padding-top: 5rem;
  }
}

/* line 162, bote.scss */
.slogan {
  font-size: 1.8rem;
}
@media (min-width: 544px) {
  /* line 162, bote.scss */
  .slogan {
    font-size: 3rem;
  }
}
@media (min-width: 992px) {
  /* line 162, bote.scss */
  .slogan {
    font-size: 4rem;
  }
}

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