@media (max-width: 1550px) {

  /* STRUCTURAL */
  .innerPadding {
    padding: 4rem 3rem 4rem 3rem;
  }
  .innerPadding2 {
    padding: 6rem 3rem 6.5rem 3rem;
  }

  /*SLIDE*/
  /*home page slide*/
  #slide {
    height: 600px;
  }

  #slideTextWrapper {
    top: 10rem;
  }

  /* NAV */
  #navDiv {
    margin-right: 3rem;
  }

  /* BASIC */
  h1 {
      font-size: 5rem;
    }

  h2{
    font-size: 4.4rem;
  }

  h3{
    font-size: 3.2rem;
  }

  h4{
    font-size: 2.2rem;
  }

  p.intro{
    font-size: 2.8rem;
  }

  /* HOME - GENERIC */
  .genericIntro{
    font-size: 2.2rem;
  }
  .genericIntro-orange{
    font-size: 2.8rem;
  }

  }

@media (max-width: 1350px) {
  /*MAIN STRUCTURAL DIVS*/
  .innerWrapper {
    width: 100%;
  }

  #logoWrapper {
  left: 3rem;
  }

  /* SLIDE */
  #slideTextWrapper {
    top: 8rem;
  }
  #slideText {
    margin-left: 3rem;
  }

  /* MAIN PIC */
  #mainPic {
    height: 50rem;
  }
  #MainPicTextWrapper {
    top: 14rem;
  }
  #MainPicText {
    margin-left: 3rem;
  }

  /* STORY ENDS */
  .storyEnds-content{
    height: 100rem;
    padding: 25rem 6rem 10rem 6rem;
  } 

}



