* {
  Top:0;
  left:0;
  right:0;
  bottom:0;
  padding:0;
  margin:0;
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}

html::-webkit-scrollbar {
  display: none; /* Hide scrollbar for Chrome, Safari and Opera */
}

html {
  -ms-overflow-style: auto;  /* IE and Edge */
  scrollbar-width: auto; /* Firefox */
}

html::-webkit-scrollbar {
  display: auto; /* Hide scrollbar for Chrome, Safari and Opera */
}


body {
  background-color:white;
}

.cdmoretext > div > h4 {
  padding-bottom: 5px;
}

.Topbar {
  Top:0;
  background-color: white;
  text-align: center;
  height: 56px;
  width:100%;
  position:fixed;
  left:0;
  display:flex;
  justify-content: space-around;
  justify-items: center;
  align-items:center;
  font-weight: bold;
  font-size: 15;
  z-index: 50;
}

.Topbar > div {
  padding-left: 8px;
  padding-right: 8px;
}

.cblogo {
  padding-top:5px;
}

.mobilemenub, .mobilexb, .mobarrow, .motext, .mobilebackb { 
  display:none; /* mobile things, be none by default */
  transition: 0.25s;
}

.mobmenu {
  background-color: white;
  position:fixed;
  display:none;
  z-index: 35;
  top: 50px;
  left:100%;
  height:100%;
  transition: 0.5s;
}

.endpad {
  padding-bottom: 56px;
}


#curtain {
  position:fixed;
  background-color: black;
  height:100%;
  width:100%;
  z-index:30;
  opacity: 0;
  display:none;
  transition: opacity 0.5s;
}

.droppable {
  display:flex;
  justify-content: space-around;
  align-items:flex-start;
  width: 60%;
  padding:8px;
  transition: 0.5s;
  position:relative;
}

.droppable > div {
  padding:10px;
  border-radius: 3px;
  background-color: white;
  transition: 0.5s;
  white-space: nowrap;
}
.droppable > div > div {
  font-family: OpenSans;
}
.supportb {
  display: flex;
}

.supportb > div {
  padding: 15px;
  padding-left:8px;
  padding-right:8px;
}
.supportb > div > a > div {
  cursor: pointer;
}

/*footer*/
footer {
  background-color: rgb(245, 245, 247);
  display:grid;
  font-size: 12px;
}
footer > div {
  max-width:992px;
  width:100%;
  justify-self: center;
  padding:17px;
  padding-bottom: 11px;
  box-sizing: border-box;
}
footer > div:nth-child(2) {
  padding-top: 0;
}
footer > div > p {
  padding-bottom: 0.8em;
}
footer > div:has(nav) {
  border-top: 1px solid lightgrey;
}

.FooterProductBox {
  display: flex;
  flex-direction: column;
  flex-wrap:wrap;
  height:925px;
  margin-bottom: 20px;
}
.FooterProductBox > div {
  padding-top: 24px;
}
/*nav > h1 {
  font-size: 14px;
}*/
/*.FooterProductBox > div > h3 {
  padding-bottom: 1.6em;
}
.FooterProductBox > div > h3:has(+p) {
  padding-bottom: 0;
}*/
.FooterProductBox > div > h2 {
  padding-bottom: 0;
  font-size: 16px;
}
.FooterProductBox > div > h2 > div, .FooterProductBox > div > h4 > div {
  display:flex;
  justify-content: space-between;
}
.FooterProductBox > div > h2 > div > div:nth-child(2), .FooterProductBox > div > h4 > div > div:nth-child(2) {
  display:none;
}
/*.FooterProductBox > div > h2:has(+h4) {
  padding-bottom: 1em;
}*/
.FooterProductBox > div > p {
  padding-top: 0.8em;
}
/*.FooterProductBox > div > p:has(+h4) {
  padding-bottom: 1.6em;
}*/
.FooterProductBox > div > h4 {
  padding-top: 0.8em;
}
.FooterProductBox > div > p:has(+ h4) {
  padding-bottom: 0.8em;
}

