
/* Fonts */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v15/mem8YaGs126MiZpBA-UFVZ0df8pkAg.woff) format('woff');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UNirkOUuhvKKSTjw.woff) format('woff');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UN7rgOUuhvKKSTjw.woff) format('woff');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* Universal Styles */
html {
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
}

body {
  padding-top: 3.5rem;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
}

h1 {
  font-size: 3.2rem;
  font-weight: 700;
}

h2 {
  font-size: 1.5rem;
  font-weight: 600;
}

h3 {
  font-size: 1.25rem;
  font-weight: 600;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

/* Remove left and right padding from fluid containers and rows plus centering */
.container-fluid, .row {
    padding-right:0;
    padding-left:0;
    margin-right:auto;
    margin-left:auto;
 }

/* Breadcrumb Styles */
.breadcrumb {
  background-color: #FFFFFF;
  border-radius: 0;
  padding-top: 1.5rem;
}

.breadcrumb a {
  color: #000000;
}

.breadcrumb a:hover {
  color: text-decoration: none;
  color: #03bffe;;
}

.breadcrumb-item {
  padding-right: 0;
}

/* Breadcrumb divider style */
.breadcrumb-item+.breadcrumb-item::before {
    color: DodgerBlue;
}

@media only screen and (max-width: 500px) {
  html {
    font-size: 12px;
  }
}

@media only screen and (max-width: 369px) {
  .breadcrumb {
    font-size: .8rem;
    padding-top: 1rem;
  }
}

/* Font Awesome Styles */
.fa-angle-right {
  color: red;
}

/* Homepage Button Styles */
.btn-outline-primary {
  color: #03bffe;
  border: 4px solid #03bffe;
  border-radius: 0;
  font-weight: 400;
  font-size: 1.125rem;
}

.btn-outline-primary:hover {
  background-color: #03bffe;
  border-color: #03bffe;
}

/* Subpage Button Styles */
.card .btn-primary, .product-page .btn-primary {
  margin-top: .4rem;
  color: #FFFFFF;
  border: none;
  background-color: #03bffe;
  border-radius: 0;
  font-weight: 400;
  font-size: 1rem
}

@media only screen and (max-width: 500px) {
    .card .btn-primary, .product-page .btn-primary {
      padding-top: 1rem;
      padding-bottom: 1rem;
      font-size: 1.2rem
  }
}

/* Nav Styles */
.navbar-nav {
  font-size: 1rem;
}

nav {
  background-color: #000 !important;
}

nav li {
  padding-right: 2rem;
}

nav a {
  color: #FFFFFF;
}

.navbar-nav a:hover {
  text-decoration: none;
  border-bottom: 4px solid #03bffe;
  padding-bottom: .2rem;
}

.fixed-top {
  padding: 1.5rem;
}

/* This media query adjusts the padding of the menu in collapse mode */
@media only screen and (max-width: 765px) {
  nav li {
    padding-top: 1rem;
  }
}

main {
  position: relative;
  top: 2rem;
}

/* Homepage Jumbotron Styles */
.jumbotron-fluid, .jumbotron {
  padding-right:0;
  padding-left:0;
  margin-right:auto;
  margin-left:auto;
}

.jumbotron {
  background-image: url('../images/banner_agent8_straws_1.png');
  background-repeat: no-repeat;
  background-size: auto;
  background-position: bottom;
  background-color: #3c3c3c;
  text-align: left;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  margin-bottom: 0;
}

.bambooyah {
  background-image: url('../images/banner_agent8_bamboo_wood_sunglasses.png');
  background-color: #FFFFFF;
  background-position: center;
}

@media only screen and (max-width: 1293px) {
  .bambooyah {
    background-size: 80%;
    background-position: right;
  }
}

@media only screen and (max-width: 1170px) {
  .bambooyah {
    background-size: 80%;
    background-position: right;
  }
}

@media only screen and (max-width: 1094px) {
  .straws {
    background-size: 90%;
    /* background-position: bottom; */
  }
}

@media only screen and (max-width: 1020px) {
  .bambooyah {
    background-size: 75%;
    background-position: right;
  }
}

@media only screen and (max-width: 944px) {
  .bambooyah {
    background-size: 70%;
    background-position: right;
  }
}

@media only screen and (max-width: 869px) {
  .bambooyah {
    background-size: 67%;
    background-position: right;
  }
}

@media only screen and (max-width: 845px) {
  .bambooyah {
    background-size: 65%;
    background-position: right;
  }
}

.bambooyah .featured {
  color: #000000;
  width: 28rem;
}

.featured {
  width: 28rem;
  text-align: center;
  display: inline-block;
  color: #ffffff;
}

.featured p, .gopro-feature p {
  font-size: 1.125rem;
}

.first-btn {
  margin-right: .25rem;
}

.second-btn {
  margin-left: .25rem;
}

@media only screen and (max-width: 800px) {
  .featured {
    width: 100%;
    display: block;
  }

/* Turns text shadows on */
  /* .featured p, .featured h2, .featured a {
    text-shadow: 1px 1px 1px #3c3c3c;
  } */

  .straws {
    background-image: url('../images/banner_agent8_straws_1.png');
    background-size: 100%;
    background-position: bottom;
    padding-top: 2rem;
  }

  .forever-straw {
    margin-bottom: 5rem;
  }

  .bambooyah {
    background-image: url('../images/banner_agent8_bamboo_wood_sunglasses_2.png');
    background-size: 100%;
    background-position: bottom;
    padding-top: 2rem;
  }

  .bambooyah-sunglasses {
    margin-bottom: 9rem;
  }

  .bambooyah-sunglasses p, .bambooyah-sunglasses h2, .bambooyah-sunglasses a  {
    text-shadow: none;
  }

  .bambooyah .featured h1 {
    font-size: 3rem;
  }

  .bambooyah .featured {
    width: 100%;
  }
}

@media only screen and (max-width: 769px) {
  .bambooyah .featured h1 {
    font-size: 2.3rem;
  }
}

@media only screen and (max-width: 600px) {
  .straws {
    background-size: 120%;
  }

  .forever-straw {
    margin-bottom: 5rem;
  }
}

@media only screen and (max-width: 576px) {
  .bambooyah .featured h1 {
    font-size: 2rem;
  }

  .forever-straw {
    margin-bottom: 5rem;
  }
}

@media only screen and (max-width: 512px) {
  .bambooyah .featured h1 {
    font-size: 1.8rem;
  }
}

@media only screen and (max-width: 500px) {
  .straws {
    background-size: 110%;
  }

  .forever-straw {
    margin-bottom: 6rem;
  }
}

@media only screen and (max-width: 400px) {
  .straws {
    background-size: 130%;
  }

  .forever-straw {
    margin-bottom: 6rem;
  }
}

@media only screen and (max-width: 365px) {
  .bambooyah .featured h1 {
    font-size: 1.6rem;
  }

  .bambooyah-sunglasses {
    margin-bottom: 8rem;
  }
}

@media only screen and (max-width: 590px) {
  .featured h1 {
    font-size: 2.5rem;
  }
}

@media only screen and (max-width: 500px) {
  .featured h1 {
    font-size: 2.25rem;
  }
}

@media only screen and (max-width: 394px) {
  .featured h1 {
    font-size: 2rem;
  }
}

@media only screen and (max-width: 359px) {
  .featured h1 {
    font-size: 1.7rem;
  }
}

/* Homepage - GoPro Accessories Section Styles */
.gopro-feature, .gopro-feature-mobile {
  background-color: #000000;
  color: #ffffff;
  padding: 2.5rem;
  text-align: center;
}

.gopro-feature h1 {
  font-size: 2.25rem;
}

.gopro-feature-mobile h1 {
  font-size: 2.25rem;
}

.gopro-feature .details {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-self: center;
}

.gopro-feature .image {
  display: flex;
  justify-content: center;
  align-items: center;
}

.gopro-feature-mobile {
  display: none;
}

@media only screen and (max-width: 800px) {
  .gopro-feature {
    visibility: hidden;
    display: none;
  }
  .gopro-feature-mobile {
    display: block;
  }
}

@media only screen and (max-width: 500px) {
  .gopro-feature-mobile h1 {
    font-size: 1.85rem;
  }
}

.gopro-items {
  display: flex;
  justify-content: center;
  text-align: center;
  padding: 2rem;
}

.gopro-items a {
  color: #000000;
}

.gopro-items p {
  line-height: 1.75rem;
}

.gopro-items p a:hover {
  text-decoration: none;
  color: #000000;
  padding-bottom: .2rem;
  border-bottom: 4px solid #03bffe;
}

/* GoPro Accessories Page */
.gopro {
  display: flex;
  background-image: url('../images/banner_agent8_gopro.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  height: 380px;
  background-position: top;
  background-color: #f0f0f0;
  text-align: center;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  margin-bottom: 0;
}

.gopro-title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #ffffff;
}

/* GoPro Accessories Page Styles */
.section-description {
  padding: 1.5rem 1.5rem 0 1.5rem;
  text-align: center;
}

.gopro-list {
  display: flex;
  justify-content: center;
  text-align: center;
  padding-top: 1rem;
  padding-bottom: 5rem;
}

.gopro-list a {
  color: #FFFFFF;
}

.gopro-list p {
  line-height: 1.25rem;
}

.gopro-list img {
  margin: auto;
  width: 70%;
}

/* Bootstrap Card Overrides */
.card {
  margin: .5rem;
  border-radius: 0;
  padding-top: 1rem;
}

.card-body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: .5rem 0rem .5rem 0rem;
}

