*{
  padding: 
  0;margin: 0;
}


h2{
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-weight: lighter;
  font-style: normal;
  color: #eaeaeb;
  font-size: 2.7rem;
  padding-bottom: 10px;
}

h4{color: #919d9c;}

a:link{color: #919d9c;}

p{
  font-family: "Montserrat", serif;
}



#mainContainer{
  display: grid;
  height: 100%;
  width: 80%;
  margin: 0 auto;
  gap: 10px;
  border-left: 2px solid white;
  border-right: 2px solid white;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: 370px 50px auto 140px;
  grid-template-areas: "h h h h h h h h h h h h"
                       ". n n n n n n n n n n ."
                       "m m m m m m m m m m m m"
                       "f f f f f f f f f f f f";
  grid-auto-flow: dense;
}

header{
  grid-area: h;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-template-rows: 250px 100px;
  grid-template-areas: "l" "s";
  justify-content: center;
  justify-items: center;

}


nav{grid-area: n; background-color: white; align-items: center;}

main{grid-area: m;}

footer{
  grid-area: f; padding: 10px 10px;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: auto;
  grid-template-areas: "ac ac ac . . sm sm sm sm . tc tc";
  gap: 20px 10px;
  margin-bottom: 20px;
}

footer .accreditions{
  grid-area: ac;
}

footer .accreditions img{
  height: 90px;
  margin-top: 10px;
}

footer .socialMedia{
  grid-area: sm;
}

footer .socialMedia img{
  height: 40px;
  padding-right: 20px;
  color: whitesmoke;
  margin-top: 30px;
}

footer .dataInfo{
  grid-area: tc;
  font-size: 0.7rem; 
  margin: 0;
  align-content: end;
}

footer .dataInfo a{
  text-decoration: none; 
  color: black;
  align-items: end;
}

header, footer{background-color: #CFE1DC;}

b{font-weight: 400;}

/* Header */
header #logo{
  grid-area: l;
  height: 290px;
  margin-top: 10px;
  margin-bottom: 15px;
  
}

header #slogan{
  grid-area: s;
  height: 60px;
  align-self: center;
  margin-top: 65px;
}


header #socialMedia{
  float: right;
  border-left: 1px solid white;
  padding-left: 50px;
  margin: 30px 50px 0 0 ;
}

header #socialMedia img{
  height: 40px;
  margin-bottom: 20px;
}


/* Navigation Bar */
nav #burger{display: none;}

nav ul{
  list-style-type: none;
  overflow: hidden;
  line-height: 60px;
  padding-inline-start: 0px;
  padding-left: 0;
  justify-content: center;
  justify-content: center;
  justify-items: center;
}

nav li{float: right;}

nav li a{
  text-decoration: none;
  display: block;
  color: #B3B3B4;
  padding: 0px 16px;
  font-family: "Quicksand", serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}

#selectedLink{color: #919d9c; font-weight: 500;}

main{grid-area: m;}

/* Index Main Container */

main .indexContent{
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: 150px auto;
  grid-template-areas: "b b b b b b b b b b b b " 
                       "i i i i t t t t t t t t";
  gap: 20px 10px;
}


main .indexContent .banner{grid-area: b;}

main .indexContent .banner img{
  object-fit: cover;
  max-height: 100%;
  width: 100%;
}

main .indexContent .left{
  grid-area: i;
}

main .indexContent .left img{
  object-fit: cover;
  width: 100%;
  max-height: 100%;
  box-shadow:10px 10px 5px #eaeaeb;
}

.indexContent .right{margin-left: 2%;grid-area: t;}

.indexContent .right p{font-size: 1.1rem; text-align: justify;}


/* About Us */

main .aboutContent{
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: 150px auto;
  grid-template-areas: "b b b b b b b b b b b b " 
                       "t t t t t t t t i i i i ";
  gap: 20px 10px;
}


main .aboutContent .banner{
  grid-area: b;
}

main .aboutContent .banner img{
  object-fit: cover;
  max-height: 100%;
  width: 100%;
}

main .aboutContent .left{
  grid-area: t;
  margin-right: 20px;
}

main .aboutContent .left p{
  text-align: justify;
}



.aboutContent .right{
  margin-left: 2%;
  grid-area: i;
}

main .aboutContent .right img{
  object-fit: cover;
  width: 100%;
  margin-bottom: 20px;
  align-self: end;
  box-shadow:-10px 10px 5px #eaeaeb;
}

.aboutContent .left p{
  font-size: 1.1rem;
}





/* Service Main Container */

