/* ///////////////////////////////////////////////////
  Body 
/////////////////////////////////////////////////// */
:root {
  --white: #ffffff;
  --magenta: #b45090;
  --green: #6b8637;
  --light-blue: #81add2;
  --gray-blue: #415f83;
  --dark-blue: #253745;

  --tan: #fac9a1;
  --orange: #fdaa42;
  --bright-orange: #e95b0f;
  --light-blue-2: #4ab0f2;
  --dark-blue-2: #013040;

  --maroon: #750d16;
  --light-brown: #f0c987;
  --sea: #0aa79f;
  --navy: #172339;
  --light-gray: #b1ada9;
  --dark-gray: #6a6a6a;
}

body {
  background-color: #e4eeec;
  /* color: rgb(24, 49, 10); */
  /* background-color: var(--tan); */
  color: var(--navy);
  /* font-family: 'Roboto', sans-serif; */
}

section {
  padding: 20px 0;
}

.section-header {
  text-align: center;
  padding-bottom: 20px;
}

.section-header h1 {
  font-size: 36px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-top: 60px;
  padding-bottom: 20px;
  position: relative;
}

.section-header h2 {
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
  position: relative;
}

.section-header p {
  margin-bottom: 0;
  font-size: 18px;
}

.specialty-container {
  border: var(--maroon) 3px solid;
  border-radius: 20px;
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
}

@media (max-width: 992px) {
  .specialty-container {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

@media (min-width: 992px) {
  .specialty-container {
    width: 70%;
  }
}
/* ///////////////////////////////////////////////////
  Navbar 
/////////////////////////////////////////////////// */
.navbar {
  padding-top: 1rem;
  padding-bottom: 1rem;
  margin-bottom: 1.5rem;
}

.navbar::before {
  content: "";
  position: absolute;
  display: block;
  width: 80%;
  height: 2px;
  background: var(--sea);
  bottom: 0;
  left: calc(10%);
}

.navbar-brand {
  display: flex;
  align-items: center;
}

.brand-img {
  width: 2em;
  height: auto;
  margin-right: 1em;
}

.brand-text {
  display: flex;
}
/* ///////////////////////////////////////////////////
  Hero 
/////////////////////////////////////////////////// */
#hero {
  position: relative;
}

.hero-container {
  background-color: rgb(88, 49, 0);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 30px;
  width: auto;
}
/* ///////////////////////////////////////////////////
  Footer 
/////////////////////////////////////////////////// */
.footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  color: var(--navy);
}

.footer::before {
  content: "";
  position: relative;
  display: block;
  width: 80%;
  height: 2px;
  background: var(--sea);
  top: -1rem;
  left: calc(10%);
}

.footer-img {
  width: 2em;
  height: auto;
}

.footer-link {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  color: inherit;
}
/* ///////////////////////////////////////////////////
  About
/////////////////////////////////////////////////// */
.member-img {
  background-color: var(--light-brown);
  border-radius: 10%;
  display: flex;
}

.member-details {
  width: 100%;
  padding: 20px;
  display: flex;
  flex-direction: column;
}

.member-name {
  text-align: center;
}

.member-bio {
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: var(--bs-border-width) var(--bs-border-style) var(--sea);
  border-bottom: var(--bs-border-width) var(--bs-border-style) var(--sea);
  text-indent: 5%;
}