@media only screen and (max-width: 1200px) {

  /* NAVIGATION */
  #menuIcon {
    display: block;
  }
  #navClose {
    display: block;
  }

  #menuWrapper {
    /* Wrapper */
    position: absolute;
    margin-top: 0px;
    top: 0rem;
    left: -2rem;
    /* height: auto; */
    height: 100vh;
    width: 0px;
    padding: 1rem 1rem 1rem 1rem;
    background-color: rgba(26, 26, 26, 0.95);
    overflow-x: hidden;
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
    z-index: 3010;
  }

  #navDiv {
    position: relative;
    background-color: transparent;
    width: 100%;
    margin-top: 5rem;
    margin-right: 0rem;
    margin-left: 1rem;
    float: none;
    text-align: center;
  }

  #navButton {
    position: relative;
    clear: both;
    display: block;
    float: none;
    margin: 1rem;
  }

  a.nav {
    display: block;
    float: none;
    padding: 2rem;
    margin-bottom: 0rem;
    margin-right: 1rem;
    color: #FFFFFF;
    font-size: 1.6rem;
    text-decoration: none;
    border-style: dotted;
    border-width: 0px 0px 1px 0px;
    border-color: #ffffff;
    transition: 0.3s;
    line-height: 120%;
  }
  a.nav:link {
  color: #FFFFFF;
}
a.nav:visited {
  color: #FFFFFF;
}
a.nav:active {
  color: #FFFFFF;
}
  a.nav:hover {
    color: var(--color-orange);
    text-decoration: none;
    background-color: var(--color-charcoal-dark);
  }

  a.navLive {
    display: block;
    float: none;
    padding: 2rem;
    margin-bottom: 0rem;
    margin-right: 1rem;
    font-size: 1.6rem;
    color: #FFFFFF;
    font-family: var(--font-bold);
    text-decoration: none;
    border-style: dotted;
    border-width: 0px 0px 1px 0px;
    border-color: #ffffff;
    transition: 0.3s;
    line-height: 120%;
  }


  div.main {
    display: block;
    /* width: 100%; */
    float: none;
    padding: 2rem;
    margin-bottom: 0rem;
    margin-right: 1rem;
    color: #FFFFFF;
    border-style: dotted;
    border-width: 0px 0px 1px 0px;
    font-size: 1.6rem;
  }
  div.main:hover {
    color: var(--color-orange);
    background-color: var(--color-charcoal-dark);
  }

  div.mainLive {
    display: block;
    /* width: 100%; */
    float: none;
    padding: 2rem;
    margin-bottom: 0rem;
    margin-right: 1rem;
    color: var(--color-orange);
    font-family: var(--font-bold);
    border-style: dotted;
    border-width: 0px 0px 1px 0px;
    font-size: 1.6rem;
  }

  /* CONTENT LINKS sub links  */
  .dropDown {
    position: relative;
    display: none;
    top: 0rem;
    padding: 0rem;
    margin-top: 10px;
    background: rgba(220, 220, 220, 1);
  }
  .dropArrow {
    top: 24px;
    right: 7px;
  }

  a.sub {
    display: block;
    font-size: 1.5rem;
    color: var(--color-charcoal);
    font-family: var(--font-medium);
    line-height: 120%;
    text-align: center;
    padding: 2rem;
    border-style: dotted;
    border-color: var(--color-charcoal);
    border-width: 0px 0px 1px 0px;
    text-decoration: none;
    transition: 0.2s;
  }
  a.sub:hover {
    color: var(--color-orange);
    font-size: 1.5rem;
    text-decoration: none;
    background-color: #ffffff;
  }


  /* BASIC */
  h1 {
      font-size: 4.6rem;
    }
  h2{
    font-size: 4rem;
  }
  h3{
    font-size: 3.1rem;
  }

  h4{
    font-size: 2.1rem;
  }

  p.intro{
    font-size: 2.6rem;
  }

  /* HOME - 3 STEPS */
  .tab p{
    font-size: 1.6rem;
  }

  /* HOME - Modules */

  .card-Camper-number{
    padding: 0.6rem 2.2rem;
    font-size: 3rem;

  }


  /* BUTTONS */

  a.buttonHero {
    font-size: 1.8rem;
    padding: 2.3rem 2rem;
    /* margin: 2rem 0rem; */
    border-width: 3px;
  }

  a.buttonOrange {
    font-size: 1.5rem;
    margin: 1rem 0rem;
  }
  a.standard{
    padding: 1.3rem 2rem;
  }
  a.downloadIcon{
    padding: 1.3rem 2rem 1.3rem 4.5rem;
  }
  a.large{
    font-size: 2rem;
    padding: 2.5rem 5rem;
    border-radius: 5rem;
  }

  a.buttonWhite {
    font-size: 1.5rem;
    margin: 2rem 0rem;
  }

  /* HOME - TRUST */
  .trust-sliderIcon img{
    width: 120px;
    margin: 0px auto;
  }

  /* HOME - RISE */

  .riseContent p{
    font-size: 2rem;
    margin-bottom: 4rem;
  }

  /* HOME FOOTER TAGLINE */
  .footerTagline p{
    font-size: 2rem;
  }

  /* CTAS */
  .ctaWrapper {
    padding: 6rem 0rem;
  }

  .ctaBlock{
    padding: 8rem 2rem 2rem 2rem;
    }

  .ctaBlock .cta-header{
    font-size: 2rem;
  }
  .ctaBlock .cta-text{
    font-size: 1.5rem;
  }

}

@media only screen and (max-width: 1100px) {

  /* HOME - LIFESTYLE */
  /* Stage 1: collapse to 3 columns and hide column 2 */
  .sectionLifestyle {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto;
  }

  /* Hide the second column items */
  .second-col {
    display: none;
  }

  .text-block {
    grid-column: 2 / 3;
    grid-row: auto;
  }

}


