<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
  box-sizing: border-box;
}

@font-face {
  font-family: "Manrope";
  src: url("/files/fonts/Manrope/static/Manrope-ExtraBold.ttf")
    format("truetype");
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: "Manrope";
  src: url("/files/fonts/Manrope/static/Manrope-SemiBold.ttf")
    format("truetype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Manrope";
  src: url("/files/fonts/Manrope/static/Manrope-Bold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "Manrope";
  src: url("/files/fonts/Manrope/static/Manrope-Medium.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Manrope";
  src: url("/files/fonts/Manrope/static/Manrope-Regular.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Manrope";
  src: url("/files/fonts/Manrope/static/Manrope-Light.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: "Manrope";
  src: url("/files/fonts/Manrope/static/Manrope-ExtraLight.ttf")
    format("truetype");
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: "Bebas-Neue";
  src: url("/files/fonts/Bebas_Neue/BebasNeue-Regular.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
}

body {
  margin: 0;
  padding: 0;
  background-color: #f2f0e8;
  overflow-x: hidden;
  font-family: "Manrope", sans-serif;
  transition: background-color 1s ease;
  scroll-behavior: smooth;
}

#navbar {
  background: transparent;
  position: fixed;
  top: -90px;
  width: 100%;
  height: 90px;
  z-index: 100;
  transition: top 0.4s ease-in-out, backdrop-filter 0.4s ease,
    background-color 0.4s ease;
}

.header-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 90px;
  box-shadow: 0px 1px 0px 0px #a3a3a3;
  position: fixed;
  z-index: 101;
  top: 0;
}

.header-side-left {
  margin-left: 50px;
  border-right: 1px solid #a3a3a3;
  height: 90px;
  width: 100px;
}

.header-side-right {
  position: relative;
  align-items: center;
  display: flex;
  margin-right: 0;
  width: 100px;
}
.cart-notification {
  margin-left: -8px;
  margin-top: -12px;
  width: 10px;
  height: 10px;
  background-color: #0c4a6e;
  border-radius: 50%;
}

.shopping-cart-icon {
  width: 18px;
  cursor: pointer;
}

.header-side-middle {
  position: absolute;
  left: 48%;
  width: 150px;
  height: auto;
}

#toggle-btn {
  z-index: 2;
  cursor: pointer;
}

#hamburger {
  position: relative;
  top: 26px;
  left: 10px;
  height: 30px;
  width: 30px;
  z-index: 2;
}

#hamburger span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  width: 26px;
  height: 1.75px;
  background: #242421;
  transition: transform 0.25s;
}

#hamburger span:nth-child(2) {
  position: absolute;
  left: 0;
  display: inline-block;
  content: " ";
  margin-top: 1px;
  width: 20px;
  height: 1.75px;
  background: #242421;
  transform: translateY(4px);
  transition: transform 0.25s;
}

#hamburger.active span {
  transform: rotate(45deg);
}

#hamburger.active span::before {
  top: unset;
  width: 24px;
  transform: rotate(-90deg);
}

.logo-centered img {
  width: 130px;
  margin-left: -50px;
}

.navbar-layout {
  display: flex;
  justify-content: space-evenly;
}

.header-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.menu-link p {
  color: #f2f0e8;
  font-size: 2.9rem;
  letter-spacing: 1px;
  font-weight: 500;
  font-family: "Bebas-Neue", sans-serif;
  margin: 7px 0 7px 0;
  transition: color 0.3s ease;
  position: relative;
}

.menu-link a {
  color: #f2f0e8;
  text-decoration: none;
  transition: color 0.3s ease;
}

.menu-link:hover a {
  color: #f2f0e8;
}

.menu-link a:hover {
  color: #f2f0e8;
}

.menu-links:hover .menu-link a {
  color: #52525b;
}

.menu-link:hover a {
  color: #f2f0e8 !important;
}

.current-site {
  text-decoration: line-through !important;
}

.menu {
  position: fixed;
  top: 0;
  padding: 1.5em;
  width: 100vw;
  height: 100vh;
  color: #f2f0e8;
  background-color: #242421;
  display: flex;
  gap: 1.5em;
  overflow: hidden;
  z-index: 102;
  clip-path: polygon(0% 100%, 100% 100%, 100% 100%, 0% 100%);
}

.menu-open,
.menu-close {
  cursor: pointer;
  z-index: 1000;
}

.menu-close {
  width: 20px;
  height: 20px;
  position: relative;
  left: 30px;
}

.menu-close img {
  width: 16px;
  height: 16px;
}

