/* :root{
    --secondaryColor:#e12220;
}
 */

.hero_bg {
  background-color: brown;
}

.colour_bg {
  background-color: #e12220 !important;
}

.about__hero_container {
  background-image: url("../img/main/hero/about-hero.jpg");
  background-position: top;
  background-attachment: fixed;
  opacity: 0.6;
  height: 80vh;
}

.cta__aboutus_container {
  margin-top: 10rem;
}

.cta__aboutus_text {
  text-align: justify;
}

.hidden {
  display: none;
}

section.page-banner{
 
  height:500px;
  margin-top:12vh;
 
}
#myAnimation{
  position: absolute;
  top: -60px;
  width: 500px;
  animation: moveBike 1s linear infinite;
}

@keyframes moveBike{
  100%{
    transform: translateY(-1px);
  }
  50%{
    transform: translateY(2px);
  }
  0%{
    transform: translateY(-1px);
  }
}


@media only screen and (max-width: 100px) {
  section.page-banner{
    height:30vh;
    margin-top:10vh;
  }
  .hide_for_mobile{
    display: none !important;
  }
  .show_on_mobile{
    display: block !important;
  }
  .company-info-img{
    display:none !important;
  }
  .social-responsibility-img{
    display:none !important;
  }
  .hero_slider_img{
    height: 300px!important;
  }
}

@media only screen and (max-width: 200px) {
  section.page-banner{
    height:30vh;
    margin-top:10vh;
    width: 100%;
  }
  .hide_for_mobile{
    display: none !important;
  }
  .show_on_mobile{
    display: block !important;
  }
  .company-info-img{
    display:none !important;
  }
  .social-responsibility-img{
    display:none !important;
  }
  .hero_slider_img{
    height: 300px!important;
  }
}
@media only screen and (max-width: 300px) {
  section.page-banner{
    height:30vh;
    margin-top:10vh;
    width: 100%;
  }
  .hide_for_mobile{
    display: none !important;
  }
  .show_on_mobile{
    display: block !important;
  }
  .company-info-img{
    display:none !important;
  }
  .social-responsibility-img{
    display:none !important;
  }
  .hero_slider_img{
    height: 300px!important;
  }
}
@media only screen and (max-width: 600px) {
  section.page-banner{
    height:25vh;
    margin-top:10vh;
    width: 100%;
  }
  .hide_for_mobile{
    display: none !important;
  }
  .show_on_mobile{
    display: block !important;
  }
  .company-info-img{
    display:none !important;
  }
  .social-responsibility-img{
    display:none !important;
  }
  .hero_slider_img{
    height: 300px!important;
  }
}
.latestbike{
  display:flex;
  flex-direction:row;

  justify-content:space-around;
}
.mobile-cta{
  font-family: candara;
  font-size: 18px;
}
.latestproducts{
  display:flex;
  flex-direction:row;
  justify-content:space-between
}


@media only screen and (max-width: 700px) {
  section.page-banner{
    height:25vh;
    margin-top:10vh;
    width: 100%;
  }
  .latestbike{
    flex-direction: column;
    
  }
  .mobile-cta{
    font-family: candara;
    font-size: 14px;
  }
  
  .cta-div{
    padding:20px
  }
  .latestproducts{
    display:flex;
    flex-direction:column;
    justify-content:space-between
  }
  
}

@media only screen and (max-width: 1000px) {
  section.page-banner{
    height:30vh;
    margin-top:10vh;
    width: 100%;
  }
  .mobile-cta{
    font-family: candara;
    font-size: 16px;
  }
  .cta-div{
    padding:20px
  }
  
}