@media only screen and (max-width: 1140px) {

  /* HOME - Modules */

  .innerPaddingModules{
    padding: 8rem 15% 8.5rem 15%;
  }

  .sectionModules-close p{
    font-size: 1.8rem;
    font-style: italic;
  }

  .container-Camper {
    flex-direction: column;
    padding: 20px;
  }

  .card-Camper, .image-Camper {
    max-width: 100%;
    height: auto;       /* allow natural height */
  }

  .image-Camper {
    flex: 1 1 auto;
  }

  .image-Camper img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    object-fit: contain; /* Keeps proportions neat */
  }

  #caravanSlider{
    width: 100%;
    /* max-width: 100%; */
    /* max-width: 60rem; Prevents the slider from being too large */
    margin: 0px auto;
  }

  .order1{
    order: 2; /* Default order */
  }
  .order2{
    order: 1; /* Default order */
  }

    /* STORY ENDS */
  .storyEnds-title{
    top: 6rem;
  }

  .storyEnds-content{
    height: 90rem;
    padding: 20rem 6rem 10rem 6rem;
  } 

    section.storyEnds-content-left{
    background-image: url('../images/storyGoes_Grey_m.jpg');
  }
  section.storyEnds-content-right{
    background-image: url('../images/storyGoes_Happy_m.jpg');
  }

}

@media only screen and (max-width: 1050px) {

  /* BASIC */
  h1 {
      font-size: 4.2rem;
    }
  h2{
    font-size: 3.4rem;
  }
  h3{
    font-size: 3rem;
  }

  h4{
    font-size: 2rem;
  }

  p.intro{
    font-size: 2.6rem;
  }

  p,
  a,
  li,
  td {
    font-size: 1.7rem;
  }

  div.centerNarrow{
    width: 70%;
  }

  /*SLIDE*/
  /*home page slide*/
  #slideTextWrapper {
  top: 6rem;
  }
  #slideText {
    width: 45%;
  }
  #slide {
    height: 600px;
    /* border-style: solid; */
  }

  /* MAIN PIC */
  #mainPic {
    height: 45rem;
  }
  #MainPicTextWrapper {
    top: 13rem;
  }
  #MainPicText {
    margin-left: 3rem;
  }

  .mp-adventure {
    background-image: url("../images/pic_4x4Adventure_m.jpg");
  }
  .mp-capetown {
    background-image: url("../images/pic_4x4Cape_m.jpg");
  
  .mp-southafrica {
    background-image: url("../images/pic_OutdoorsSouthAfrica_m.jpg");
    /* background-image: -webkit-image-set(
      url("../images/pic_OutdoorsSouthAfrica_m.webp") 1x,
      url("../images/pic_OutdoorsSouthAfrica_m.jpg") 1x
    );
    background-image: image-set(
      url("../images/pic_OutdoorsSouthAfrica_m.webp") type("image/webp"),
      url("../images/pic_OutdoorsSouthAfrica_m.jpg") type("image/jpeg")
    ); */
  }
  .mp-overland {
    background-image: url("../images/pic_caravansSouthAfrica_m.jpg");
  }


  /* HOME - GENERIC */
  .generic-card-wrapper {
    width: 94%;
    margin-top: 4rem;
  }
  .genericIntro{
    font-size: 2rem;
  }
  .genericIntro-orange{
    font-size: 2.6rem;
  }
  .generic-card-image{
    width: 80px;
  }

  /* HOME - Your Way */
  .sectionYourWay {
    background-image: url("../images/bg_ArrowDown.png"), url("../images/bg_Adventure_m.jpg");
  }

  .yourWayPadding{
    padding: 8rem 3rem;
  }

  /* BUTTONS */
  a.buttonHero {
    font-size: 1.7rem;
    padding: 2.3rem 2rem;
    border-width: 3px;
  }

    /* HOME - RISE */
  .sectionRise {
    height: 50rem;
    background-image: url('../images/bg_mountainEscape_m.jpg');
  }

  /*PANEL DROP */
  .panelInner {
    padding: 4rem;
  }
  .panelHead {
    font-size: 1.6rem;
  }

  /* CTAS */
  .ctaBlock .cta-header{
    font-size: 1.8rem;
  }
  .ctaBlock .cta-text{
    font-size: 1.5rem;
  }


}