.serviceContent{
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: 150px auto auto;
  grid-template-areas: "b b b b b b b b b b b b" 
                       "t t t t t t t t t t t t"
                       "c c c c c c c c c c c c";
  gap: 20px 10px;
  margin-bottom: 20px;
}


.serviceContent .banner{
  grid-area: b;
}

main .serviceContent .banner img{
  object-fit: cover;
  max-height: 110%; 
  width: 100%;
}


.serviceContent .mainText{
  grid-area: t;
  font-size: 1.2rem;
}

.serviceContent .cardSection{
  grid-area: c;
  display: grid;
  width: 100%;
  grid-template-columns: repeat(4, 1fr);
  justify-content: space-evenly;

}

.card{
  padding: .75rem;
  width: 90%;
}

.serviceContent .cardSection .card .desc{
  display: inline;
  margin: 0 auto;
  font-size: 1.2rem;
  padding-top: 0.4rem;
  margin-top: 0.9rem;
  color: #919d9c;
  font-family: "Quicksand", serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  border-top: 2px solid #919d9c;
}


/* Contact Us Container */

.contactContent{
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: 150px auto auto;
  grid-template-areas: "b b b b b b b b b b b b" 
                       "t t t t t t t t i i i i";
  gap: 20px 10px;
  margin-bottom: 20px;
}


.contactContent .banner{
  grid-area: b;
}

.contactContent .banner img{
  object-fit: cover;
  max-height: 100%;
  width: 100%;
}

.contactContent .right{
  grid-area: i;
  justify-items: end;
} 

.contactContent .right img{
  object-fit: cover;
  width: 100%;
  margin-bottom: 20px;
  align-self: end;
  box-shadow:-10px 10px 5px #eaeaeb;
  
}

.contactContent .left{
  grid-area: t;
  font-size: 1.2rem;
}

.contactContent .contactForm{
  margin-top: 5%;
}
.contactContent .contactForm .inputBox, textarea{
  width: 80%;
  margin-bottom: 1rem;
  border: 2px solid #B3B3B4;
  font-size: 1.1rem;
  padding: 2%;
  border-radius: 2px;
}

.contactContent .contactForm .submitBtn{
  padding: 10px;
  border-radius: 2px;
  width: 20%;
  background-color: #CFE1DC;
  margin-top: 2%;
}

/* Supporting Home Move Container */



.movingHomeContent{
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: 150px auto auto;
  grid-template-areas: "b b b b b b b b b b b b" 
                       "hs hs hs hs hs hs s s s s s s";
  gap: 20px 10px;
  margin-bottom: 20px;
}


.movingHomeContent .banner{
  grid-area: b;
}

.movingHomeContent .banner img{
  object-fit: cover;
  max-height: 100%;
  width: 100%;
}

.movingHomeContent .right{
  grid-area: s;
  justify-items: end;
} 

.movingHomeContent .right img{
  object-fit: cover;
  width: 100%;
  margin-bottom: 20px;
  align-self: end;
  box-shadow:-10px 10px 5px #eaeaeb;
  
}

.movingHomeContent .left{
  grid-area: hs;
  font-size: 1.2rem;
}

.movingHomeContent .left img{
  object-fit: cover;
  width: 100%;
  margin-bottom: 20px;
  align-self: end;
  box-shadow:-10px 10px 5px #eaeaeb;
  
}

.movingHomeContent h4{
  font-size: 1.4rem;
  text-align: center;
}




/* Price Content Container */

.priceContent{
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: 150px auto auto auto auto;
  grid-template-areas: "b b b b b b b b b b b b" 
                       "h h h h h h h h h h h h" 
                       "t t t t t t t t t t t t"
                       "i1 i1 i1 i1 i1 i1 i2 i2 i2 i2 i2 i2"
                       "i3 i3 i3 i3 i3 i3 i4 i4 i4 i4 i4 i4";
  margin-bottom: 20px;
}

.priceContent .banner{
  grid-area: b;
}

.priceContent .banner img{
  object-fit: cover;
  max-height: 100%;
  width: 100%;
}

.priceContent .priceHeading{
  grid-area: h;
  margin-top: 20px;
}

.priceContent .priceInformationSection{
  justify-self: center;
  padding: 20px;
  margin-bottom: 40px;
  width: 95%;
  font-size: 1.2rem;
  box-shadow:5px 15px 10px #eaeaeb;
  
}

.priceContent .info1{
  grid-area: i1;
}

.priceContent .info2{
  grid-area: i2;
}

.priceContent .info3{
  grid-area: i3;
}

.priceContent .info4{
  grid-area: i4;

}

