.navtext {
  background: rgba(32,54,68,0.97);
  color: #c6ab7c !important;
  border: none;
  position: relative;
  cursor: pointer;
  transition: 800ms ease all;
  outline: none;
  border-left-style: solid;
  z-index: 20;
}

.navtext:hover {
  background: #3e6d89;
  color: #c6ab7c;
}

.navtext:before, .navtext:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  height: 2px;
  width: 0;
  background: rgb(198,171,124);
  transition: 400ms ease all;
}

.navtext:after {
  right: inherit;
  top: inherit;
  left: 0;
  bottom: 0;
}

.navtext:hover:before, .navtext:hover:after {
  width: 100%;
  transition: 800ms ease all;
}

.navHeading {
  color: #c6ab7c;
  font-family: sans-serif;
  font-size: 1.3vw;
}

.custom-shape-divider-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  z-index: 10;
}

@media (max-width: 576px) {
  .custom-shape-divider-top {
    visibility: hidden;
  }
}

.custom-shape-divider-top svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 38px;
  transform: rotateY(180deg);
}

.custom-shape-divider-top .shape-fill {
  fill: #203644;
}

.custom-shape-divider-bottom-1730067167 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
  z-index: 10;
}

@media (max-width: 576px) {
  .custom-shape-divider-bottom-1730067167 {
    visibility: hidden;
  }
}

.custom-shape-divider-bottom-1730067167 svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 38px;
}

.custom-shape-divider-bottom-1730067167 .shape-fill {
  fill: #FAFAFA;
}

.fit-cover23 {
  object-fit: cover;
}

.fit-cover2 {
  object-fit: cover;
  max-width: 100%;
}

.fit-cover {
  opacity: .6;
  object-fit: cover;
  max-width: 100%;
}

.fit-cover36 {
  opacity: .6;
  object-fit: contain;
  object-position: right;
  max-width: 100%;
}

.fit-cover19 {
  object-fit: cover;
  max-height: 100%;
  object-position: center;
}

.placeholder {
  display: inline-block;
  min-height: 1em;
  vertical-align: middle;
  cursor: wait;
  background-color: #3e6d89;
  opacity: .25;
}

.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: .9;
}

#overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(198,171,124,0.3);
  z-index: 2;
  cursor: pointer;
}

.h1-1 {
  z-index: 3;
  color: #fbfbfb!important;
}

@media (max-width: 992px) {
  .h1-1 {
    padding: .3rem;
    background-color: var(--bs-secondary-color);
    border-radius: .5rem;
  }
}

@container (min-width: 456px) {
  .h1-1 {
  }
}

.p-11 {
  z-index: 3;
  color: #ffffff;
  font-weight: 600;
}

@media (max-width: 992px) {
  .p-11 {
    padding: 1rem;
    border-radius: 0.5rem;
    background-color: var(--bs-secondary-color);
  }
}

p {
  z-index: 3;
  color: #203644;
  font-weight: 600;
}

.carousel-item {
}

.btn-primary {
  --bs-btn-color: #203644;
  --bs-btn-bg: #eaedf1;
  --bs-btn-border-color: #ffffff;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #203644;
  --bs-btn-hover-border-color: #203644;
  cursor: pointer;
  color: #203644;
  box-shadow: 4px 4px 18px 1px;
}

.btn-primary2 {
  --bs-btn-color: #f7f7f7;
  --bs-btn-bg: #203644;
  --bs-btn-border-color: #203644;
  --bs-btn-hover-color: #203644;
  --bs-btn-hover-bg: #ffffff;
  --bs-btn-hover-border-color: #ffffff;
  cursor: pointer;
  color: #ffffff;
  box-shadow: 4px 4px 18px 1px;
}

.wrapper {
  width: 100%;
  padding: 0 2rem;
  text-align: center;
}

.polaroid {
  background: #fff;
  padding: 1rem;
  box-shadow: 0 0.2rem 1.2rem rgba(0,0,0,0.2);
}

.polaroid > img {
  max-width: 100%;
  height: auto;
}

.Caption {
  font-size: large;
  text-align: center;
}

.polaroiditem {
  max-width: 400px;
  display: inline-block;
  margin-top: 2rem;
}

.polaroiditem .polaroid:before {
  content: '';
  position: absolute;
  z-index: -1;
  transition: all 0.35s;
}

.polaroiditem:nth-of-type(4n + 1) {
  transform: scale(0.8, 0.8) rotate(5deg);
  transition: all 0.35s;
}

.polaroiditem:nth-of-type(4n + 1) .polaroid:before {
  transform: rotate(6deg);
  height: 20%;
  width: 47%;
  bottom: 30px;
  right: 12px;
  box-shadow: 0 2.1rem 2rem rgba(0,0,0,0.4);
}

.polaroiditem:nth-of-type(4n + 2) {
  transform: scale(0.8, 0.8) rotate(-5deg);
  transition: all 0.35s;
}

.polaroiditem:nth-of-type(4n + 2) .polaroid:before {
  transform: rotate(-6deg);
  height: 20%;
  width: 47%;
  bottom: 30px;
  left: 12px;
  box-shadow: 0 2.1rem 2rem rgba(0,0,0,0.4);
}

