.h4,
h4 {
  font-size: 1rem;
  font-weight: 600;
}

.main-img {
  width: 100vw;
  height: 80vh;
  background-repeat: no-repeat;
  background-size: cover;
  object-fit: cover;
  background-position: bottom right;
  margin-bottom: 4rem;
}

/* ******** TEXT ******** */

a {
  text-decoration: none;
}

.incentive-text {
  margin: auto;
  display: flex;
  justify-items: center;
  align-items: flex-start;
  flex-direction: column;
  max-width: 60vw;
  text-align: center;
  margin-bottom: 2rem;
}

.incentive-text h3 {
  font-weight: 300;
  font-size: 4rem;
  margin: auto;
  margin-bottom: 3.5rem;
}

.incentive-text h5 {
  font-weight: 400;
  font-style: italic;
  margin-top: 2rem;
  margin-bottom: 5rem;
  font-size: 1.4rem;
}

.incentive-text strong {
  color: var(--primary-color);
  font-weight: 400;
  font-style: italic;
}

.incentive-text p {
  font-size: 1.5rem;
  padding-top: 1rem;
  text-align: justify;
}

.incentive-text ul li {
  font-size: 1.5rem;
  text-align: left;
  max-width: 400px;
  margin-top: 1rem;
  margin-left: 100px;
}

@media screen and (max-width:800px) {
  .incentive-text ul li {
      margin-left: 50px;
  }
}


@media screen and (max-width:450px) {

  .incentive-text {
    max-width: 70vw;
  }

  .incentive-text h3 {
    font-size: 3.5rem;
      }

      .incentive-text p {
        text-align: center;
      }     
      
      .incentive-text ul li {
                margin-left: 30px;
      }

}

/* ******** END OF TEXT ******** */



/* ********  SOCIAL SIDE ******** */

.social.side {
  position: relative;
}

.ss-side li {
  list-style: none;
  color: var(--gray-dark);
}

.ss-side .fab,
.fas,
.far {
  color: var(--gray-dark);
  font-size: 2rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.connect {
  color: var(--gray-dark);
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  flex: 1 1 auto;
  justify-content: space-between;
  transform: rotate(270deg);
  transform-origin: bottom left;
  position: fixed;
  left: 38px;
  bottom: 20px;
  right: 100%;
  width: 290px;
  font-size: 1.4rem;
  font-weight: 400;
}

.ss-social {
  display: flex;
  flex-direction: column;
  width: 55px;
  align-items: center;
  flex-wrap: nowrap;
  justify-content: flex-start;
  column-gap: 2rem;
  row-gap: 1rem;
  position: fixed;
  left: 3px;
  bottom: 165px;
}

.ss-social,
.ss-side a:hover {
  text-decoration: none;
}

.sfb:hover {
  color: #3b5998;
}

.stw:hover {
  color: #00aced;
}

.sin:hover {
  color: #517fa4;
}

.sli:hover {
  color: #007bb6;
}

.ss1:hover {
  color: var(--primary-color);
}

.ss2:hover {
  color: #59267c;
}

.ss3:hover {
  color: #075e54;
}

.talk {
  color: var(--gray-dark);
  display: flex;
  align-items: flex-start;
  flex-wrap: nowrap;
  flex: 1 1 auto;
  justify-content: space-between;
  transform: rotate(270deg);
  transform-origin: bottom left;
  position: fixed;
  left: 38px;
  bottom: 330px;
  right: 100%;
  width: 290px;
  font-size: 1.4rem;
  font-weight: 400;
}

.ss-talk {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-wrap: nowrap;
  justify-content: flex-start;
  column-gap: 2rem;
  row-gap: 1.5rem;
  position: fixed;
  left: 3px;
  bottom: 410px;
  width: 55px;
}

.ss-side {
  width: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ss-talk .fab {
  font-size: 2rem;
}

.ss-talk .far {
  font-size: 2rem;
}

/* ******** END OF SOCIAL SIDE ******** */

.card2 {
  position: relative;
  /* display: flex; */
  align-items: center;
  margin-top: 5rem;
}

.card2 h2 {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 2rem;
  text-transform: uppercase;
  background-color: rgba(255, 255, 255, 0.6);
  color: var(--gray-dark);
  width: 300px;
}

.card2 .btn {
  position: absolute;
  bottom: 20px;
  left: 0;
  background-color: rgba(150, 150, 150, 0.6);
}

.card2 .definition {
  width: 300px;
  height: 350px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 2rem;
  margin-right: 2rem;
  padding-left: 2rem;
  padding-right: 2rem;
  background-color: var(--gray-light);
}

.definition strong {
  color: var(--primary-color);
}

.definition h5 {
  color: white;
}

.strong2 {
  padding-top: 2rem;
  margin-top: 2rem;
}

/* ******** GALLERY ******** */

.container.gallery-container {
  background-color: #fff;
  color: #35373a;
  max-width: 40vw;
  margin-bottom: 2rem;
}

/* Override bootstrap column paddings */
.tz-gallery .row>div {
  padding: 2px;
}


.tz-gallery .lightbox img {
  width: 100%;
  border-radius: 0;
  position: relative;
}

.tz-gallery .lightbox:before {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -13px;
  margin-left: -13px;
  opacity: 0;
  color: #fff;
  font-size: 26px;
  font-family: "Glyphicons Halflings";
  content: "\e003";
  pointer-events: none;
  z-index: 9000;
  transition: 0.4s;
}

.tz-gallery .lightbox:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: rgba(46, 132, 206, 0.7);
  content: "";
  transition: 0.4s;
}

.tz-gallery .lightbox:hover:after,
.tz-gallery .lightbox:hover:before {
  opacity: 1;
}

.baguetteBox-button {
  background-color: transparent !important;
}

@media (max-width: 768px) {
  body {
    padding: 0;
  }
}

@media screen and (max-width:600px) {

.row {
  width: 100vw;
  display: flex;
  flex-direction: column;
  
}

.col-xs-12 {
  width: 100vw;
}

.container.gallery-container {
  margin: 0;
}

}

/* ******** END OF GALLERY ******** */

/* ******** NAV BOTTOM ******** */

.nav-complete {
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: flex-start;
  align-items: center;
  margin: auto;
  max-width: 60vw;
}

.nav--bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: auto;
  max-width: 40vw;

}

