.container {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
@media (max-width: 1750px) {
  .container {
    max-width: 1750px;
    padding: 0 8rem;
  }
}
@media (max-width: 1250px) {
  .container {
    max-width: 1250px;
    padding: 0 6rem;
  }
}
@media (max-width: 1024px) {
  .container {
    max-width: 1024px;
    padding: 0 4rem;
  }
}
@media (max-width: 750px) {
  .container {
    max-width: 750px;
    padding: 0 2rem;
  }
}
@media (max-width: 420px) {
  .container {
    max-width: 420px;
    padding: 0 1rem;
  }
}
@media (min-width: 1750px) {
  .container {
    max-width: 1750px;
    padding: 0 8rem;
  }
}

body,
html,
* {
  font-size: 100%;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  font-family: "";
}

:root {
  scroll-behavior: smooth;
}

body {
  max-width: 100%;
  overflow-x: clip;
}

.anchor {
  top: -120px;
  position: absolute;
}

* {
  font-family: sans-serif;
}

ul {
  list-style-type: none;
}

.tab-container {
  display: flex;
  position: relative;
}
.tab-container:after {
  content: "";
  width: 100%;
  height: 4px;
  background: #e3e3d4;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.tab-container label {
  cursor: pointer;
  font-size: 1.5rem;
  color: #baba97;
  font-weight: 700;
}
.tab-container label h2 {
  padding: 2.5rem 1rem 1rem 1rem;
}
.tab-container input[type=radio] {
  display: none;
}

.tab-content {
  display: none;
}
.tab-content ul {
  display: flex;
  flex-wrap: wrap;
}
.tab-content ul li {
  padding: 0.5rem 0;
  min-width: 32%;
}

.tab input[type=radio]:checked ~ .tab-content {
  display: block;
  position: absolute;
  left: 0;
  padding-top: 1rem;
}

.tab input[type=radio]:checked ~ label h2 {
  border-bottom: 4px solid #a6a678;
  color: #a6a678;
}

header nav {
  width: 100%;
  background: #baba97;
  position: sticky;
  top: 0;
}

.nav__content {
  display: flex;
  width: 100%;
  position: relative;
}
.nav__content--logo {
  display: flex;
  align-items: center;
}
.nav__content--logo img {
  width: 150px;
  height: auto;
  object-fit: cover;
  padding: 0.5rem;
  margin-right: 0.5rem;
}
.nav__content--logo a {
  position: relative;
  padding-left: 1rem;
  color: white;
  text-transform: uppercase;
  font-weight: 600;
  text-decoration: none;
}
.nav__content--logo a:after {
  position: absolute;
  width: 2px;
  background: white;
  height: 50px;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  content: "";
}
.nav__content--search {
  display: none;
}
@media (max-width: 750px) {
  .nav__content--search {
    display: block;
  }
}
.nav__content--button {
  position: absolute;
  right: 1rem;
  display: flex;
  height: 100%;
  align-items: center;
}
.nav__content--button a {
  color: black;
  font-weight: 700;
  font-size: 1.5rem;
}
.nav__content--button a:hover {
  color: white;
}
header {
  width: 100%;
  min-height: 400px;
  background: #baba97;
}
@media (max-width: 750px) {
  header {
    min-height: unset;
  }
}
@media (max-width: 750px) {
  header .search__desktop {
    display: none;
  }
}
header .search__desktop a {
  color: white;
}
header .search__desktop label {
  font-weight: bold;
  font-size: 1.5rem;
  padding-top: 3rem;
  display: block;
  padding-bottom: 0.5rem;
}
header .search__desktop label + input {
  all: unset;
  -webkit-appearance: none;
  border-radius: 0.25rem;
  width: 75%;
  max-width: 500px;
  background: white;
  height: 3rem;
  margin-bottom: 2rem;
}
.blog-post {
  padding: 2rem 0;
}
.blog-post h2 {
  font-size: 22px;
}
.blog-post h3 {
  font-size: 20px;
  color: #baba97;
  text-decoration: underline;
  margin-top: 2rem;
  margin-bottom: 1rem;
}
.blog-post h3 + p {
  margin-top: -1rem;
  margin-bottom: 1rem;
}
.blog-post p {
  padding: 0.5rem 0;
}
.blog-post ul {
  outline: 1px solid red;
  padding: 1rem;
}
.blog-post ol li {
  padding: 0.5rem;
}
.blog-post img {
  margin: 0.5rem 0;
}

/*# sourceMappingURL=main.css.map */