@media only screen and (max-width: 900px) {

  /* STRUCTURAL*/
  #header {
    height: 100px;
  }
  #logo {
    width: 250px;
  }

  .innerPadding {
    padding: 3rem 3rem 3rem 3rem;
  }

  .innerPadding2 {
    padding: 5rem 3rem 5.5rem 3rem;
  }
  .innerPadding3 {
    padding: 1.5rem 2.5rem 1.5rem 2.5rem;
  }

  /* BASIC */
  h1 {
    font-size: 3.9rem;
  }
  h2{
    font-size: 3.2rem;
    margin-bottom: 3rem;
  }
  h3{
    font-size: 2.7rem;
    margin-bottom: 2rem;
  }

  h4{
    font-size: 1.9rem;
    margin-top: 4rem; margin-bottom: 1.5rem;
  }

  p.intro{
    font-size: 2.3rem;
  }

  p,
  a,
  li,
  td {
    font-size: 1.6rem;
  }

  /* MAIN PIC */
  #mainPic {
    height: 40rem;
  }
  #MainPicTextWrapper {
    top: 10rem;
  }

   /* HOME - GENERIC */
  .generic-card-wrapper {
    /* width: 94%; */
    width: 70%;
    margin-top: 3rem;
  }
  .genericIntro{
    font-size: 1.8rem;
  }
  .genericIntro-orange{
    font-size: 2.4rem;
  }
  .generic-card-image{
    margin: 4rem 0rem;
    width: 60px;
  }

  /* HOME - Your Way */
  #yourWaySlide{
    width: 90%;
    margin: 0px auto;
  }

  .yourWayPadding{
    padding: 7rem 3rem;
  }

  .yourWay-sliderWrapper{
    padding: 6rem;
  }
  .yourWay-sliderTitle{
    font-size: 2.1rem;
  }

  /* HOME - Modules */

  .innerPaddingModules{
    padding: 5rem 10% 8.5rem 10%;
  }

  /* STORY ENDS */

  .storyEnds-title{
    width: 80%;
    padding: 3rem 3rem;
  }

  .storyEnds-content{
    height: 80rem;
    padding: 20rem 4rem 10rem 4rem;
  } 

    section.storyEnds-content-left{
    background-image: url('../images/storyGoes_Grey_m.jpg');
  }
  section.storyEnds-content-right{
    background-image: url('../images/storyGoes_Happy_m.jpg');
  }

  /* HOME - TRUST */
  .trust-sliderIcon img{
    width: 120px;
  }
  .trust-sliderDescription{
    font-size: 1.3rem;
  }

  /* HOME - RISE */
  .riseContent{
    text-align: center;
    margin-top: 13%;
  }
  .riseContent p{
    font-size: 1.8rem;
  }

  /* BUTTONS */

  a.large{
    font-size: 1.7rem;
    padding: 2rem 3rem;
    border-radius: 5rem;
  }

  /* HOME FOOTER TAGLINE */
  .footerTagline {
    padding: 3rem 2rem;
  }
  .footerTagline p{
    font-size: 1.8rem;
  }

  /* CTAS */
  .ctaBlock{
    padding: 7rem 2rem 2rem 2rem;
  }
  .ctaBlock .cta-header{
    font-size: 1.7rem;
  }
  .ctaBlock .cta-text{
    font-size: 1.4rem;
  }

}