.FooterProductBox > div > p > a, .FooterProductBox > div > h4 > a {
  text-decoration: none;
  color:black;
}
.FooterProductBox > div > p > a:hover, .FooterProductBox > div > h4 > a:hover  {
  text-decoration: none;
  color:red;
}
.ftct { /*footer contact*/
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.ftcp { /*footer copyright?*/
  padding-top:20px;
  padding-bottom: 10px;
  margin-top:20px;
  border-top: 1px solid lightgrey;
  display:flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.ftcp > div > a {
  color:black;
  text-decoration: none;
}
.ftcp > div > a:hover {
  text-decoration: underline;
}

/*mock site (non-menu) css start here*/

.display {
  position:relative;
  height: 100%;
  display: block;
  align-items: center; 
  justify-content: center;
  width:100%;
  margin: 0;
  text-align:center;
  z-index:10;
  background-position:50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  overflow-x:hidden;
  box-sizing: border-box;
}

.display > div {
  position:relative;
  height: 100%;
  display: flex;
  flex-wrap: nowrap;
  align-items: center; 
  justify-content: center;
  width:100%;
  margin: 0;
  text-align:center;
  z-index:13;
  overflow-x: scroll;
}
.display > div > div {
  z-index:12;
}
.dscl{
  left:0px;
  transition-duration: 0.5s;
}
.swipedot, div > .swipedot {
  display:flex;
  justify-content: center;
  align-items: center;
  height:20px;
  position:absolute;
  top:auto;
  bottom:35px;
  z-index: 14;
  overflow:hidden;
}
.swipedot > div, div > .swipedot > div {
  width:10px;
  height:10px;
  margin:0 5 0 5;
  background-color:white;
  border-radius: 50%;
  cursor: pointer;
}
.display > div > .displaySB {
  position:relative;
  height:100%;
  width:100%;
  z-index:12;
  transition-duration: 0.5s;
  display:block;
  background-position:50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  /*background-color:white;*/
}
.displaySB{
  background-position:50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.biparent > .display {
  height:auto;
  padding:30 30 0 30;
}

.display > div > a {
  text-decoration: none;
  color: white;
  height:fit-content;
  width: 50%;
}
.bi{
  position:relative;
  width:100%;
  z-index:12;
  display:block;
  background-position:center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  aspect-ratio: 1000/577;
  transition:0.5s;
}
.bi:hover {
  background-size: 110% 110%;
}
.displaySB > div {
  z-index:12;
  height: 100%;
  background-image: linear-gradient(rgba(0, 0, 0, 0),rgba(0, 0, 0, 0),rgba(0, 0, 0, 0.5) );
  position: relative;
}

.bi > div {
  z-index:12;
  height: 100%;
  background-image: linear-gradient(rgba(0, 0, 0, 0),rgba(0, 0, 0, 0),rgba(0, 0, 0, 0.5) );
  position: relative;
}
.bi > div > div {
   left: 20px;
   top: auto;
   bottom: 20px;
   position: absolute;
   right: auto;
   font-size:x-large;
}
div > .plusbg {
  display:none;
  border:white 1px solid;
  background-color: rgba(0,0,0, 0.3); 
  height:50px;
  width:50px;
  position:absolute;
  left:auto;
  top:auto;
  bottom: 20px;;
  right: 20px;;
  > img {
    height:50px;
    transform: rotate(45deg);
    filter:invert(1);
  }
}
div:hover > .plusbg {
  display:block;
}

.invhead {
  position:absolute;
  top:auto;
  bottom: 140px;
  color:white;
  font-size: 25;
  > h1 {
    font-family: Roboto;
    font-size: 70;
  }
  > p {
    font-family: Opensans;
  }
}

.bbox {
  position:absolute;
  top:auto;
  bottom:80px;
  display:grid;
  justify-items: center;
}

.bbox > a {
  display:flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.bbox > a > div {
  background-color: white;
  padding:10 100 10 100;
  border-radius: 18px;
  color:black;
}
.pagetextblock {
  width:100%;
  align-content: center;
  text-align: center;
  box-sizing: border-box;
  padding: 70 20 70 20;
  > h1 {
    font-family: Montserrat;
    font-weight: normal;
    font-size:40px;
  }
  > h3 {
    font-family: OpenSans;
    font-weight: normal;
  }
}
.colonlistthing {
  display:grid;
  > div {
    display: grid;
    grid-template-columns: auto auto;
    text-align: left;
    width:fit-content;
    justify-self: center;
    > div {
      font-family: OpenSans;
      font-size: 18.7;
      > * {
        font-family: OpenSans;
      }
    }
  }
}

/* index */

.canoblock::-webkit-scrollbar {
  display: none; /* Hide scrollbar for Chrome, Safari and Opera */
}
.canoblock{
  flex-direction: column;
  overflow-x: scroll;
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none; /* Firefox */
  position:relative;
  display: block;
  width:100%;
  height:300px;
  flex-wrap: nowrap;
  scroll-behavior: smooth;
  padding: 5 0 5 0;
  > div {
    display:flex;
    width:fit-content;
    position:relative;
    > div { /*box and fade*/
      box-sizing: border-box;
      width: 300px;
      height: 300px;
      margin:0 5 0 5;
      z-index: 9;
      background-size: 300px;
      position:relative;
      border-radius: 10px;
      > div:first-child { /*text*/
        position: absolute;
        color: white;
        height:fit-content;
        top:auto;
        left:15px;
        bottom:15px;
        z-index: 11;
        font-size: large;
        font-weight: bold;
        > p {
          font-family:OpenSans;
          font-weight: normal;
        }
        > h2 {
          font-family:Roboto;
        }
        > a {
          text-decoration: none;
          color:white;
          > div { /*button*/
            width:45%;
            height:40px;
            border-radius: 20px;
            align-content: center;
            text-align: center;
            margin-top: 5px;            
            font-family: OpenSans;
            font-size: 15;
            font-weight: normal;
            border: white 1px solid;
          }          
        }
      }
      > div:last-child { /*black gradient*/
        position: absolute;
        height: 300px;
        width:300px;
        background-image: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0), rgba(0,0,0,0.4));
        z-index:10;
        border-radius: 10px;
        box-sizing: border-box;
      }
    }
  }
}
.lsb, div > .lsb {
  display:block;
  position:absolute;
  top:calc(50% - 25px);
  left:20px; 
  height:50px;
  width:50px;
  transform: rotate(180deg);
  border-radius: 50%;
  background-color: rgba(0,0,0, 0.3);
  backdrop-filter:blur(5px)  ;
  z-index:14;
  overflow:hidden;
  cursor: pointer;  
  div{
    height:15px;
    width:15px;
    margin:17.5px;
    background-image: url(img/arrow.png);
    filter:invert(1);
    background-size: cover;
    z-index: 15;
  }
}
.rsb, div > .rsb {position:absolute;
  display:block;
  top:calc(50% - 25px);
  left:calc(100% - 70px); /*50px is width + 20px distance from border*/
  height:50px;
  width:50px;
  border-radius: 50%;
  background-color: rgba(0,0,0, 0.3);
  backdrop-filter:blur(5px)  ;
  z-index:14;
  overflow:hidden;
  cursor: pointer;
  div{
    height:15px;
    width:15px;
    margin:17.5px;
    background-image: url(img/arrow.png);
    filter:invert(1);
    background-size: cover;
    z-index: 15;
  }
}
.can60 {
  display:grid;
  grid-template-columns: auto;
  width:60vw;
  > div {
    position:relative;
    width:60vw;
  }
  > h3 {
    padding: 10px;
    text-align: center;
    font-family: OpenSans;
    font-weight: normal;
  }
}
.sixtyforty {
  display:flex;
  height:fit-content;
  align-items: center;
}
.sixtyforty > .display {
  width:calc(60vw - 10px);
  margin-left:10px;
  height:34vw;
}
.sixtyforty > .display:first-child {
  margin-left:10px;
}
.sixtyforty > .display:nth-child(2) {
  margin-left:auto;
  margin-right:10px;
}
.sixtyforty > .display > div > .displaySB {
  background-size: cover;
}
.fortyvwside {
  width:40vw;
  padding:20px;
  min-height:34vw;
  box-sizing: border-box;
  align-self: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position:relative;
  > * {
    padding:10px;
    text-align: center;
    font-family: OpenSans;
    font-weight: normal;
  }
  > h1 {
    padding-top:0;
    font-family: Montserrat;
    font-weight: normal;
    font-size: 40;
  }
  > h2 {
    padding-top:0;
    font-family: Montserrat;
    font-weight: normal;
    font-size: 25;
  }
  > .bbox {
    position:relative;
    bottom:auto;
    > a > div {
    border: 0.5px solid black;
    font-family: OpenSans;
    }
  }
}
.sixtyvwside {
  width:60vw;
  padding:20px;
  min-height:34vw;
  box-sizing: border-box;
  align-self: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position:relative;
  > * {
    padding:10px;
    text-align: center;
    font-family: OpenSans;
    font-weight: normal;
  }
  > h1 {
    padding-top:0;
    font-family: Montserrat;
    font-weight: normal;
    font-size: 40;
  }
  > h2 {
    padding-top:0;
    font-family: Montserrat;
    font-weight: normal;
    font-size: 25;
  }
  > .bbox {
    position:relative;
    bottom:auto;
    > a > div {
    border: 0.5px solid black;
    font-family: OpenSans;
    }
  }
}
.fiftyvwside {
  width:50vw;
  padding:20px;
  box-sizing: border-box;
  align-self: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position:relative;
  > * {
    padding:10px;
    text-align: center;
    font-family: OpenSans;
    font-weight: normal;
  }
  > h1 {
    padding-top:0;
    font-family: Montserrat;
    font-weight: normal;
    font-size: 40;
  }
  > h2 {
    padding-top:0;
    font-family: Montserrat;
    font-weight: normal;
    font-size: 25;
  }
  > .bbox {
    position:relative;
    bottom:auto;
    > a > div {
    border: 0.5px solid black;
    font-family: OpenSans;
    }
  }
}

#big4 {
  height:calc(100vh - 30px);
    > .dscl > .displaySB {
    margin-left:2vw;
    margin-right:2vw;
    background-size: 100% auto; 
    background-position: 50% 50%;
    > div {
      border-radius: 10px;
      background-image: none;
      .invhead {
        bottom:100px;
        color:black;
        background-color: rgba(255, 255, 255, 0.5);
        width: fit-content;
        margin: auto;
        padding: 0 10;
        border-radius: 12.5px;
      }
      .bbox {
        bottom:40px;
        > a > div {
          border: 0.5px solid black;
        }
      }
    }
  }
}
#CanoBlock2 > div > div > div {
  background-image: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0));
  > h2 {
    color:black;
    text-align: center;
    font-weight: normal;
    font-family: Opensans;
    font-size: 25;
  }
  > a > div {
    margin-left: auto;
    margin-right: auto;
    color:black;
    border:black 1px solid;
  }
}

