.relative {
  position: relative !important;
}

a.button {
  padding: 1.5rem 2.5rem;
  color: white;
}

.hero {
  text-align: center;
  margin-bottom: 10rem;
}

.hero .swiper-container {
  overflow: visible;
}

.swiper-slide {
  background-position: center !important;
}

.hero__txt-container {
  height: 100%;
}

.hero__image-caption {
  font-size: 1.1rem;
  -webkit-transition: opacity .1s;
  -o-transition: opacity .1s;
  -moz-transition: opacity .1s;
  transition: opacity .1s;
  float: right;
  margin: 10px 15px 0;
  position: absolute;
  bottom: -3rem;
  right: 0;
}

.hero .swiper-slide {
  min-height: 65.6rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero__txt-inner-container {
  max-width: 435px;
  margin: 0 auto;
}

.hero__title {
  font-family: "GT Eesti Medium", sans-serif;
  font-size: 1.2rem;
  line-height: 3.1rem;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: white;
  text-shadow: 2px 2px 10px #000000;
}

.hero__logo {
  margin: 0 auto 35px;
}

.hero__desc {
  margin-bottom: 35px;
}

.hero .swiper-pagination-bullet {
  display: inline-block;
}

.hero .swiper-pagination {
  width: 100% !important;
  top: unset !important;
}

.hero__desc p, .hero__desc a {
  color: #fff;
  font-size: 2.4rem;
  line-height: 3.2rem;
  font-family: "GT Eesti Book", sans-serif;
  text-align: center;
  margin: 0;
  font-weight: bold;
  text-shadow: 2px 2px 10px #000000;
}

.project-landing-header__btn-container {
  margin-top: 5rem;
}

.no-gutters {
  grid-column-gap: 0 !important;
  grid-row-gap: 0 !important;
}

.project-landing-header {
  background: #555826;
  color: white;
  text-align: center;
}

.project-landing-header__bg-img-container {
  position: relative;
  padding-bottom: 75%;
}

.project-landing-header__hover-container {
  position: relative;
}

.project-landing-header__bg-img {
  inset: 0;
  background-position: top !important;
}

.project-landing-header__title {
  font-family: 'GT Eesti Regular', sans-serif;
  font-size: 1.2rem;
  line-height: 3.1rem;
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.project-landing-header__hover-container .project-landing-header__bg-img {
  padding-bottom: 100%;

}

.project-landing-header__txt-container {
  padding: 12rem 2rem;
  /* height: 500px; */
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  background: #555826;

}

.project-landing-header.landing .project-landing-header__txt-container {
  opacity: 1;
  padding: 0;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  -moz-transition: all .2s;
  transition: all .2s;

  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.project-landing-header__hover-container:hover .project-landing-header__txt-container {
  opacity: 1;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  -moz-transition: all .2s;
  transition: all .2s;
}



.project-landing-header__txt-inner-container {
  max-width: 34.1rem;
  margin: 0 auto;
}

.project-landing-header__excerpt p {
  font-size: 2rem;
  line-height: 3rem;
  letter-spacing: .004em;
}

.project-grid__title {
  margin: 0px 25px;
}

.about-dropdown, .services-dropdown {
  padding: 0 35px 10px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.dropdown-nav {
  line-height: 2.2rem;
  margin: 15px 0;
}

.dropdown-nav a {
  margin: 0 !important;
}

.project-detail-headers {
  text-transform: uppercase;
  letter-spacing: .1em;
}

.project-detail-headers.main {
  color: #A09E9E;
  margin: 0 0 10px;
  font-weight: bold;
}

.project-detail-img-container img {
  max-width: 85px;
  margin-bottom: 7.5px;
}

.project-title {
  margin-bottom: 20px;
}

.title-underline {
  margin: 20px 0;
}

.projects .project-container {
  margin-left: 0;
  margin-right: 0;
}

.projects-dropdown {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 27px;
  left: 0;
  background: white;
  list-style: none;
  padding: 0 35px 0;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
  padding: 0 35px 10px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

#projects-nav:hover+.projects-dropdown, .projects-dropdown:hover {
  visibility: visible;
  opacity: 1;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}

.nav-links-wrapper nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

#calendar .today {
  /* border: 2px solid #A09E9E; */
  color: #434343;
  background: #F5F5F5;
}

#calendar .today:before {
  content: " ";
  /* to ensure it displays */
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border: 2px solid #A09E9E;
  pointer-events: none;
  /* user can't click on it */
}

#calendar .orange-box {
  color: white;
  background: #DE6518;
}

#calendar .day.selected:before {
  content: " ";
  /* to ensure it displays */
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border: 2px solid #A09E9E;
  pointer-events: none;
  /* user can't click on it */
}

#calendar .green-box {
  color: white;
  background: #969545;
}

.calendar-key__ul {
  list-style: none;
  padding: 0;
}

.calendar-key__li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 7.5px;
  font-size: 12px;
  letter-spacing: .04em;
}

.calendar-key__li:before {
  background: black;
  content: "";
  height: 17px;
  width: 17px;
  left: 0;
  position: absolute;
  top: 0%;
}

.calendar-key__today:before {
  background: white;
  border: 2px solid #A09E9E;
}

.calendar-key__cars:before {
  background: #DE6518;
  border: 2px solid #DE6518;
}

.calendar-key__recommended:before {
  background: #969545;
  border: 2px solid #969545;
}
.calendar-breadcrumb {
  margin-bottom: 10px;
}
.calendar-breadcrumb a {
  font-family: "GT Eesti Regular",sans-serif;
  font-size: 1.2rem;
  color: #A09E9E;
}

.event-desc {
  max-width: 470px;
  margin: auto;
}

.event-desc {
  margin: 2.5rem auto 2.5rem;
}

.cal-cols {
  grid-column-gap: 3rem;
}

.header-icon-container {
  position: absolute;
  width: 100%;
  top: 2rem;
  /* left: 3rem; */
}

.header-icon-container .container {
  padding:  0;
}
.header-icon {
  max-width: 117px;
}


#map {
  max-width: 294px;
  margin-top: 20px;
  height: 170px;
}

@media (max-width: 768px) {
  #map {
    max-width: 100%;
    margin-top: 20px;
    height: 200px;
  }
}