@media only screen and (max-width: 720px) {

  /* BASIC */
  h1 {
    font-size: 3.2rem;
  }
  h2{
    font-size: 2.7rem;
    margin-bottom: 2rem;
  }
  h3{
    font-size: 2.3rem;
  }

  h4{
    font-size: 1.8rem;
  }

  p.intro{
    font-size: 2.1rem;
  }

  div.centerNarrow{
    width: 80%;
  }

  /* HOME - Your Way */
  #yourWaySlide{
    width: 94%;
  }
  .yourWayPadding{
    padding: 6rem 3rem 4rem 3rem;
  }
  .yourWay-sliderWrapper{
    padding: 4rem;
  }
  .yourWay-sliderTitle{
    font-size: 1.9rem;
  }

  /*HOME - Modules*/

  .sectionModules {
    background-image: url("../images/gradient_BW_small.jpg");
  }

  .sectionModules-close{
    margin-top: 0rem;
    padding-top: 2rem;
  }

  .sectionModules-close p{
    font-size: 1.6rem;
  }

  .sectionModules-close img{
    width: 3rem;
  }

  .card-Camper{
    padding: 2rem;
  }
  #caravanSlider{
    width: 100%;
    max-width: 40rem; /* Prevents the slider from being too large */
    margin: 0px auto;
  }

  /* STORY ENDS */
  .storyEnds-title{
    top: 5rem;
  }

  .storyEnds-content{
    height: 75rem;
    padding: 20rem 2rem 10rem 2rem;
  } 

  section.storyEnds-content-left{
    background-image: url('../images/storyGoes_Grey_s.jpg');
  }
  section.storyEnds-content-right{
    background-image: url('../images/storyGoes_Happy_s.jpg');
  }

  /* FOOTER */

  .footerMiddle{
    width: 100%;
    margin: 5rem 0rem;
    overflow: hidden;
  }

  #badge{float: none; width: 100px; margin: 5rem auto 5.5rem auto; display: block;}
  #sm{float: none; margin: 2rem 0rem; text-align: center;}

  .footerAddress{
    float: none;
    width: 100%;
    text-align: center;
    margin-right: 0rem;
  }

  p.address{padding-left: 0rem; background-image: none;}
  p.location{background-image: none;}
  p.tel{background-image: none;}
  p.email{background-image: none;}

  p.address img{display: inline-block;}

  .footerQuickLinks{
    float: none;
    width: 100%;
    text-align: center;
    margin: 6rem auto;
    padding-left: 0rem;
    border-style: none;
  }

  .footerCopy{
    margin: 6rem 0rem;
    text-align: center;
  }

  p.copy{margin-top: 8rem; color: var(--color-charcoal); font-size: 1.4rem;}

  /*PANEL DROP */
  .panelInner {
    padding: 3rem;
  }
  .panelHead {
    font-size: 1.5rem;
  }

}


@media only screen and (max-width: 700px) {

  /* HOME - LIFESTYLE */
  /* Stage 2: collapse to 1 column */
  .sectionLifestyle {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    gap: 20px;
    padding: 70px;
  }

  .text-block {
    grid-column: auto;
    grid-row: auto;
    padding: 20px 0;
  }
}