/*mock site css ends here*/

.dropped {
  z-index: 40;
  position:fixed;
  background-color: white;
  height:200;
  top:-150;
  transition: top 0.5s, height 0.5s, left 0.5s;
  display:grid;
  justify-items: center;
}

.dropped > div {
  display:none; /* change to flex when used */
  opacity:0;
  justify-content: center;
  align-items:center;
  height:200;
  width:auto;
  transition: opacity 0.25s;
}

.imgbox{
  display:grid;
  grid-template-columns: auto auto auto;
  position:relative;
  text-align: center;  
  justify-content: flex-end;
  align-items:flex-start;
  padding:20px;
  align-self: flex-start;
  padding-right:0;
  padding-left:0;
}

.cdimgpreview {
  display:grid;
  padding:20px;
  font-weight: bold;
  position:relative;
  transition-duration: 0.5s;
  padding-top:0;
  font-size: 17px;
}
.cdimgpreview > div {
  margin-bottom: 6px;
}
.cdimgpreview > div > a > img {
  width:160px;
}

.cdimgpreview > div:first-child {
  /*min-height:125px;*/
  align-content:flex-end;
  display:flex;
  margin:5;
  margin-bottom: 14px;
  
}
.cdimgpreview > div:first-child > a {
  align-self:flex-start;
}

