/* ---------------------------------- */
/* ------------- GRID --------------- */
/* ---------------------------------- */
.col-1-med {
  width: 100%;
  width: calc(100% - var(--gridSpacing));
}

.col-2-med,
.contentImgRow .item,
.cartThumb.category,
.cartThumb.item,
.blog-widget .blog-widget-article {
  width: 50%;
  width: calc(50% - var(--gridSpacing));
}

.col-3-med {
  width: 33.333%;
  width: calc(33.333% - var(--gridSpacing));
}

/* ---------------------------------- */
/* ------------- BANNER --------------- */
/* ---------------------------------- */

#banner .container {
  display:flex;
  flex-direction:column;
}

#menu nav {
  justify-content:space-between;
}

.logo {
  z-index:2;
  max-width:200px;
}

#menu nav li a  {
  font-size:0.6em;
  padding:10px 6px;
}


/* ---------------------------------- */
/* ------------- SUB BANNERS --------------- */
/* ---------------------------------- */

#subBanner h1 {
  font-size:3em;
}

.sliderText h2 {
  font-size:4em;
}

.sliderText p {
  width:90%;
}




.topBar * {
  font-size:0.9em;
}




#footerTop .col-1 {
  font-size:0.9em;
}