@media only screen and (max-width: 600px) {

  /* BASIC */
  div.centerNarrow{
    width: 90%;
  }

  /* STRUCTURAL*/
  #logo {
    width: 250px;
  }

    /* MAIN PIC */
  #mainPic {
    height: 32rem;
  }
  #MainPicTextWrapper {
    top: 4rem;
  }

  .mp-adventure {
    background-image: url("../images/pic_4x4Adventure_s.jpg");
  }

  .mp-capetown {
    background-image: url("../images/pic_4x4Cape_s.jpg");
  }
  .mp-southafrica {
    background-image: url("../images/pic_OutdoorsSouthAfrica_s.jpg");
    /* background-image: -webkit-image-set(
      url("../images/pic_OutdoorsSouthAfrica_s.webp") 1x,
      url("../images/pic_OutdoorsSouthAfrica_s.jpg") 1x
    );
    background-image: image-set(
      url("../images/pic_OutdoorsSouthAfrica_s.webp") type("image/webp"),
      url("../images/pic_OutdoorsSouthAfrica_s.jpg") type("image/jpeg")
    ); */
  
  }
  .mp-overland {
    background-image: url("../images/pic_caravansSouthAfrica_s.jpg");
  }

  .homePicOverlay {
  background-image: url("../images/gradient_White_m.png");
}

    /* HOME - Your Way */
  .sectionYourWay {
    background-image: url("../images/bg_ArrowDown.png"), url("../images/bg_Adventure_s.jpg");
  }


  /* STORY ENDS */

  .storyEnds-title{
    width: 90%;
    margin-left: 5%;
    top: 5rem;
    padding: 2rem 2rem;
  }

  .storyEnds-title h2{
    line-height: 120%
  }

  .storyEnds-content{
    height: 75rem;
    padding: 17rem 2rem 10rem 2rem;
  } 

  section.storyEnds-content-left{
    background-image: url('../images/storyGoes_Grey_s.jpg');
  }
  section.storyEnds-content-right{
    background-image: url('../images/storyGoes_Happy_s.jpg');
  }

  /* HOME - RISE */
  .sectionRise {
    height: 45rem;
    background-image: url('../images/bg_mountainEscape_s.jpg');
  }
  .riseContent{
    margin-top: 22%;
  }
  .riseContent p{
    font-size: 1.7rem;
    margin-bottom: 3rem;
  }

  /* HOME FOOTER TAGLINE */
  .footerTagline {
    padding: 2.5rem 1rem;
  }
  .footerTagline p{
    font-size: 1.6rem;
  }

}



@media only screen and (max-width: 560px) {

  /* STRUCTURAL*/
  #header {
  height: 90px;
  }
  #logoWrapper {
    top: 0.5rem;
    left: 0.5rem;
  }
  .innerPadding {
    padding: 2.5rem 2.5rem 2.5rem 2.5rem;
  }
  .innerPadding2 {
    padding: 4rem 2.5rem 4.5rem 2.5rem;
  }
  .innerPadding3 {
    padding: 1.5rem 2.5rem 1.5rem 2.5rem;
  }


  /*SLIDE*/
  /*home page slide*/
  #slideTextWrapper {
  top: 3.5rem;
  }
  #slideText {
    width: 80%;
    margin-left: 2rem;
  }
  #slide {
    height: 480px;
    /* border-style: solid; */
  }

  /* HOME - GENERIC */
  .generic-card-wrapper {
    width: 100%;
    margin-top: 2.5rem;
    gap: 10px;
  }
  .generic-card{
  padding: 2.5rem;
}
  .genericIntro{
    font-size: 1.7rem;
  }
  .genericIntro-orange{
    font-size: 2.1rem;
  }
  .generic-card-image{
    margin: 2rem 0rem;
    width: 40px;
    display: none;
  }

  p.generic-card-description{
    font-size: 1.4rem;
  }

  /* HOME - Your Way */
  #yourWaySlide{
    width: 96%;
  }
  .yourWayPadding{
    padding: 6rem 2rem 3rem 2rem;
  }
  .yourWay-sliderWrapper{
    padding: 3rem;
    margin: 2rem;
  }
  .yourWay-sliderTitle{
    font-size: 1.8rem;
  }

  /* BUTTONS */
  a.buttonHero {
    font-size: 1.5rem;
    padding: 2rem 1.8rem;
  }

  a.buttonOrange {
    font-size: 1.3rem;
    margin: 1rem 0rem;
  }
  a.standard{
    padding: 1.2rem 2rem;
  }
  a.downloadIcon{
    padding: 1.2rem 2rem 1.2rem 4.5rem;
  }

  a.buttonWhite {
    font-size: 1.3rem;
  }

}