/*.cdimgpreview > div {
  max-width: 160px;
}*/
.cdimgpreview > div > a {
  font-size: 13px;
  color: lightslategray;
  text-decoration: none;
}
.cdimgpreview > div > span {
  font-size: 13px;
  color: lightslategray;
  text-decoration: none;
}
.cdimgpreview > div > a:hover {
  color:red;
  transition: 0.25s;
}
.cdimgpreview > div > a.nolink:hover {
  color:lightslategray
}
.redtext {
  font-size: inherit !important;
  color:red !important;
}


.divider {
  /*background-image: url(img/Shades_of_Gray-from-wiki-small.png);
  background-size:cover;*/
  background-color: lightgray;
  width:1px;
  height:90%;
  margin-top:10px;
  align-self: flex-start;
  justify-self: center;
  border: 1px solid #EEEEEE;
  border-radius: 100%;
}
.dividermbex {
  display:none;
  background-color: lightgray;
  width:80%;
  margin-left:10%;
  height:1px;
  align-self: flex-start;
  justify-self: center;
  border: 1px solid #EEEEEE;
  border-radius: 100%;
  top: 20px;
  position:relative;
}

.cdmoretext {
  display: grid;
  grid-template-columns: auto auto auto auto;
  align-self: flex-start;
  padding:10px;
  padding-top:20px;
}

