/* ---------------------------------- */
/* ------------- 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%;

}


#menu {
  font-size:0.8em;
}

#banner .contactContainer {
  font-size:0.8em;
}

#footerBottom .container > * {
  font-size:0.9em;
}

.logo, .scrollStart #banner .logo {
  width:150px;
}


.siteTop {
  padding-top:110px;
}


.sliderText h2 {
  font-size:3em;
}

h2 {
  font-size:2em;
}