.parks-scroll {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  overflow-x: scroll;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.parks-scroll::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.parks-scroll {
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}

.park-badge {
  display: flex;
  text-align: center;
  background-color: var(--light-gray);
  color: var(--navy);
  padding-right: 0.5rem;
  padding: 0.25rem;
  align-items: center;
  border: var(--bs-border-width) var(--bs-border-style) var(--sea);
  border-radius: 1000px;
}

/* ///////////////////////////////////////////////////
  Parks Cover Page
/////////////////////////////////////////////////// */
.header-row {
  justify-content: center;
  overflow: hidden;
}

.park-item {
  justify-content: center;
}

.table-header {
  text-align: center;
  background-image: linear-gradient(
    to bottom,
    hsla(0, 100%, 50%, 0.027),
    hsla(150, 37%, 59%, 0.2)
  );
  color: var(--navy);
}

.table-header:hover {
  background-color: #b3b8ff67;
}

.review-item {
  text-align: center;
}

.smaller {
  font-size: 65%;
  margin-top: 0.5em;
}

.name {
  font-size: 120%;
}

.review-link {
  text-decoration: none;
  color: inherit;
}

@media (max-width: 992px) {
  .detail-column {
    display: none;
  }
}

.bootstrap-table .fixed-table-container .table thead th {
  vertical-align: middle;
}

.bootstrap-table .fixed-table-container .fixed-table-body {
  border-radius: 15px;
}

/* .table-row-1 {
  background: var(--bright-orange);
  color: var(--sea);
}

.table-row-2 {
  background-color: var(--sea);
  color: var(--bright-orange) !important;
} */
/* ///////////////////////////////////////////////////
  Parks List Page
/////////////////////////////////////////////////// */
#parks-list a {
  text-decoration: none;
  color: inherit;
}

#parks-list a:hover {
  border: var(--light-brown) 3px solid;
}

.park-list-col {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.park-img {
  background-color: var(--maroon);
  border-radius: 10px;
  display: flex;
}

.member-badges {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
}

.member-badge {
  background-color: var(--light-brown);
  color: var(--navy);
  border-radius: 1000px;
  margin: 0.25rem;
}

.member-badge-img {
  border-radius: 1000px;
  height: 2.5rem;
}

#parks-list .review-title {
  margin-top: 1rem;
}

#parks-list .review-header {
  width: 100%;
}

#parks-list .review-title {
  text-align: center;
}

#parks-list .review-content {
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: var(--bs-border-width) var(--bs-border-style) var(--sea);
  border-bottom: var(--bs-border-width) var(--bs-border-style) var(--sea);
}

.state_img {
  height: 4rem;
}

/* ///////////////////////////////////////////////////
  Parks Detail Page
/////////////////////////////////////////////////// */
#parks-detail .review-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-bottom: 1px var(--bs-border-style) var(--sea);
}

.review-header h1 {
  padding-top: 0px;
}

.review-header-col {
  display: flex;
  text-align: center;
  align-items: center;
  flex-direction: column;
  padding: 0.5rem 0;
}

.review-header-col p {
  margin-bottom: 0px;
}

.review-content {
  display: flex;
  flex-direction: column;
  text-indent: 5%;
}

.review-content p {
  margin-bottom: 0px;
}

.grading {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

.grade {
  background-color: var(--sea);
  color: var(--navy);
  border-radius: 50px;
  padding: 0.5rem;
}

.overall-grade {
  background-color: var(--green);
  color: var(--navy);
  border-radius: 50px;
  padding: 0.5rem;
}

.category-name {
  text-transform: uppercase;
  font-weight: bold;
}

/* ///////////////////////////////////////////////////
  Swag Page
/////////////////////////////////////////////////// */

.swag-img {
  background-color: var(--light-brown);
  border-radius: 10%;
  display: flex;
}

.swag-details {
  width: 100%;
  padding: 20px;
  display: flex;
  flex-direction: column;
}

.swag-name {
  text-align: center;
}

.swag-date {
  text-align: center;
  text-decoration: underline;
  font-size: 20px;
}

.swag-bio {
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: var(--bs-border-width) var(--bs-border-style) var(--sea);
  border-bottom: var(--bs-border-width) var(--bs-border-style) var(--sea);
  text-indent: 5%;
}

/* ///////////////////////////////////////////////////
  Otis and Jacques Marais Page
/////////////////////////////////////////////////// */

.otis-card {
  width: 100%;
  padding: 20px;
  display: flex;
  flex-direction: column;
}

.otis-title {
  text-align: center;
}

.otis-date {
  text-align: center;
  text-decoration: underline;
  font-size: 20px;
}

.otis-story {
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: var(--bs-border-width) var(--bs-border-style) var(--sea);
  border-bottom: var(--bs-border-width) var(--bs-border-style) var(--sea);
  text-indent: 5%;
}