.cdmoretext > div {
  padding: 10px;
  display: grid;
  align-content: flex-start;
  min-width: 70px;
}

.cdmoretext > div > a {
  text-decoration: none;
  color:black;
  margin-bottom: 5px;
  font-size: 15px;
}
.cdmoretext > div > h4 > a {
  color: black;
  text-decoration: none;
}

.cdmoretext > div > a:hover {
  color:red;
  transition: 0.25s;
}
.cdmoretext > div > h4 > a:hover {
  color:red;
  transition: 0.25s;
}

#cdinter > .cdmoretext > div > h4 {
  text-decoration: underline;
} 



/*specific customization*/

/*Cargo body img height width change*/
/*
#cd4 > div:first-child > div > div:first-child > a > img { 
 width:300px;
}
*/
#cd5 > div:first-child > div > div:first-child { /*RV images height minimum*/
  min-height:75px;
}
/*
#cd6 > div:first-child > div:nth-child(1) > div > a > img:hover {
  content:url("img/ABL-COMMU-ALSV-R-hover.jpg");
  transition: 0.25s;
}
#cd6 > div:first-child > div:nth-child(2) > div > a > img:hover {
  content:url("img/ABL-S-hover.png");
  transition: 0.25s;
}
#cd6 > div:first-child > div:nth-child(3) > div > a > img:hover {
  content:url("img/ABL-LT-SL-hover.jpg");
  transition: 0.25s;
}
#cd6 > div:first-child > div:nth-child(4) > div > a > img:hover {
  content:url("img/ABL-M-SL-hover.jpg");
  transition: 0.25s;
}
#cd6 > div:first-child > div:nth-child(5) > div > a > img:hover {
  content:url("img/ABL-1100-F-hover.jpg");
  transition: 0.25s;
}
*/ /*the picswap thing*/
/*
#cd6 > div:first-child > div:nth-child(1) > div > a > div:hover {
  background-image:url(img/ABL-COMMU-ALSV-R-hover.jpg);
  transition: background-image 0.25s;
}

*/ /*the div version*/

#cd8 > .imgbox {
  align-self: center;
  justify-content: center;
}
#cd8 > .imgbox > div {
  width:100%;
}
#cd8 > .imgbox > .cdimgpreview > div > a > img {
  width: 100%;
}
#cd8 > div {
  width:992px;
}
#cd8 > .imgbox {
  padding-bottom: 0;
}
#cd8 > .cdmoretext {
  padding-top: 0;
  text-align: center;
}
#cd8 > .cdmoretext > div > h4 {
  font-weight: normal;
}
#cd8 > .bbox {
  position:relative;
  bottom:0;
}
#cd8 > .bbox > a > div {
  background-color: #3e6ae1;
  color: white;
}

@media only screen and (min-width: 992px) and (max-width: 1076px) {
  .droppable {
    left:-25px;
  }
}