.menu-nav {
  position: fixed;
  top: 0;
  left: 0;
  padding: 2em;
  width: 100%;
  display: flex;
  justify-content: flex-start;
}

.menu-items {
  position: relative;
  top: 0;
  flex: 1;
  padding: 3em 3em 0 3em;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  z-index: -1;
}

.menu-img {
  position: relative;
  flex: 3;
  overflow: hidden;
}

.menu-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  filter: brightness(60%);
}

#img-1 {
  opacity: 0.9;
}

#img-2 {
  opacity: 0.8;
}

#img-3 {
  opacity: 0.7;
}

#img-4 {
  opacity: 0.7;
}

/* .menu-logo {
  width: 60px;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}

.menu-logo img {
  position: relative;
} */

.menu-links {
  margin-top: 40%;
}

.menu-footer {
  width: 100%;
  display: flex;
}

.menu-sub-col {
  flex: 1;
}

.menu-link,
.menu-sub-item {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}

.social-icons {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  margin-top: 7%;
}

.right div {
  display: flex;
  flex-direction: row;
  gap: 10px;
  font-weight: 100;
  font-size: 0.9rem;
}

.right div a {
  display: inline-block;
  padding: 0;
  margin: 0;
  line-height: 0;
}

.right div img {
  width: 20px;
  cursor: pointer;
  display: block;
}

.tiktok-icon-sizing {
  width: 18px;
}

main {
  height: 100%;
}

main a {
  color: #0c4a6e;
  text-decoration: none;
}

main a:hover {
  text-decoration: underline;
}

main h2 {
  font-size: 2.1rem;
  font-weight: 400;
  color: #242421;
}

main ul li {
  font-weight: 200;
  font-size: 1.2rem;
  font-size: 1.2rem;
  color: #242421;
}

.starter-site {
  position: relative;
  padding: 10% 10% 10% 10%;
}

.starter-site h1 {
  font-family: "Bebas-Neue", sans-serif;
  font-weight: 400;
  letter-spacing: 1px;
  font-size: 3.2rem;
  color: #242421;
}

.starter-site p {
  font-weight: 200;
  font-size: 1.2rem;
  font-size: 1.2rem;
  color: #242421;
}

.updated-date {
  font-family: monospace;
  margin-top: 4%;
  font-size: 0.9rem !important;
}

footer {
  background-color: #242421;
  margin-top: -20px;
  width: 100%;
  padding: 5% 10% 1% 10%;
  color: #fff7ed;
  bottom: 0;
}

footer h2 {
  font-family: "Bebas-Neue", sans-serif;
  letter-spacing: 1px;
  font-size: 3.2rem;
  font-weight: 400;
}

.footer-inner-flex {
  display: flex;
  justify-content: flex-start;
  gap: 15%;
  margin-top: 5%;
}

.footer-inner-flex div ul {
  padding: 0;
}

.footer-inner-flex div ul li {
  list-style: none;
  position: relative;
}

.footer-inner-flex div ul li a {
  color: #f2f0e8;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 100;
  position: relative;
  display: inline-block;
  overflow: hidden;
  line-height: 25px;
}

.footer-inner-flex div ul li a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #f2f0e8;
  visibility: hidden;
  transform: scaleX(0);
  transform-origin: left;
  transition: all 0.3s ease-in-out;
}

.footer-inner-flex div ul li a:hover::before {
  visibility: visible;
  transform: scaleX(1);
}

footer h3 {
  font-size: 1.3rem;
  font-family: "Bebas-Neue", sans-serif;
  font-weight: 400;
  letter-spacing: 1px;
  margin-bottom: 0;
}

.social-icons {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  margin-top: 7%;
}

.left {
  display: flex;
  flex-direction: row;
  gap: 20px;
}

.right div {
  display: flex;
  flex-direction: row;
  gap: 10px;
  font-weight: 100;
  font-size: 0.9rem;
}

.right div img {
  width: 20px;
  cursor: pointer;
}

.same-size,
.own-size {
  cursor: pointer;
}

.same-size {
  width: 37px;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #3e3e3e;
  padding-top: 10px;
}

.footer-bottom p {
  font-weight: 100;
  font-size: 0.8rem;
}

.footer-bottom img {
  width: 55px;
  height: auto;
}

.copyright-wrapper {
  display: flex;
  flex-direction: row;
  gap: 10px;
}

.credits {
  color: #f2f0e8;
  text-decoration: none;
  transition: color 0.3s;
  padding: 10px 0 10px 0;
}

.credits:hover {
  color: #22d3ee;
}