@media only screen and (max-width: 500px) {

  /* BASIC */
  h1 {
    font-size: 2.9rem;
    line-height: 115%;
  }
  h2{
    font-size: 2.5rem;
    margin-top: 3.5rem;
  }
  h3{
    font-size: 1.9rem;
    margin-top: 3.5rem;
  }

  h4{
    font-size: 1.6rem;
    margin-top: 3rem; margin-bottom: 1.5rem;
  }

  p.intro{
    font-size: 1.8rem;
  }

  p,
  a,
  li,
  td {
    font-size: 1.5rem;
  }


  /* HOME - LIFESTYLE */
  .sectionLifestyle {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    gap: 10px;
    padding: 40px;
    /* padding: 40px 10%; */
  }

  /* HOME - TRUST */
  #trustSlide{
    padding: 0rem 3rem;
    margin: 0px auto;
  }

    /*PANEL DROP */
  .panelInner {
    padding: 1.5rem;
  }
  .panelHead {
    padding: 1.8rem 5rem 0.6rem 0.8rem;
    margin-top: 1rem;
    font-size: 1.4rem;
  }
  .panelArrow {
    top: 2rem;
    right: 2rem;
    width: 1.2rem;
    height: 1.2rem;
  }

  /* CTAS */
  .ctaWrapper {
    padding: 4rem 0rem;
  }
  .ctaBlock .cta-header{
    font-size: 1.6rem;
  }
  .ctaBlock .cta-text{
    font-size: 1.4rem;
  }

}

@media only screen and (max-width: 480px) {

  #logo{width: 190px;}

  /* BASIC */
  div.centerNarrow{
    width: 100%;
  }

  /* HOME - 3 STEPS */
  .tab p{
    font-size: 1.5rem;
  }

  .tab p span{
    display: none;
  }

  /*HOME - Modules*/

  .innerPaddingModules{
      padding: 4rem 1rem 4.5rem 1rem;
  }
  .container-Camper {
    padding: 10px;
  }

  .container-Camper {
    margin-top: 0rem;
  }


  #caravanSlider{
    width: 100%;
    max-width: 30rem; /* Prevents the slider from being too large */
    margin: 0px auto;
  }

    /* STORY ENDS */

  .storyEnds-title{
    position: relative;
    width: 100%;
    margin-left: 0;
    top: 0px;
    padding: 2rem 2rem;
  }

  .storyEnds-title h2{
    line-height: 120%
  }

  .storyEnds-content{
    width: 100%;
    height: 58rem;
    padding: 3rem 2rem 10rem 2rem;
  } 

  section.storyEnds-content-left{
    float: none;
  }
  section.storyEnds-content-right{
    float: none;
  }

  /* HOME FOOTER TAGLINE */
  .footerTagline {
    padding: 2rem 1rem;
  }
  .footerTagline p{
    font-size: 1.5rem;
  }

}



@media only screen and (max-width: 400px) {


  /* HOME - Your Way */
  .yourWayPadding{
    padding: 5rem 2rem 2rem 2rem;
  }
  .yourWay-sliderWrapper{
    padding: 2rem;
    margin: 1.5rem;
  }
  .yourWay-sliderTitle{
    font-size: 1.7rem;
  }

  /*HOME - Modules*/
  .sectionModules-close p{
    font-size: 1.5rem;
  }
  #caravanSlider{
    width: 100%;
    max-width: 28rem; /* Prevents the slider from being too large */
    margin: 0px auto;
  }

    /* HOME - LIFESTYLE */
  .sectionLifestyle {
    padding: 20px 20px;
  }

  /* HOME - TRUST */
  .trust-sliderIcon img{
    width: 110px;
  }
  .trust-sliderDescription{
    font-size: 1.2rem;
  }

  /* HOME - RISE */
  .riseContent p{
    font-size: 1.6rem;
    margin-bottom: 2.5rem;
  }

  /* CTAS */
  .ctaBlock .cta-header{
    font-size: 1.5rem;
  }


}


@media only screen and (max-width: 360px) {
    
  /* STORY ENDS */

  .storyEnds-title{
    padding: 2rem 2rem;
  }

  .storyEnds-content{
    width: 100%;
    height: 52rem;
    padding: 3rem 2rem 10rem 2rem;
  } 

}

@media only screen and (max-width: 320px) {

    /* BASIC */
  h1 {
    font-size: 2.8rem;
  }

}