@media only screen and (min-width: 992px) { /* in case of wanting to change something in just pc */
  #cd2 > div:last-child {
    grid-template-columns: auto auto; /*accessory text 2x3*/
  }
  /*
  #cd5 > div:first-child {
    grid-template-columns: auto auto auto auto;
  }
    */ /* in case of wanting to have 4 images in row instead of 3 */
  #cd2 > div:last-child {
    grid-template-columns: auto auto; /*accessory text 2x3*/
  }

  #cd3 > div:last-child {
    grid-template-columns: auto auto auto; /*accessory text 2x3*/
  }

  #cd3 > div:last-child > div:nth-child(4) {
    grid-column: 1 / span 2; /*accessory text general span 2 blocks*/
  }

  #cd4 > div:first-child {
    grid-template-columns: auto auto auto auto auto;
  }

  /*ambulance padding img height grid change*/
    /*
  #cd6 > div:first-child > div { 
    padding: 5px; 
  }  
  #cd6 > div:first-child > div > div:first-child > a > img { 
    height: 125px; 
    width:auto;
  }
  #cd6 > div:first-child {
    grid-template-columns: 225px 225px 225px; 
  }
    */
  #cd1 > div:first-child {
    grid-template-columns: auto auto auto auto;
  }
  #cd1 > div:last-child {
    grid-template-columns: auto auto; 
  }
  #cd1 > div:last-child > div:nth-child(2) {
    grid-column: 2 / span 1;
    grid-row: 1 / span 2; /*accessory text general span 2 blocks*/
  }
  #cd1 > div:last-child > div:nth-child(3) {
    grid-column: 1 / span 1;
    grid-row: 2 / span 2; /*accessory text general span 2 blocks*/
  }   

  #cd2 > div:first-child {
    grid-template-columns: auto auto auto auto auto;
  }

  #cd3 > div:first-child {
    grid-template-columns: auto auto auto auto;
  }
  #cd3 > div:last-child > div:nth-child(2) {
    grid-column: 1 / span 1;
    grid-row: 2 / span 3; /*accessory text general span 2 blocks*/
  }
  #cd3 > div:last-child > div:nth-child(3) {
    grid-column: 1 / span 1;
    grid-row: 5 / span 2; /*accessory text general span 2 blocks*/
  }
  #cd3 > div:last-child > div:nth-child(4) {
    grid-column: 2 / span 1;
    grid-row: 1 / span 2; /*accessory text general span 2 blocks*/
  }
  #cd3 > div:last-child > div:nth-child(5) {
    grid-column: 2 / span 1;
    grid-row: 3 / span 4; /*accessory text general span 2 blocks*/
  }

  #cd5 > div:first-child {
    grid-template-columns: auto auto auto auto auto;
  }


  #cd6 > div:first-child {
    grid-template-columns: auto auto auto auto;
  }
  #cd6 > div:last-child {
    grid-template-columns: auto auto; 
  }
  #cd6 > div:last-child > div:nth-child(2) {
    grid-column: 2 / span 1;
    grid-row: 1 / span 2; /*accessory text general span 2 blocks*/
  }
  #cd6 > div:last-child > div:nth-child(3) {
    grid-column: 1 / span 1;
    grid-row: 2 / span 2; /*accessory text general span 2 blocks*/
  }
  #cd6 > div:last-child > div:nth-child(4) {
    grid-column: 2 / span 1;
    grid-row: 3 / span 2; /*accessory text general span 2 blocks*/
  }  
  
  #cd7 > div:first-child {
    grid-template-columns: auto auto auto auto auto;
  }

  #cd8 > div:first-child > div { 
    padding: 0; /*fleet padding change*/
  }  
  .dropped > div#cd8 {
    flex-direction: column;
  }
/*fleet img height width change*/
/*
  #cd8 > div:first-child > div > div:first-child > a > img { 
    height: 375px; 
    width:auto;
  }*/
  #cdinter > div:last-child > div:nth-child(1) {
    grid-column: 1 / span 1;
    grid-row: 1 / span 2; 
  }  
  #cdinter > div:last-child > div:nth-child(2) {
    grid-column: 2 / span 1;
    grid-row: 1 / span 2; 
  }  
  #cdinter > div:last-child > div:nth-child(3) {
    grid-column: 3 / span 1;
    grid-row: 1 / span 2; 
  }  
  #cdinter > .cdmoretext > div {
    padding:10 20;
    > h4 {
      text-decoration: underline;
      padding-bottom:10;
    }
    > a {
      margin-bottom: 10;
    }
  } 

}



/*edge case*/

@media only screen and (max-width: 1076px) {
  #cd1 > div:nth-child(2) {
    margin-left: 0;
    margin-right: 0;
    transition: 0.5s;
  }
}

@media only screen and (min-width: 1076px) {
  #cd1 > div:nth-child(2) {
    margin-left: 20px;
    margin-right: 15px;
    transition: 0.5s;
  }
}

/*normal responsive thing (mobile stuffs)*/

