#colophon {
  background: #464750;
  max-width: 300vw;
  overflow: hidden;
  padding: 3rem;
  display: flex;
  justify-content: space-between;
}
.footer-logo {
  max-width: 300px;
  height: auto;
}
#colophon ul.menu {
  display: flex;
  justify-content: space-between;
}
#colophon ul.menu a {
  color: white;
  text-decoration: none;
  padding: 10px 30px;
}
.location-address {
  min-height: 105px;
}
.footer-social {
  display: flex;
  justify-content: center;
}
.footer-social a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: white;
  transition: all 0.3s ease-in-out;
  margin: 0 15px;
}
.footer-products h3 {
  margin: 0;
  margin-bottom: 1rem;
  color: #cfd4f3;
}
.footer-products > ul {
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 0;
}
.footer-products li {
  flex: 1;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-family: 'Ubuntu', sans-serif;
  transition: all 0.5s ease;
}
.footer-products li a {
  font-size: 20px;
  margin-bottom: 14px;
  color: white;
  text-decoration: none;
  font-weight: 800;
  font-family: 'Ubuntu', sans-serif;
  transition: all 0.5s ease;
}
.footer-products li:hover a {
  color: #cfd4f3;
}
.footer-social a:hover {
  color: #7487c0;
}
.footer-social .icon {
  font-size: 40px;
}
.footer-social :last-child .icon {
  font-size: 50px;
}
.pergola-btn,
.about-btn {
  display: table;
  margin: 0 auto;
  margin-top: 15px;
}
.footer-locations {
  display: flex;
  padding: 0 30px;
  color: white;
  padding-left: 1rem;
}
.location-selector {
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  margin: 0;
  margin-right: 30px;
}
.location-selector > li {
  flex: 1;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0px 10px;
  font-weight: 800;
  border-radius: 5px;
  font-family: 'Ubuntu', sans-serif;
  font-size: 20px;
  margin-bottom: 5px;
  transition: all 0.5s ease;
}
.location-selector > li:last-child {
  margin-bottom: 0;
}
.location-selector > li:hover,
.location-selector > li.active {
  color: #cfd4f3;
}
.location-panel {
  display: flex;
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 0.6s ease-in-out;
}
.location-panel .btn {
  width: 100%;
}
.location-panel.active {
  opacity: 1;
  max-height: 1000px;
}
.location-left {
  width: 100%;
  max-width: 400px;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}
.location-left:hover img {
  transform: scale(1.1);
}
.location-left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 2/1;
  transition: all 1s ease;
}
.location-left .location-title {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #7487c0cc;
  color: white;
  padding: 10px 20px;
  font-size: 24px;
  margin: 0;
  width: 100%;
  font-weight: 700;
  height: 100%;
  max-height: 48px;
  transition: all 1s ease;
}
.location-address h5,
.location-hours h5 {
  font-weight: 700;
  color: white;
}
.location-left:hover .location-title {
  max-height: 100%;
}
.location-right {
  flex: 1;
  margin-left: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 300px;
}
.location-hours h5,
.location-address h5 {
  margin-top: 0;
  margin-bottom: 10px;
}
.location-hours h5 {
  margin-top: 10px;
}
.location-hours-item {
  display: flex;
  justify-content: space-between;
}
.location-hours-day {
  font-weight: 700;
  text-transform: uppercase;
}
.location-hours {
  margin-bottom: 10px;
}
#copyright {
  background: #7487c0;
  padding: 10px 0;
}
#copyright .container {
  display: flex;
  justify-content: center;
  align-items: center;
}
#copyright .container > * {
  color: white;
  text-decoration: none;
  line-height: 1;
  margin: 0 5px;
  display: inline-block;
  font-size: 14px;
}
#copyright .container > a {
  font-weight: 700;
  transition: all 0.3s ease;
}
#copyright .container > a:hover {
  letter-spacing: 0.3px;
}
.footer-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.back-to-top {
  position: fixed;
  bottom: 16px;
  left: 20px;
  background: #535fab;
  opacity: 0;
  color: white;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 999;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.scrolled .back-to-top {
  opacity: 0.8;
}
.scrolled .back-to-top:hover {
  opacity: 1;
}
.location-body {
  position: relative;
  display: flex;
  flex-direction: column;
}
.showroom-disclaimer {
  color: white;
  margin-top: 0.5rem;
  margin-bottom: 0;
  font-size: 16px;
}
.showroom-disclaimer a {
  color: #cfd4f3;
  text-decoration: underline;
}
.footer-products {
  min-width: 240px;
  padding-left: 2rem;
}
@media (max-width: 1440px) {
  .location-panel {
    flex-direction: column;
    align-items: end;
    width: 100%;
  }
  .location-body {
    width: 300px;
  }
  .location-left {
    margin-bottom: 10px;
  }
  .location-selector {
    height: fit-content;
  }
  .location-selector > li {
    margin-bottom: 14px;
  }
}
@media (max-width: 1200px) {
  .footer-logo {
    max-width: 300px;
  }
  .footer-locations {
    display: none;
  }
}
@media (max-width: 992px) {
  #colophon {
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .footer-products {
    padding: 0;
    min-width: unset;
    width: fit-content;
    margin-top: 2rem;
  }
}
@media (max-width: 768px) {
  #copyright .container {
    flex-direction: column;
    align-items: center;
  }
  #copyright .container > * {
    display: block;
    margin-bottom: 5px;
    text-align: center;
  }
}