.nav--links h4 {
  font-size: 2rem;
  font-weight: 400;
}

.nav--links {
  text-align: center;
}

.nav--links a {
  color: var(--gray-dark);
}

.nav--links a:hover {
  color: var(--primary-color);
  font-weight: 600;
}

.current {
  font-weight: 600;
  pointer-events: none;
  background-color: #55539e;
}

.current a {
  color: white;
  padding: 5px;
}

.current a:hover {
  font-weight: 600;
  color: white;
  pointer-events: none;
}

/* ******** END OF NAV BOTTOM ******** */

.arrow--left,
.arrow--right {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  padding: 0 1.2rem;
}

.arrow--left:hover,
.arrow--right:hover {
  box-shadow: 0 0px 20px rgba(0, 0, 0, 0.25);
}

.arrows--bottom {
  display: flex;
  max-width: 30vw;
  align-items: center;
  justify-content: space-around;
  margin-bottom: 5rem;
  margin-top: 1rem;
  
}


.cta {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 5rem;
}

.btn-cta {
  color: #fff;
  border-radius: 100px;
  margin-top: 1.5rem;
  border: 0px;
  padding: 1rem 1.5rem;
  letter-spacing: 1px;
  position: relative;
  overflow: hidden;
  transition: background-color 2s;
  background-color: var(--primary-color);
  font-size: 1.2rem;
}

.btn-cta:hover {
  color: white;
  cursor: pointer;
  background-color: var(--gray-dark);
}

.btn-cta::before {
  content: "";
  position: absolute;
  top: 0;
  width: 0;
  height: 100%;
  transform: skewX(25deg);
  transition: width 0.2s;
  z-index: -2;
}

.btn-cta:hover::before {
  width: 150%;
}

.btn-cta:hover::after {
  content: "\f0a9";
  font-family: FontAwesome;
  display: inline-block;
  position: relative;
  padding-left: 1rem;
}

.inner--link a {
  color: var(--primary-color);
  text-decoration: none;
}

.inner--link a:hover {
  color: var(--gray-dark);
  font-weight: 600;
} 



.nav-complete--alternate {
  visibility: hidden;
  height: 0;
  width: 80vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  margin: auto;
  }

@media screen and (max-width:500px) {
  
  .nav-complete {
    visibility: hidden;
    height: 0;
      }

  .nav-complete--alternate {
    visibility: visible;
    height: auto;
      }


.nav-complete--alternate .nav--bottom {
  max-width: 70vw;
}


}