@media only screen and (max-width: 992px) {  /* tablet, vertical*/
  .Topbar {
    justify-content: space-between;
    justify-items: center;
    align-items:center;
    font-weight: bold;
    font-size: 14;
    z-index: 50;
    transition: left 0.5s, width 0.5s;
    left:-100vw;
    width:200%;
  }

  .cblogo {
    position: relative;
    justify-self: flex-start;
    left: 108px; /*83 for before, 150/2+8*/
    transition: left 0.5s;
  }

  .mobilemenub, .mobilebackb {  /* it means button, the three line (and the back button) */
    display:block;
  }

  .mobmenu { /* new menu just for mobile */
    display:grid;
    align-content: flex-start;
    justify-items: center;
    align-items:center;
    overflow-y: scroll;
  }

  .mobmenu > div { 
    width:100vw;
  }

  .mobarrow, .motext { /* things that only be there for mobile */
    display: block;
  }

  .droppable { 
    display:grid;
    justify-content: stretch;
    padding:0;
  }
  
  .droppable > div {
    font-weight: bolder;
    display:flex;
    justify-content: space-between;
    margin:5px;
  }

  .droppable > div:hover {
    background-color: lightgray;
  }

  .supportb {
    display: grid;
  }

  .supportb > div {
    padding-top:10px;
    padding-bottom:10px;
    border-radius: 3px;
    margin-left:5px;
    margin-right:5px;
    align-content:center;
  }
  .supportb > div > a > div > div > img {
    height: 25px;
    width:25px;
  }

  .motext {
    align-content:center;
    color: black;
  }


  .supportb > div:hover {
    background-color: lightgray;
    transition:0.5s;
  }

  .supportb > div > a {
    text-decoration: none;

  }

  .supportb > div > a > div { /* for seperating the word and icon of support */
    font-weight: bolder;
    display: flex;
    justify-content: space-between;
  }  

  .dropped {
    left:100%;
    top: 50px;
    height:100%;
    width:100vw;
    display:grid;
    align-content: flex-start;
    justify-content: center;
    align-items:center;
  }

  .dropped > div {
    height:100%;
    width:100vw;
    display:grid;
    justify-content: stretch;
    padding:0;
    align-content: flex-start;
    overflow-y: scroll;
    margin-bottom: 100px;
  }

  .dropped > div > div {
    justify-content: stretch;
    justify-self: center;
  }

  .imgbox {
    padding-top:30px;
    /*display:grid;
    grid-template-columns: auto auto auto auto;*/
    display:flex;
    flex-wrap: wrap;
    justify-content: center !important;
    width:100%;
    top: 5px;
    position:relative;
    box-sizing: border-box;
  }

  .imgbox > div {
    text-align: center;
    justify-items: center;
  }

    
  .cdimgpreview {
    padding:15px;
  }

  .divider {
    background-color: lightgray;
    width:80%;
    height:1px;
    margin-right: 0;
    top: 10px;
    position:relative;
  }

  .cdmoretext {
    display:grid;
    top: 50px;
    position:relative;
    justify-self: stretch !important;
    padding:0;
    grid-template-columns: auto;
  }

  .cdmoretext > div {
    padding:0;
  }

  .cdmoretext > div > h4 {
    font-size: larger;
    margin:5px;
    padding:10px;
    padding-top:20px;
    color:lightslategray;
  } 

  
  .noneheader {
    display:none;
  }

  .cdmoretext > div > a > div {
    font-weight: bolder;
    display:flex;
    justify-content: space-between;
    margin:5px;
    padding:10px;
  }
  .cdmoretext > div > h4 > a > div {
    font-weight: bolder;
    display:flex;
    justify-content: center;
    margin:0px;
    padding:10px;
  }

  
  .cdmoretext > div > a > div:hover, .cdmoretext > div > h4 > a > div:hover {
    background-color: lightgray;
    border-radius: 3px;
  }

  .can60 {
    width:100vw;
    > div {
      position:relative;
      width:100vw;
    }
  }
  
  /*footers*/
  footer > div {
    max-width:auto;
    padding:20px;
  }

/*
  #cd6 > div:first-child > div > div:first-child {
    height:175px 
  } */ /*make grid consistant*/

  #cd8 > div {
    width:100vw;
  }
  #cd8 > .cdmoretext {
    top:0;
  }
  #cd8 > .cdmoretext > div > h4 {
    padding-top: 0;
  }
  #cd8 > .bbox {
    padding-bottom: 30px;
    padding-top: 10px;
  }

  /*fleet img height width change*/
  /*#cd8 > div:first-child > div > div:first-child > a > img { 
    width:100vw;
  }*/
  

}