.dark{
  border: 3px solid #919d9c;
}

.light{
 border: 3px solid #CFE1DC;
}

.priceInformationSection h4{
  text-align: center;
  font-size: 1.8rem;
  border-bottom: 1px solid #CFE1DC;
  padding-bottom: 10px;
  margin-top: 10px;
}


section .textContainer{
  border-left: 2px solid #CFE1DC;
  padding-left: 20px;
}



.accordion-button {
  background-color: transparent !important;
}



/* FAQ Content Container */

.faqContent{
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: 150px auto auto;
  grid-template-areas: "b b b b b b b b b b b b" 
                       "h h h h h h h h h h h h" 
                       "i i i i t t t t t t t t";
  margin-bottom: 20px;
}

.faqContent .banner{
  grid-area: b;
}

.faqContent .banner img{
  object-fit: cover;
  max-height: 100%;
  width: 100%;
}

.faqContent .faqHeading{
  grid-area: h;
  margin-top: 20px;
}

.faqContent .mainText{
  grid-area: t;
}

.faqContent .sideImages{
  grid-area: i;
} 

.faqContent .sideImages img{
  object-fit: cover;
  max-width: 90%;
  max-height: 80%;
  margin-bottom: 20px;
  box-shadow:10px 10px 5px #eaeaeb;
}

/* Terms and Conditions Content Container */

.tcContent{
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: 150px auto auto auto;
  grid-template-areas: "b b b b b b b b b b b b" 
                       "h h h h h h h h h h h h" 
                       "t t t t t t t t t t t t";
  margin-bottom: 20px;
}

.tcContent .banner{
  grid-area: b;
}

.tcContent .banner img{
  object-fit: cover;
  max-height: 100%;
  width: 100%;
}

.tcContent .tcHeading{
  grid-area: h;
  margin-top: 20px;
}

.tcContent .tcIntro{
  font-size: 1.15rem;
}

.tcContent .mainText{
  grid-area: t;
  width: 66%;
  justify-self: center;
  text-align: justify;
}

.tcContent .mainText h4{
  margin-bottom: 15px;
}

.tcContent .mainText hr, .aboutContent hr{
  width: 50%;
  display: block;
  margin: 20px auto;
  border: 2px solid #CFE1DC;
}


/* Smartphone */
@media only screen and (max-width: 600px) {

  #mainContainer{
  display: grid;
  height: 100%;
  width: 90%;
  margin: 0 auto;
  gap: 5px;
  border-left: 2px solid white;
  border-right: 2px solid white;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: 170px auto auto auto;
  grid-template-areas: "h h h h h h h h h h h h"
                       "n n n n n n n n n n n ."
                       "m m m m m m m m m m m m"
                       "f f f f f f f f f f f f";
  grid-auto-flow: dense;
}



  /* Smartphone header and footer sections  */

  header{
  grid-area: h;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-template-rows: 120px 50px;
  grid-template-areas: "l" "s";
  justify-content: center;
  justify-items: center;
}


/* Header */
header #logo{
  grid-area: l;
  height: 110px;
  margin-top: 10px;
  
}

header #slogan{
  grid-area: s;
  height: 30px;
  margin-top: 10px;
}

/* Nav */

nav{
  margin-bottom: 10px;
}

nav #burger{
  display: block;
  margin: 10px 0 0 0;
}

nav ul{
  display: none
}

nav ul.show{
  display: block;
  width: 100%;
}

nav ul li{
  clear: both;
  display: block;
  margin: 0 auto;
  width: 100%;
  padding-right: 10px;
  border-bottom:  #CFE1DC;
}

nav ul li a{
  text-decoration: none;
  text-align: center;
  font-weight: 300;
  font-style: normal;
}

nav ul li a #selectedLine{
  display: none;
}


/* footer */

footer{
  grid-area: f; padding: 10px 10px;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: auto;
  grid-template-areas: "ac ac . sm sm sm sm tc tc tc tc tc";
  gap: 20px 10px;
  margin-bottom: 20px;
}

footer .accreditions{
  grid-area: ac;
}

footer .accreditions img{
  height: 50px;
}

footer .socialMedia{
  grid-area: sm;
}

footer .socialMedia img{
  height: 20px;
  padding-right: 10px;
  color: whitesmoke;
  ;
}

footer .dataInfo{
  grid-area: tc;
  font-size: 0.7rem; 
  text-align: right;
  
}

