:root {
  /* Gap/margin for grid spacing on left and right*/
  --caption-color: rgba(0, 0, 0, 0.65);
  --caption-font-size: 0.875rem;
  --wrap-img-margin-side: 50px;
  /* --border-radius: 3px; */
  /* --bgColor: rgba(227, 230, 230, 0.2); */
  --side-menu-hover: rgba(243, 241, 241, 0.601);
  --img-border: rgba(0, 0, 0, 0.44);
  /* --generic-border: rgba(0, 0, 0, 0.24); this is also on the main.css, so commented out here */
  /* --bgColor: #ECE9D8; */
  /* --bgColor: #ece9d8b7; */
}
/* .wrapper {
  display: grid;
  height: 100vh;
  justify-content: center;
  grid-template-columns: var(--margin-gap) minmax(auto, 1920px) var(
      --margin-gap
    );
  grid-template-rows: var(--header-height) minmax(min-content, 1fr) 75px;
  grid-template-areas:
    "H H H"
    ". main-content .";
} */

img {
  border: 1px solid var(--img-border);
  border-radius: var(--border-radius);
}

.testimonial-2 img {
  max-width: 500px;
}

.tour-page {
  background-image: none;
  height: 100%;
  /* background-color: brown; */
}

/*bullet_list font-size and font-family on main.css with p*/
.bullet-list {
  margin-left: 2.5rem;
  margin-right: 2rem;
  margin-bottom: 1rem;
  font-weight: 500;
  list-style-type: initial;
}
.bullet-list li {
  padding: 0.625rem;
}
/*css specific to this page*/
.wrapper-2 {
  display: grid;
  height: 100%;
  width: 100%;
  grid-template-columns: 250px minmax(auto, 1fr);
  grid-template-rows: 1fr 75px;
  grid-template-areas:
    "side-nav main-2"
    ". footer2";
  color: rgba(0, 0, 0, 0.952);
}

.main-content-2 {
  grid-area: main-2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.head-pic {
  /* width: 100%;
  height: 600px; */
  height: 55.5vh;
  max-height: 600px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  /* object-fit: cover; */
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border: var(--generic-border);
  border-bottom-left-radius: var(--border-radius);
  border-bottom-right-radius: var(--border-radius);
}

.group-headline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: absolute;
  top: 3%;
  color: white;
  background-color: rgba(48, 44, 44, 0.329);
  border: var(--index-border) 1px solid;
  border-radius: var(--border-radius);
  -webkit-box-shadow: 2px 2px 2px rgba(12, 1, 1, 0.6);
  box-shadow: 2px 2px 2px rgba(12, 1, 1, 0.6);
  padding: 1%;
  /* -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgba(0, 0, 0, 0.657); */
}

.gh-right {
  text-align: right;
  right: 2%;
}

.gh-left {
  text-align: left;
  left: 2%;
}

.group-headline h1 {
  font-family: "Archivo Black", sans-serif;
  font-size: 2.6rem;
  line-height: 1.2;
  margin-bottom: 5px;
}

.group-headline h2,
.group-headline p {
  /* font-family: "Lato ital", sans-serif; */
  font-family: "Merriweather", serif;
  font-size: 1.8rem;
  font-weight: 600;
}
.group-headline h2 {
  padding: 0 4%;
}
.group-headline p {
  padding: 0 8%;
}

.caption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: right;
  -ms-flex-pack: right;
  justify-content: right;
  padding: 0 3vw;
  color: var(--caption-color);
  font-size: var(--caption-font-size);
  margin: 10px 0;
  font-size: var(--p-font-size);
}

.content-2 {
  padding: var(--content-padding);
  overflow: hidden;
  background-color: var(--background-color2);
  border-radius: var(--border-radius);
  border: 1px solid var(--generic-border);
  /* margin-top: 10px; */
  /* border: solid red 1px; */
}

.content-2 h1 {
  text-align: center;
  margin-bottom: 1rem;
  word-spacing: 0.1rem;
  font-family: "Lato", sans-serif;
  font-weight: 700;
}

.content-2 p {
  margin-bottom: 1rem;
  text-align: justify;
  line-height: 1.6;
}

.testimonial-2 {
  /* border: red solid 2px; */
  padding: 0 1.8rem;
  margin-top: 1.5rem;
  font-style: italic;
}

.testimonial-2 span,
.prices-dates span,
p span {
  font-weight: bold;
}

.prices-dates {
  margin: 0 3%;
}

.testimonial-page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.img-wrap-common,
.bottom-pic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: left;
  -ms-flex-align: left;
  align-items: left;
  margin: 0.938rem 0;
}

/* .img-bottom {
  display: flex;
  flex-direction: column;
  align-items: left;
  clear: both;
} */

#img-wrap-right {
  float: right;
  margin-left: var(--wrap-img-margin-side);
}

#img-wrap-left {
  float: left;
  margin-right: var(--wrap-img-margin-side);
}

.img-wrap-common p,
/* .img-bottom p, */
.bottom-pic p {
  font-size: var(--caption-font-size);
  margin: 0.5rem 3% 0.3rem 3%;
  color: var(--caption-color);
}

/*Side Menu styles*/

.side-menu-mobile {
  display: none;
}

