:root {
  --white: white;
  --black: black;
}

.body {
  font-family: Arimo, sans-serif;
  font-size: 18px;
  color: #2B2B2B;
  margin: 0px;
  width: 100%;
  background-color: #FFF;
}

.main-wrapper {
  background-color: #FFF;
  height: 100%;
  width: auto;
  position: static;
  padding-top: 40px;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.container-2 {
  max-width: 790px;
  text-align: center;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 40px;
}

.heading-6 {
  color: #af8c53;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 5px;
  font-family: Oswald, sans-serif;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  display: inline-block;
}

.heading-4 {
  color: #2b2b2b;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  font-family: Tenor Sans, sans-serif;
  font-size: 45px;
  font-weight: 400;
  line-height: 50px;
}

.paragraph-3 {
  color: #333;
  margin-bottom: 0;
  font-family: Arimo, sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
}

.paragraph-locations {
  color: #2B2B2B;
  margin-bottom: 0;
  font-family: Arimo, sans-serif;
  font-weight: 400;
  font-size: 18px;
  /*font-size: clamp(16px, 1.5vw, 20px);*/
  line-height: 20px;
}

.paragraph-locations-anchor {
  color: #2B2B2B;
  margin-bottom: 0;
  font-family: Arimo, sans-serif;
  font-weight: 400;
  font-size: 18px;
  /*font-size: clamp(16px, 1.5vw, 20px);*/
  line-height: 20px;
  text-decoration: none;
}

.sub-heading {
  color: #af8c53;
  text-align: left;
  text-transform: uppercase;
/*  margin-top: 30px;
  margin-bottom: 20px;
  padding-bottom: 5px;*/
  font-family: Oswald, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

#content {
  background-color: #F7F5F2 !important;
}

.container {
  width: 80%;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.location-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  width: 100%;
}

.location {
  display: grid;
  /*grid-template-rows: auto auto auto auto auto auto;*/
  grid-template-rows: auto auto auto auto auto;
  gap: 0.5rem;
}

.map {
  aspect-ratio: 1 / 1;
  width: 100%;
}

.map iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

.description,
.number,
.address,
.hours {
  padding: 0.3rem;
  /*font-size: clamp(16px, 1.5vw, 20px);*/
  font-size: 18px;
}

.location-heading {
  font-family: Arimo;
  /*font-size: 22px;*/
  font-size: clamp(19px, 1.5vw, 22px);
  text-align: left;
  font-weight: 400;
  line-height: normal;
}

.full-width-section {
  width: 100vw;
  background-color: #E5E2DD;
  font-size: 15px;
}

.info-container {
  display: flex;
  justify-content: center; 
  align-items: center;     
  gap: 4rem;               
  text-align: center;
  width: 100%;
  max-width: 100%;         
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
}

.info-block {
  display: flex;
  align-items: flex-start;
  margin: 0;
  padding: 20px;
  border-radius: 8px;
  box-sizing: border-box;
}

.info-block:first-child {
    margin-left: 0;
}

.info-block:last-child {
    margin-right: 0;
}

.info-content p {
  font-size: 16px;
  line-height: 1.4;
  color: #2b2b2b;
  align-items: center;
}

.info-content a {
  color: #444;
  font-size: 16px;
}

.image-footer-fb, .image-footer-in {
  background-color: #e5e2dd;
  min-width: 32px;
  min-height: 32px;
}

@media screen and (min-width: 1920px) {
  .container-2 {
    max-width: 940px;
    padding-bottom: 40px;
  }

  .heading-6 {
    font-size: 28px;
    line-height: 30px;
  }

  .heading-4 {
    font-size: 50px;
    line-height: 52px;
  }
  .paragraph-3 {
    font-size: 25px;
    line-height: 34px;
  }
}

@media screen and (min-width: 1280px) {
  .paragraph-3 {
    font-size: 20px;
    line-height: 26px;
  }
}

@media screen and (max-width: 1120px) {
  .container {
    width: 90%;
    max-width: 100%;
  }
}

@media screen and (max-width: 991px) {
  .main-wrapper {
    margin-left: 0;
    margin-right: 0;
    padding: 30px 0px 0px 0px;
  }

  #headersection {
    padding: 0px 20px;
  }

  .w-layout-blockcontainer {
    max-width: 728px;
  }

  .container-2 {
    max-width: 690px;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .heading-4 {
    font-size: 40px;
    padding-bottom: 0px;
  }

  .paragraph-3 {
    font-size: 17px;
    line-height: 25px;
  }
}

@media only screen and ( max-width:768px) { 

  .location-grid {
    grid-template-columns: 1fr; 
  }

  .location {
    /*grid-template-rows: auto auto auto auto auto auto;*/
    grid-template-rows: auto auto auto auto auto;
  }

  .container {
    width: 60%;
    max-width: 60%;
  }

  .info-container {
    flex-direction: column;
    align-items: center;
    gap: 0rem;          
  }

  .info-block {
    width: auto;        
    justify-content: center;
  }
}


@media screen and (max-width: 479px) {
  .container {
    width: 85%;
    max-width: 85%;
  }
  .container-2 {
    margin-left: auto;
    padding-left: 0vw;
    padding-right: 0vw;
  }

  .heading-6 {
    padding-bottom: 11px;
    font-size: 24px;
    line-height: 1em;
  }

  .heading-4 {
    margin-bottom: 0;
    padding-bottom: 10px;
    font-size: 37px;
    line-height: 1em;
  }

  .paragraph-3 {
    font-size: 17px;
  }
}