@media screen and (max-width: 768px) {
  .header-flex {
    height: 80px;
  }

  #navbar {
    height: 80px;
  }

  .logo-centered img {
    width: 120px;
  }

  .header-side-left {
    margin-left: 25px;
    width: 65px;
    height: 80px;
  }

  .header-side-right {
    justify-content: flex-end;
    margin-right: 25px;
  }

  #hamburger {
    top: 24px;
  }

  #hamburger span {
    height: 1.5px;
    width: 25px;
  }

  #hamburger span::before {
    width: 18px;
    height: 1.5px;
  }

  .shopping-cart-icon {
    width: 16px;
    margin-top: 3px;
  }

  .menu-items {
    padding: 3em 5% 0 5%;
  }

  .menu-nav {
    padding: 2em 5% 0 3%;
  }

  .menu-img {
    display: none;
  }

  main {
    padding: 35% 0 25% 0;
    margin: 0 5% 0 5%;
  }

  h1 {
    font-size: 2.7rem;
    letter-spacing: 0px;
    margin-bottom: 1rem;
    margin-top: 0;
  }

  .starter-site {
    padding: 0;
  }

  footer {
    padding: 25% 5% 1% 5%;
  }

  .footer-inner-flex {
    flex-direction: column;
  }

  .social-links-footer {
    display: none;
  }

  .footer-bottom img {
    width: 55px;
    height: auto;
  }

  .footer-bottom {
    padding: 10px 0;
    flex-direction: column;
  }
}

@media only screen and (max-width: 1024px) and (orientation: landscape) {
  .header-flex {
    height: 80px;
  }

  .menu-links {
    margin-top: 0;
  }

  #navbar {
    height: 80px;
  }

  .logo-centered img {
    width: 120px;
  }

  .header-side-left {
    margin-left: 25px;
    width: 65px;
    height: 80px;
  }

  .header-side-right {
    justify-content: flex-end;
    margin-right: 25px;
  }

  #hamburger {
    top: 24px;
  }

  #hamburger span {
    height: 1.5px;
    width: 25px;
  }

  #hamburger span::before {
    width: 18px;
    height: 1.5px;
  }

  .shopping-cart-icon {
    width: 16px;
    margin-top: 3px;
  }

  .menu-items {
    padding: 3em 5% 0 5%;
  }

  .menu-nav {
    padding: 2em 5% 0 3%;
  }

  .menu-img {
    display: none;
  }

  main {
    padding: 15% 0 15% 0;
    margin: 0 5% 0 5%;
  }

  h1 {
    font-size: 2.7rem;
    letter-spacing: 0px;
    margin-bottom: 1rem;
    margin-top: 0;
  }

  .starter-site {
    padding: 0;
  }

  footer {
    padding: 10% 5% 1% 5%;
  }

  .footer-inner-flex {
    flex-direction: column;
  }

  .social-links-footer {
    display: none;
  }

  .footer-bottom img {
    width: 55px;
    height: auto;
  }

  .footer-bottom {
    padding: 10px 0;
    flex-direction: column;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .header-flex {
    height: 80px;
  }

  #navbar {
    height: 80px;
  }

  .logo-centered img {
    width: 120px;
  }

  .header-side-left {
    margin-left: 25px;
    width: 65px;
    height: 80px;
  }

  .header-side-right {
    justify-content: flex-end;
    margin-right: 25px;
  }

  #hamburger {
    top: 24px;
  }

  #hamburger span {
    height: 1.5px;
    width: 25px;
  }

  #hamburger span::before {
    width: 18px;
    height: 1.5px;
  }

  .shopping-cart-icon {
    width: 16px;
    margin-top: 3px;
  }

  .menu-items {
    padding: 3em 5% 0 5%;
  }

  .menu-nav {
    padding: 2em 5% 0 3%;
  }

  .menu-img {
    display: none;
  }

  main {
    padding: 15% 0 15% 0;
    margin: 0 5% 0 5%;
  }

  h1 {
    font-size: 2.7rem;
    letter-spacing: 0px;
    margin-bottom: 1rem;
    margin-top: 0;
  }

  .starter-site {
    padding: 0;
  }

  footer {
    padding: 10% 5% 1% 5%;
  }

  .footer-inner-flex {
    flex-direction: column;
  }

  .social-links-footer {
    display: none;
  }

  .footer-bottom img {
    width: 55px;
    height: auto;
  }

  .footer-bottom {
    padding: 10px 0;
    flex-direction: column;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1200px) and (orientation: landscape) {
  .menu-links {
    margin-top: 15%;
  }
}
</pre></body></html>