.side-menu {
  grid-area: side-nav;
  width: 250px;
  height: auto;
  position: fixed;
  top: calc(var(--header-height) + 10px);
}

.side-menu ul {
  display: grid;
  grid-template-columns: 1fr;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  /* min-width: auto; */
  height: 100%;
  width: 100%;
  /* background-color: rgba(252, 227, 6, 0.672); */
  /* background-color: var(--secondary-color); */
  max-width: 210px;
  padding: 15px 0;
  border-radius: var(--border-radius);
  -webkit-box-shadow: 1px 1px 1px rgba(12, 1, 1, 0.3);
  box-shadow: 1px 1px 1px rgba(12, 1, 1, 0.3);
}
.side-li {
  margin: 0 auto;
  -webkit-transition: opacity var(--transition);
  -o-transition: opacity var(--transition);
  transition: opacity var(--transition); /*variable is on the hambruger.css file*/
  width: 80%;
  border-radius: 1px;
  /* border-bottom: 1px solid rgba(0, 0, 0, 0.419); */
}
#home-a {
  padding-left: 0;
  text-align: center;
}

.side-menu li a {
  color: #0645bb;
  /* color: var(--nav-background-color); */
  font-size: var(--nav-font-size);
  font-weight: bolder;
  display: block;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 10px;
  padding-left: 10px;
}

.side-li:hover {
  background-color: var(--side-menu-hover);
  -webkit-box-shadow: 1px 1px 1px rgba(12, 1, 1, 0.3);
  box-shadow: 1px 1px 1px rgba(12, 1, 1, 0.3);
  cursor: pointer;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 1px;
}

.side-menu .current {
  background-color: var(--side-menu-hover);
  -webkit-box-shadow: 1px 1px 1px rgba(12, 1, 1, 0.4);
  box-shadow: 1px 1px 1px rgba(12, 1, 1, 0.4);
  border-bottom-right-radius: 2px;
  border-top-left-radius: 1px;
}

.hamburger-nav li a:hover {
  color: black;
}

.footer2 {
  grid-area: footer2;
  width: 100%;
}

.stages-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  max-width: 50rem;
  margin: 1rem 0;
}

.stages-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 100%;
}

.stages-menu ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 2px;
  margin-bottom: 2px;
  margin-right: 10px;
  background-color: var(--nav-background-color);
  border-radius: 2px;
  font-size: 1.2rem;
  font-weight: bold;
  border: 1px black dotted;
}

.stages-menu a {
  display: block;
  color: white;
  padding: 3px 12px;
}
.stages-menu li:hover,
.stages-menu .current {
  background-color: var(--primary-color-red);
}
.stages-menu a:hover,
.stages-menu .current a {
  color: white;
}

/*3rd layout for "other pages*/
.wrapper-3 {
  display: grid;
  height: 100%;
  width: 100%;
  grid-template-columns: minmax(auto, 1500px);
  grid-template-rows: 1fr 75px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  grid-template-areas:
    "main-3"
    "footer2";
  color: rgba(0, 0, 0, 0.952);
}

/* this is for full screen display with pictures */
.main-content-3 {
  grid-area: main-3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  flex-direction: column;
}

.content-3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 0.8em;
}

.text-content {
  width: 49.5%;
  max-width: 800px;
  padding: 0 0.8%;
}

.text-content img {
  margin-top: 0.5rem;
}

.pic-content {
  width: 49.8%;
  max-width: 800px;
  margin-left: 10px;
}

.img-display-1040 {
  display: none;
}

/* price page */
.price-layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border: black 1px solid;
  margin-bottom: 1.5rem;
  width: 100%;
}
.price-layout span {
  font-weight: bold;
}
.price-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  background-color: var(--primary-color-red);
  color: white;
  margin: 0.2rem 0.2rem 0 0.2rem;
  padding: 0.7rem 1.5rem;
  line-height: 1.7;
}
.price-top p {
  margin: 0;
  text-align: center;
}
.price-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 48%;
  min-width: 16.625rem;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  background-color: white;
  margin: 0.2rem;
}

#item-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  background-color: grey;
  color: white;
  padding: 0.7rem 1rem;
}
#item-1 p {
  margin: 0;
}
#item-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  padding-bottom: 1rem;
}
#item-2 p {
  margin: 1rem 1rem 0 1rem;
}

.price-bottom {
  margin: 0.2rem;
  background-color: white;
}
.price-bottom p {
  margin: 1rem 1.3rem;
}

#stats {
  border: black 1px solid;
  padding: 0.1rem;
  font-family: Merriweather, sarif;
  font-size: 0.75rem;
  margin: 1.5rem 0;
  width: 100%;
}
#stats td {
  background-color: white;
  padding: 0.4rem;
  line-height: 200%;
  text-align: center;
}
#stats td span {
  font-weight: bolder;
}

.footer-content p {
  margin-bottom: 0;
}

.testimonial-page > .caption {
  margin-bottom: 2rem;
  margin-top: 0;
}

.video-testimonial {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 1.5rem;
}

.video-testimonial p {
  margin-bottom: 0;
}

/* image caption on promo layout */

#promo-img-caption {
  padding-top: 0;
  text-align: center;
  font-size: 0.8rem;
  opacity: 0.8;
}
