body {
  margin: 0;
  margin-bottom: 50px;
  padding: 0;
  background-color: #F2F6FF;
}
img {
  width: 100%;
  height: auto;
}
header {
  background-color: #F4F1E9;
  padding: 0 25px;
}
.flex {
  display: flex;
}
header > .flex {
  width: 100%;
  margin: 0 auto;
  justify-content: space-between;
  align-items: center;
}
#primary-nav a {
  display: inline-block;
  text-decoration: none;
  padding: 25px 45px 25px 45px;
  width: auto;
  flex: none;
}
#primary-nav li {
  list-style: none;
  align-items: center;
  display: inline-block;
  text-align: center;
}
#primary-nav ul {
  padding: 0;
}
#toggle-nav {
  display: none;
  position: absolute;
  right: 1em;
  top: 1em;
}
#logo {
  width: 200px;
  height: 135px;
}
.inner {
  text-align: center;
}
.homeicon {
  cursor: pointer
}
.profile-placeholder {
  width: 44px;
  height: 44px;
  object-fit: cover;
}
.profile-body-new, .profile-body-username {
  background-color: #F4F1E9;
  min-width: 400px;
  padding-top: 5px;
  padding-left: 10px;
  text-align: left;
}
.profile-body-new {
  min-height: 340px;
}
.profile-body-username {
  min-height: 50px;
}
.tent-banner {
  width: 100%;
  min-height: 150px;
  display: flex;
  background-color: #1B5652;
  margin-bottom: 50px;
  justify-content: center;
  align-items: center;
  background-image: url('./images/tent-vector-06.png');
  background-size: auto 150px;
  background-repeat: repeat;
  background-position: center;
}
.content-850-flex {
  display: flex;
  margin: auto;
  margin-top: 50px;
  margin-bottom: 50px;
  width: 100%;
  max-width: 850px;
  justify-content: center;
  gap: 50px;
  text-align: center;
}
.col50 {
  display: flex;
  flex-direction: column;
  position: relative;
  box-sizing: border-box;
  flex: 1 1 calc(50% - 12.5px);
  text-align: center;
  flex-wrap: wrap;
  justify-content: space-between;
}
.col50 img {
  width: 100%;
  max-width: 400px;
  max-height: 400px;
  height: auto;
  object-fit: cover;
}
.col50 a {
display: inline-block;
text-align: center;
text-decoration: none;
padding: 25px 45px 25px 45px;
}
.col50 h3 {
  max-width: 400px;
}
.profile-container {
  min-width: 250px;
}
.profile-container, .profile-responses {
  display: flex;
  align-items: center;
  gap: 15px;
}
.profile-text {
  text-align: left;
  display: inline-block;
  margin: 0;
  width: 100%;
}
.profile-icon {
  width: 75px;
  height: 75px;
}
.profile-responses {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: right;
  margin-top: auto;
  justify-content: flex-end;
  align-self: flex-end;
}
.profile-body {
  flex-grow: 1;
}
.reaction-icon {
  width: 44px;
  height: 44px;
}
.card-post {
  display: block;
  max-width: 850px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 50px;
}
.forum-pill, .forum-pill-all, .search-bar, .forum-pill-static, .dropdown-menu, .forum-pill-dropdown {
  border-radius: 25px;
  height: 36px;
}
.forum-pill, .search-bar, .forum-pill-static, .dropdown-menu, .forum-pill-dropdown {
  background-color: #F4F1E9;
  border: 3px solid #3D6829;
  color: #3D6829;
}
.forum-menu, .pill-categories {
  width: 100%;
  max-width: 850px;
  min-width: 200px;
  display: flex;
  margin-left: 25px;
  margin-right: 25px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 5px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.forum-pill, .forum-pill-all {
  cursor: pointer;
}
.forum-pill, .forum-pill-all {
  max-width: 200px;
}
.forum-pill, .forum-pill-all, .forum-pill-static {
  width: 20%;
  min-width: 150px;
  display: flex;
  flex: 1 1 calc(25% - 10px);
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}
.forum-pill-all {
  border: 3px solid #ffffff;
  color: #ffffff;
  background-color: #B24C19;
}
.forum-pill:hover, .dropdown-menu:hover, .forum-pill-dropdown:hover {
  background-color: #3D6829;
  color: #ffffff;
  border-color: #ffffff;
  cursor: pointer;
}
.forum-pill-all:hover {
  background-color: #ffffff;
  color: #B24C19;
  border-color: #B24C19;
}
.search-bar, .dropdown-menu {
  width: 50%;
  min-width: 250px;
  max-width: 660px;
  margin-left: 25px;
  margin-right: 25px;
  padding-left: 40px;
}
.search-bar {
  background-image: url('./images/search-icon.svg');
  background-repeat: no-repeat;
  background-position: 5px center;
}

ul {
  margin: 0;
  padding: 0;
}
.link-profile {
  max-height: 69.2px;
}
.link-accent {
  color: white;
  background-color: #B24C19;
  max-width: 150px;
}
.link-pill, .forum-pill-static {
  text-decoration: none;
  color: #3D6829;
  font-weight: 400;
}
.link-pill {
  padding: 10px 30px 10px 30px;
}
.link-accent:hover {
  color: #B24C19;
  background-color: #ffffff
}
.link-black:hover, .link-pill:hover {
  color: #ffffff;
}
a {
  color: #000000;
  font-weight: 500;
}
a, p {
  font-size: 16px;
}
h1, h2, h3, .search-bar, .forum-pill, .forum-pill-all, .forum-pill-static, .dropdown-menu, .forum-pill-dropdown {
  font-style: normal;
}
h1, h2 {
  text-align: center;
}
a, p, h2, h3, .search-bar, .forum-pill, .forum-pill-all, .forum-pill-static, .dropdown-menu, .forum-pill-dropdown {
  font-family: "Montserrat", serif;
}
h1 {
  font-family: "Rethink Sans", serif;
  font-size: 64px;
  color: #3D6829;
  font-weight: 700;
}
h2 {
  font-size: 40px;
  color: #132A28;
  font-weight: 300;
}
h3 {
  font-size: 28px;
  font-weight: 500;
}

.filter-list {
  list-style: none;
}
.filter-list li {
  font-family: "Montserrat", serif;
  font-style: normal;
  font-size: 16px;
  align-items: center;
  display: flex;
  gap: 10px;
}
.filter-menu-hairline {
  border-bottom: 1px solid #ffffff;
  padding: 10px 0
}
.star-rating {
  font-size: 20px;
}
input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: transparent;
  width: 30px;
  height: 30px;
  border: 2px solid #ffffff;
  align-items: center;
  justify-content: center;
  padding-right: 10px;
  display: flex;
}
input[type="checkbox"]:checked::before {
  content: "✔";
  color: #ffffff;
  text-align: center;
  justify-content: center;
  line-height: 20px;
  font-size: 30px;
  font-weight: bold;
  display: block;
}
#filter-toggle {
  display: none;
}
#overlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
visibility: hidden;
opacity: 0;
transition: opacity 0.3s ease-in-out, visibility 0.3s;
}
.off-canvas {
position: fixed;
top: 0;
left: -300px;
width: 250px;
height: 100%;
background: #1B5652;
transition: left 0.3s ease-in-out;
padding: 20px;
z-index: 1001;
overflow-y: auto;
}
.off-canvas-text {
color: #ffffff;
}
#close-menu {
background: none;
border: none;
font-size: 18px;
cursor: pointer;
float: right;
}
.off-canvas.open {
left: 0;
}
.dropdown-menu {
  display: none;
  margin: auto;
  margin-top: 10px;
}
.forum-pill-dropdown {
  padding-left: 15px;
}
.grid-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto auto;
  gap: 50px;
  max-width: 850px;
  margin: auto;
}
.filter-menu, .off-canvas {
  grid-row: span 7;
  background-color: #1B5652;
  color: white;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 15px;
  text-align: left;
}
.campsite-card {
  text-align: left;
  display: flex;
  flex-direction: column;
  align-items: left;
  justify-content: center;
  max-width: 250px;
}
.campsite-card img {
  width: 250px;
  height: 250px;
  object-fit: cover;
  margin-bottom: 10px;
}
.copy-green {
  color: #3D6829;
}
@media (max-width: 900px) {
  main {
    margin: auto;
    align-items: center;
  }
  #primary-nav {
    position: absolute;
    left: 0;
    top: 135px;
    width: 100%;
    background-color: #F4F1E9;
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows 0.5s ease-out;
    overflow: visible;
  }
  #primary-nav li {
    display: block;
    opacity: 1;
    transition: opacity 0.3s ease-in-out;
  }
  #primary-nav ul {
    display: block;
    padding: 15px 0;
  }
  body.nav-open #primary-nav {
    grid-template-rows: 1fr;
    overflow: visible;
  }
  .inner {
    overflow: hidden;
  }
  #toggle-nav {
      display: block;
      border: none;
      background-color: transparent;
      color: #1B5652;
      cursor: pointer;
      font-size: 50px;
      position: absolute;
      top: 33.3px;
      right: 25px;
  }
  header > .flex {
      flex-direction: row;
      justify-content: flex-start;
  }
  #logo {
      margin: 0;
  }
  .flex {
    flex-direction: column;
  }
  .content-850-flex {
    max-width: 100%;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 0px;
    justify-content: center;
  }
  .col50 {
    flex: 1 1 100%;
    max-width: 100%;
    margin-left: 25px;
    margin-right: 25px;
  }
  .pill-categories {
    max-width: 400px;
  }
  h1 {
      font-size: 36px;
    }
    h2 {
      font-size: 28px;
    }
    h3 {
      font-size: 24px;
    }
}