.polaroiditem:nth-of-type(4n + 4) {
  transform: scale(0.8, 0.8) rotate(3deg);
  transition: all 0.35s;
}

.polaroiditem:nth-of-type(4n + 4) .polaroid:before {
  transform: rotate(4deg);
  height: 20%;
  width: 47%;
  bottom: 30px;
  right: 12px;
  box-shadow: 0 2.1rem 2rem rgba(0,0,0,0.3);
}

.polaroiditem:nth-of-type(4n + 3) {
  transform: scale(0.8, 0.8) rotate(-3deg);
  transition: all 0.35s;
}

.polaroiditem:nth-of-type(4n + 3) .polaroid:before {
  transform: rotate(-4deg);
  height: 20%;
  width: 47%;
  bottom: 30px;
  left: 12px;
  box-shadow: 0 2.1rem 2rem rgba(0,0,0,0.3);
}

.polaroiditem:hover {
  filter: none;
  transform: scale(1, 1) rotate(0deg) !important;
  transition: all 0.35s;
}

.polaroiditem:hover .polaroid:before {
  content: '';
  position: absolute;
  z-index: -1;
  transform: rotate(0deg);
  height: 90%;
  width: 90%;
  bottom: 0%;
  right: 5%;
  box-shadow: 0 1rem 3rem rgba(0,0,0,0.2);
  transition: all 0.35s;
}

em {
  font-family: 'Poor Story', serif;
}

.polaroiditem2 {
  display: inline-block;
  vertical-align: top;
  max-width: 350px;
}

.paralax2 {
  position: relative;
  background-position: right;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../../assets/img/mondragonbg.png");
  background-color: rgba(90,190,255,0.67);
  background-blend-mode: multiply;
}

.paralax23 {
  position: relative;
  background-position: left;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../../assets/img/darkbg-1.webp);
  background-color: rgba(90,190,255,0.67);
  background-blend-mode: multiply;
}

.paralax {
  position: relative;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../../assets/img/parallaxbackground.jpg");
  background-color: rgb(40,68,86);
  background-blend-mode: multiply;
}

.whitelink:hover {
  color: #5793b9;
  padding-right: 2.5rem;
}

.cardlink:hover {
  color: #284c63;
  padding-right: 2.5rem;
}

.whitelink {
  color: #fcfcfc;
  font-weight: 700;
  font-size: 1.5rem;
  transition: .5s;
  padding-right: 2rem;
  background: url("../../assets/img/right-arrow.png") no-repeat right 1px;
  cursor: pointer;
}

.cardlink {
  color: #60a2cc;
  font-weight: 700;
  font-size: 1.5rem;
  transition: .5s;
  padding-right: 2rem;
  background: url("../../assets/img/right-arrow.png") no-repeat right 1px;
  cursor: pointer;
}

.custom-shape-divider-top-1730219374 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
}

@media (max-width: 576px) {
  .custom-shape-divider-top-1730219374 {
    visibility: hidden;
  }
}

.custom-shape-divider-top-1730219374 svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 46px;
}

.custom-shape-divider-top-1730219374 .shape-fill {
  fill: #FFFFFF;
}

.cover-bg {
  background-image: url("mondgranbg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: rgba(14,168,255,0.7);
  background-blend-mode: multiply;
}

.custom-shape-divider-bottom-1730230705 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
}

@media (max-width: 576px) {
  .custom-shape-divider-bottom-1730230705 {
    visibility: hidden;
  }
}

.custom-shape-divider-bottom-1730230705 svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 52px;
}

.custom-shape-divider-bottom-1730230705 .shape-fill {
  fill: #FFFFFF;
}

.h6, h6 {
  font-size: 1.2rem;
}

.custom-shape-divider-bottom-1730252393 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
}

@media (max-width: 576px) {
  .custom-shape-divider-bottom-1730252393 {
    visibility: hidden;
  }
}

.custom-shape-divider-bottom-1730252393 svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 21px;
  transform: rotateY(180deg);
}

.custom-shape-divider-bottom-1730252393 .shape-fill {
  fill: #203644;
}

@media (min-width:1200px) {
  .h1, h1 {
    font-size: 3rem;
  }
}

.wrapper2 {
  position: relative;
  display: flex;
}

@media (max-width: 576px) {
  .wrapper2 {
    display: block;
  }
}

blockquote {
  border: none;
  margin: 0px;
  padding: 1rem;
}

blockquote div:before {
  content: open-quote;
  font-weight: bold;
  font-size: 3rem;
  color: #3b5d74;
  font-family: Georgia, "Times New Roman", Times, serif;
  margin-right: 10px;
}

blockquote div:after {
  content: close-quote;
  font-weight: bold;
  font-size: 3rem;
  color: #3b5d74;
  font-family: Georgia, "Times New Roman", Times, serif;
  align-content: end;
}

.opaquebg {
  border-radius: 1rem;
  background-color: rgba(233,236,239,0.51);
  padding: 1rem;
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}