@media only screen and (max-width: 768px) { /* tablet horizontal */
  /*.imgbox {
    padding-top:30px;
    display:grid;
    grid-template-columns: auto auto auto;
  }*/

  
  .FooterProductBox {
    height:auto;
  }
  .FooterProductBox > div {
    padding:12px 0 12px 10px;
    border-bottom: 1px solid lightgrey;
  }  
  .FooterProductBox > div > h4, .FooterProductBox > div > p {
    display:none;
  }
  .FooterProductBox > div > h2 > div > div:nth-child(2), .FooterProductBox > div > h4 > div > div:nth-child(2) {
    display:block; /*arrow*/
  }
  .FooterProductBox > div > h2 > div > div:nth-child(2) > img, .FooterProductBox > div > h4 > div > div:nth-child(2) > img {
    transition: transform 0.25s;
  }
    
  .FooterProductBox > div > :first-child{
    display:block;
  }
  .FooterProductBox > div > h4 {
    padding-left:14px;
    transition: top 0.25s;
    position:relative;
  }
  .FooterProductBox > div > p {
    padding-left:28px;
    transition: top 0.25s;
    position:relative;
  }
  .ftcp {
    padding-top:20px;
    padding-bottom: 0;
    margin-top:0;
    border-top: none;
  }
  .display,.display > div > .displaySB{
    background-size: 150% auto;
    background-position: 50% 0%;
  }

  #big1 > div > .displaySB > div {
    background-image: linear-gradient(rgba(0, 0, 0, 0),rgba(0, 0, 0, 0),rgba(255, 255, 255, 0.5) );;
  }
  #big1 > .swipedot > div, div > #big1 > div > .swipedot > div {
  background-color:black;
  }
  #big1 > div > div > div > .invhead {
    color: black;
  }
  .bbox > a > div{
    border: 0.5px solid lightgrey;
  }
  .display > div > a {
    width:100%;
  }
  .sixtyforty {
    flex-direction: column;
  } 
  .sixtyforty.colrev {
    flex-direction: column-reverse;
  }
  .sixtyforty > .display {
    width:100%;
    margin-left:0 !important;
    height:58vw;
  }
  .sixtyforty > .fortyvwside {
    width:100%;
    padding:20px;
    height:fit-content;
    > * {
      padding:10px;
      text-align: center;
    }
  }
  .sixtyforty > .sixtyvwside, .sixtyforty > .fiftyvwside {
    width:100%;
    padding:20px;
    height:fit-content;
    > * {
      padding:10px;
      text-align: center;
    }
  }
  .dividermbex {
    display:block;
  }

  #big4 {
    height:50vh;
    > .dscl > .displaySB {
      background-position: 50% 0%;
      > div > .bbox > a > div {
        padding-left: 50px;
        padding-right: 50px;
      }
    }
  }
    
  .resbe1, .colonlistthing > .resbe1 {
    grid-template-columns: auto;
  }
}

/*picture window things*/
#enlargedpicbox {
  position:fixed; 
  height: 100vh;
  width: 100vw;
  background-color: rgba(0,0,0,0.2);
  z-index: 60;
  display:none;
  > div:first-child {
    padding:40px;box-sizing: border-box;height: 100%;
    > div {
      background-color: rgba(255,255,255,0.4);width:100%;height: 100%;z-index: 65;
      > div {
        display: flex;flex-wrap: nowrap;
        align-items: center;justify-content: center;text-align: center;height: 100%;
        > .display > .dscl > .displaySB {
          width: 100%;height: 100%;
          background-size:contain;background-repeat: no-repeat;background-position: 50% 50%;
        }
      }
    }
  }
  > div:nth-child(2) {
    left:auto;right:0;position:absolute;z-index: 70;
  }
}
.lookable {
  width: fit-content;
  position:relative;
  > div > div {
    width:50;
    height: 50;
    position:absolute;
    left:calc(50% - 25px);
    top:calc(50% - 25px);
    opacity:0;
    transition: 0.5s opacity;
    > img {
      width:50;
      height: 50;
    }
  }
}
.lookable:hover > div > div {
  opacity:0.675
}


@media only screen and (min-height: 150vw) {
  .display,.display > div > .displaySB{
    background-size: 200% auto;
    background-position: 50% 0%;
  }
  #big4 {
    height:40vh;
  }
}
@media only screen and (min-height: 180vw) {
  .display,.display > div > .displaySB{
    background-size: 250% auto;
    background-position: 50% 0%;
  }
}




@media only screen and (max-width: 600px) { /* phone, better just change */
  .droppable > div {
    font-weight: bolder;
  }
}