@media only screen and (max-width : 2400px) and (min-width : 2201px) {
  body {
    font-size: 20px;
  }
}
@media only screen and (max-width : 2200px) and (min-width : 1921px) {
  body {
    font-size: 19px;
  }
}
@media only screen and (max-width : 1920px) and (min-width : 1751px) {
  body {
    font-size: 18px;
  }
}
@media only screen and (max-width : 1750px) and (min-width : 1601px) {
  body {
    font-size: 18px;
  }
}
@media only screen and (max-width : 1600px) {
  #branding {
    width: 92%;
  }
  #banner-overlay {
    width: 92%;
  }
  #footer .footerinfo {
    width: 92%;
  }
  .page-template-front-page #container #homecontent .homecontent .philosophy {
    width: 92%;
  }
  #brands .brands {
    width: 92%;
  }
  #container {
    width: 92%;
  }
}
@media only screen and (max-width : 1600px) and (min-width : 1501px) {
  body {
    font-size: 17px;
  }
}
@media only screen and (max-width : 1500px) and (min-width : 1401px) {
  body {
    font-size: 16px;
  }
}
@media only screen and (max-width : 1400px) and (min-width : 1249px) {
  body {
    font-size: 15px;
  }
}
@media only screen and (max-width : 1248px) and (min-width : 1141px) {
  body {
    font-size: 15px;
  }
}
@media only screen and (max-width : 1140px) and (min-width : 1025px) {
  body {
    font-size: 14px;
  }
}
@media only screen and (max-width : 1024px) and (min-width : 901px) {
  body {
    font-size: 13px;
  }
}
@media only screen and (max-width : 900px) and (min-width : 801px) {
  body {
    font-size: 12px;
  }
}
@media only screen and (max-width : 800px) {
  body {
    font-size: 16px;
  }
  #banner-overlay .banner-content h1 {
    font-size: 2em;
  }
  #brands .brands ul {
    display: grid;
    gap: 1em 1em;
    grid-template-columns: 1fr 1fr 1fr;
  }
  #brands .brands h2 {
    font-size: 2em;
  }
  .page-template-front-page #container #homecontent .homecontent .philosophy .copy h2 {
    font-size: 2em;
  }
  #container #content .contact {
    width: 100%;
  } 
  #container #content .contact .contactinfo h1 {
    font-size: 2em;
  }
}
@media only screen and (max-width : 690px) {
  #container #content .contact {
    display: flex;
	flex-direction: column;
  }
  #container #content .contact .contactform {
	order: 2;
	width: 100%;
  }
  #container #content .contact .contactform table {
    display: table;
    margin: 0 auto;
  }
  #container #content .contact .contactinfo {
	order: 1;	
	margin: 0 0 2em 0;
  }
}
@media only screen and (max-width : 480px) {
  .page-template-front-page #container #homecontent .homecontent .philosophy {
    grid-template-columns: 100%;
  }
  .page-template-front-page #container #homecontent .homecontent .philosophy .logo {
    padding: 0;
  }
  .page-template-front-page #container #homecontent .homecontent .philosophy .logo .round {
    float: none;
    margin: 0 auto;
  }
  .page-template-front-page #container #homecontent .homecontent .philosophy .copy {
    border: none;
    padding: 2em 0 0 0;
  }
  #brands .brands ul {
    grid-template-columns: 1fr 1fr;
  }
  #container #content .contact {
    display: flex;
    flex-direction: column;
    gap: 2em 0;
    grid-template-columns: 100%;
  }
  #container #content .contact .contactinfo {
    order: 1;
  }
  #container #content .contact .contactform {
    order: 2;
  }
  #branding .left a {
    font-size: 1em;
    padding: 0.5em 1em;
  }
  #branding .right a {
    font-size: 1em;
    padding: 0.5em 1em;
  }
  #branding .left {
    width: 30%;
  }
  #branding .middle {
    width: 30%;
  }
  #branding .right {
    width: 30%;
  }
  .accordion-item .accordion-header {
    font-size: 1.111em;
  }
  #footer .footerinfo .left {
    display: table;
    width: 100%;
  }
  #footer .footerinfo .middle {
    display: table;
    width: 100%;
    margin: 1em 0;
  }
  #footer .footerinfo .right {
    display: table;
    width: 100%;
    text-align: center;
  }
  #footer .footerinfo .left img {
    float: none;
    margin: 0 auto;
  }
  #banner-overlay .banner-content {
    width: 100%;
  }
  .pum-container {
    width: 90% !important;
    max-width: 700px; /* adjust as needed */
  }
  .brandlink a.linkbutton {
    font-size: 1em;
  }
}