/* ---------------------------------- */
/* ------------- 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));
}

.twoColumn td {
  width:100%!important;
  display: block;
  padding:20px;
}

#banner .logo {
  width:100px;
}

.link0 #section1 h1 {
  padding:5px;
}

.link0 #section1 .twoColumn td:first-child {
  width:100%!important;
}

.link0 #section1 .twoColumn tr{
  display: flex;
  flex-direction: column-reverse;
  
}

.homeTestimonial {
  margin:50px 0!important;
}

.butFrame:nth-child(1) {
  width:50%;
}

.homeButtons {
  display: flex;
  flex-direction: column;
  width:40%;
}

.homeButtons .butFrame {
  width:100%;
}

.homeButtons .butFrame .butImage {
  padding-bottom: 33%;
}


#banner .container {
  flex-direction: column;
  
}

#menu nav {
  justify-content: center;
}

#menu nav li a {
  font-size: .8em
}