.card-text {
  font-size: .8rem;
}

.card-subtitle {
  font-weight: 400;
}

.card-body h5 {
  font-size: 1rem;
}

/* Product Page Styles */
.product-page {
  display: flex;
  justify-content: center;
  padding: 0rem 4rem 8rem 4rem;
}

.testimonial {
  color: #888888;
}

@media only screen and (max-width: 500px) {
  .product-page {
    padding: 0rem 2rem 6rem 2rem;
  }
}

@media only screen and (max-width: 991px) {
  .product-details {
    padding-top: 2rem;
  }
}

.sunglass-thumbs {
  padding-top: .75rem;
}

.product-image {
  text-align: center;
}
.product-price {
  font-size: 1.25rem;
  font-weight: 400;
}

.features {
  padding-bottom: 1rem;
}

.features li {
  line-height: 1.8rem;
}

.thumbnails img {
  width: 5rem;
}

.thumbnails {
  display: flex;
  justify-content: center;
  text-align: center;
}

.thumb {
  border: 3px solid #03bffe;
  margin: .4rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.sunglasses .col-sm-2 {
  padding-left: 0;
  padding-right: 0;
}

.sunglasses .thumb {
  padding-top: 0;
  padding-bottom: 0;
}

@media only screen and (max-width: 575px) {
  .thumb {
    width: 4.75rem;
    margin: .2rem;
    padding-top: .4rem;
    padding-bottom: .4rem;
  }
}

@media only screen and (max-width: 500px) {
  .thumb {
    width: 4.5rem;
    margin: .2rem;
    padding-top: .4rem;
    padding-bottom: .4rem;
  }
}

@media only screen and (max-width: 314px) {
  .thumb {
    width: 4.25rem;
    margin: .2rem;
    padding-top: .4rem;
    padding-bottom: .4rem;
  }
}

@media only screen and (max-width: 302px) {
  .thumb {
    width: 4rem;
    margin: .2rem;
    padding-top: .4rem;
    padding-bottom: .4rem;
  }
}

/* Info Page Styles */
.info-page {
  padding: 3rem 8rem 12rem 8rem;
}

.contact-page {
  padding: 3rem 8rem 18rem 8rem;
}

@media only screen and (max-width: 500px) {
  .info-page {
    padding: 2rem 2rem 6rem 2rem;
  }
  .contact-page {
    padding: 3rem 8rem 10rem 8rem;
  }
}

.features li {
  padding-bottom: .4rem;
}

/* Footer Section */

/* footer {
   position: fixed;
   left: 0;
   bottom: 0;
   width: 100%;
} */

footer li {
  padding-top: .5rem;
}

footer li a {
  color: #000;
}

footer li a:hover {
  text-decoration: none;
  color: #03bffe;
}

footer .title {
  font-weight: 700;
}

.footer-links {
  background-color: #f5f5f5;
  padding: 3rem;
}

.copyright {
  background-color: #000;
  font-size: .8rem;
  color: #fff;
  padding: 1.5rem 3rem 1rem 3rem;
}

@media only screen and (max-width: 590px) {
  .footer-logo {
    padding-bottom: 1rem;
  }
  .footer-links {
    text-align: center;
  }
}