footer .dataInfo a{
  text-decoration: none; 
  color: black;
  display: inline;
  margin-right: 15px;
}

  /* Index Page - Smartphone */

  main .indexContent{
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: 100px auto;
  grid-template-areas: "b b b b b b b b b b b b " 
                       "t t t t t t t t t t t t";
  gap: 5px 5px;
  }

  main .indexContent .left{
    display: none;
  }


  /* About Us */

main .aboutContent{
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: 150px auto 100 auto;
  grid-template-areas: "b b b b b b b b b b b b" 
                       "t t t t t t t t t t t t";
  gap: 5px 5px;
}


main .aboutContent .banner{
  grid-area: b;
}

main .aboutContent .banner img{
  object-fit: cover;
  max-height: 100%;
  width: 100%;
}

main .aboutContent .left{
  grid-area: t;
  width: 100%;
}

main .aboutContent .left p{
  text-align: justify;
}


main .aboutContent .right{
  display: none;
}

.aboutContent .right #chairImg{
  display: none;
}

.aboutContent .left p{
  font-size: 1.1rem;
}






  /* Services Page - Smartphone */

  .serviceContent{
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: 100px auto auto auto auto auto;
  grid-template-areas: "b b b b b b b b b b b b" 
                       "t t t t t t t t t t t t"
                       ". c c c c c c c c c c .";
  gap: 5px 10px;
  margin-bottom: 20px;}

  .serviceContent .cardSection{
    grid-area: c;
    display: grid;
    width: 100%;
    margin: 0 auto;
    grid-template-columns: repeat(1, 1fr);
    justify-content: center;
    justify-items: center;
    gap: 20px 1px;
  }

  .card{
    padding: .75rem;
    width: 75%;
  }


  /* Pricing - Smarthphone */
  /* Price Content Container */

  .priceContent{
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: 150px auto auto auto auto;
    grid-template-areas: "b b b b b b" 
                        "h h h h h h" 
                        "t t t t t t"
                        "i1 i1 i1 i1 i1 i1" 
                        "i2 i2 i2 i2 i2 i2"
                        "i3 i3 i3 i3 i3 i3" 
                        "i4 i4 i4 i4 i4 i4";
    margin-bottom: 20px;
  }

  .priceInformationSection h4{
    font-size: 1.5rem;
  }



  /* contact us - smartphone  */

  .contactContent{
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: 100px auto auto;
    grid-template-areas: "b b b b b b" 
                        "t t t t t t";
    gap: 5px 10px;
    margin-bottom: 20px;
  }


  .contactContent .banner{
    grid-area: b;
  }

  .contactContent .banner img{
    object-fit: cover;
    max-height: 100%;
    width: 100%;
  }

  .contactContent .right{
    display: none;
  } 

  .contactContent .left{
    grid-area: t;
  }

  .contactContent .contactForm{
    margin-top: 5%;
  }
  .contactContent .contactForm .inputBox, textarea{
    width: 95%;
  }

  .contactContent .contactForm .submitBtn{
    width: 95%;
  }


  /* FAQs - Smartphone */

  /* FAQ Content Container */

  .faqContent{
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: 100px auto auto;
    grid-template-areas: "b b b b b b" 
                        "h h h h h h" 
                        "t t t t t t";
    margin-bottom: 20px;
  }


  .faqContent .banner img{
    object-fit: cover;
    max-height: 100%;
    width: 100%;
  }

  .faqContent .faqHeading{
    grid-area: h;
    margin-top: 20px;
  }

  .faqContent .mainText{
    grid-area: t;
  }

  .faqContent .sideImages{
    display: none;
  } 
}

  /* 
  
  *{
    margin: 0;
    padding: 0;
  }

  #mainContainer{
  width: 100%;
  } 

  header{
    height: 150px;
  }

  header #logo{
    padding-top: 5px;
    height: 150px;
    margin-left: 10px;
  }

  header #slogan{
    padding-top: 80px;
    width: 30%;
    margin-left: 10px; 
  }

  header #socialMedia{
    float: right;
    border-left: 1px solid white;
    padding-left: 20px;
    margin: 10px 20px 0 0 ;
}

header #socialMedia img{
  height: 30px;
  margin-bottom: 10px;
}



.mainText{
  width: 90%;
}

h2{
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-weight: lighter;
  font-style: normal;
  font-size: 18px;
  padding-bottom: 10px;
}


#serviceIntro{
  display: none;
}

#textContainerService{
  display: block;
}



.textContainer p{
  font-size: 1.1rem;
}

.sideImages{
  display: none;
  width: 0;
}

.desc{
  font-size: 0.6rem;
}


@media only screen and (max-width: 500px) {
  .responsive {
    width: 100%;
  }
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
} 

*/