/*
Colors:
  Red: #d31145
  Dark: #3b3838
*/

@font-face {
  font-family: 'Proxima Nova';
  src: url('../fonts/proximanova_bold-webfont.woff2') format('woff2'),
       url('../fonts/proximanova_bold-webfont.woff') format('woff');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Proxima Nova';
  src: url('../fonts/proximanova_extrabld-webfont.woff2') format('woff2'),
       url('../fonts/proximanova_extrabld-webfont.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Proxima Nova';
  src: url('../fonts/proximanova_regular-webfont.woff2') format('woff2'),
       url('../fonts/proximanova_regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

/* Sections and Containers */
* {
  box-sizing: border-box;
}

html {
  background-color: #3b3838;
}

html,
body {
  overflow-x: hidden;
}

[class^='section'] {
  width: 100%;
  display: block;
  margin: 0;
  padding: 90px 0 0 0;
}

[class^='section'] > .container {
  max-width: 1070px;
  padding: 15px;
  display: block;
  margin: 0 auto;
  position: relative;
}

.title-section {
  text-align: center;
  margin-bottom: 30px;
}

.info-section {
  display: flex;
  flex-direction: row;
  text-align: center;
  position: relative;
  z-index: 1;
}

.info-item {
  flex: 1;
  position: relative;
  padding: 15px;
  height: fit-content;
  align-self: center;
}

.info-item:first-child {
  margin-left: -15px;
}

.info-item:last-child {
  margin-right: -15px;
}

.info-item > *:first-child,
.info-item > *:last-child {
  transition: margin 0.1s ease-in-out;
}

/* .info-item:hover > *:first-child {
  margin-top: -10px;
}
.info-item:hover > *:last-child {
  margin-bottom: 10px;
} */

.info-item:not(:last-child):after {
  content: '';
  display: block;
  height: 120px;
  width: 1px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #1891ae;
}

:root .section-3 div.info-item:nth-child(2):after,
:root .section-3 div.info-item:nth-child(3):after {
  display: none !important;
}

.image-section {
  width: 100%;
  height: fit-content;
  position: relative;
}

.image-section > img.bg {
  width: 100vw;
  margin: 0 auto;
  display: block;
  position: relative;
  z-index: 0;
}

.image-section > img:not(.bg) {
  z-index: 1;
  position: absolute;
  /* bottom: 0; */
}


/* Typography */
h1, h2, h3, h4, h5, h6, p, ul, li, a {
  font-family: 'Proxima Nova', serif;
  color: #3b3838;
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  text-transform: uppercase;
}

h1 {
  text-align: center;
  font-size: 5.5rem;
  line-height: 6rem;
  font-weight: 300;
  color: inherit;;
}

h1 strong {
  font-size: 7.25rem;
  font-weight: bold;
}

h2 {
  font-size: 4rem;
  line-height: 3.5rem;
  margin-bottom: 30px;
}

h3 {
  font-size: 2.4rem;
  font-weight: 300;
  line-height: 2.25rem;
  margin-bottom: 5px;
}

h4 {
  font-size: 1.375rem;
  line-height: 1.65rem;
  color: inherit;
}

p {
  font-size: 1.375em;
}

.title-section p {
  max-width: 900px;
  margin: 0 auto;
}

hr {
  border-color: #d31145;
  max-width: 350px;
  margin: 15px auto;
}

.title-svg {
  padding-bottom: 25px;
  display: block;
  margin: 0 auto;
  height: 183px;
}

.title-svg * {
  /* display: none; */
}

.tops-heart * {
  /* display: none; */
}


/* Navigation */
nav.desktop-nav {
  background-color: #d1c7b5;
}

.nav-inner {
  padding: 20px;
  max-width: 1170px;
  margin: 0 auto;
}

.logo {
  height: 28px;
  display: inline-block;
}

.nav-items {
  width: fit-content;
  display: inline-block;
  vertical-align: middle;
  text-align: right;
  width: calc(100% - 110px);
}

.nav-items ul {
  list-style: none;
  display: inline-block;
  vertical-align: middle;
  padding: 0;
}

.nav-items ul li {
  display: inline-block;
  text-transform: uppercase;
  font-weight: bold;
  margin: 0 5px;
  position: relative;
  cursor: pointer;
}

.nav-items ul li:after {
  content: '';
  height: 2px;
  width: 100%;
  position: absolute;
  bottom: 2px;
  background-color: #000;
  margin: 0 auto;
  display: block;
  opacity: 0;
  transition: 0.1s ease-in-out;
  cursor: pointer;
}

.nav-items ul li:hover:after,
.nav-items ul li.active:after {
  bottom: -2px;
  opacity: 1;
}

/*
.nav-items ul li.community {
  color: #1891ae;
}
*/
.nav-items ul li.community:after {
  background-color: #1891ae;
}

/*
.nav-items ul li.environment {
  color: #6a742e;
}
*/
.nav-items ul li.environment:after {
  background-color: #6a742e;
}

.nav-items ul li.people {
  color: #5b314d;
}
/*
.nav-items ul li.people:after {
  background-color: #5b314d;
}
*/

/*
.nav-items ul li.practice {
  color: #a99432;
}
*/
.nav-items ul li.practice:after {
  background-color: #a99432;
}

/*
.nav-items ul li.partners {
  color: #0b6f69;
}
*/
.nav-items ul li.partners:after {
  background-color: #0b6f69;
}

.nav-items ul li a {
  text-decoration: none;
  color: inherit;
}

.nav-items ul li:hover {
  /* insert hover colors here woo */
}

.desktop-nav.stick {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
}

/* Mobile nav */
nav.mobile-nav {
  background-color: #d1c7b5;
}

nav.mobile-nav .mobile-nav-top {
  padding: 12px 15px;
  position: relative;
}

nav.mobile-nav .mobile-nav-top img {
  height: 36px;
  display: block;
  margin: 0 auto;
}

nav.mobile-nav .mobile-nav-top .burger {
  width: 40px;
  height: fit-content;
  position: absolute;
  right: 15px;
  top: 50%;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

nav.mobile-nav .mobile-nav-top .burger > div {
  background-color: #3b3838;
  border-radius: 50px;
  width: 100%;
  height: 5px;
  margin-bottom: 5px;
  transition: 0.1s ease-out;
}

nav.mobile-nav .mobile-nav-top .burger > div:last-child {
  margin-bottom: 0;
}

.mobile-nav-body {
  padding: 0 0 15px;
  display: block;
  width: 100%;
  text-align: center;
  background-color: #d1c7b5;
}

.mobile-nav-body.nav-items ul li {
  display: block;
  width: fit-content;
  margin: 30px auto;
  text-align: center;
  line-height: 1em;
}


/* Plus items */
.plus-item {
  max-width: 50px;
  width: 3.5vw;
  min-width: 35px;
  position: relative;
  cursor: pointer;
  z-index: 2;
  position: absolute;
  top: 0;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.plus-item .plus-bg {
  width: 100%;
  cursor: pointer;
}

.plus-item .plus {
  width: 40%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: 0.1s ease-in-out;
  cursor: pointer;
}

.plus-item:hover .plus {
  width: 50%;
}


/* Section 1 */
div.section-1 {
  background-color: #e6dfd5;
  text-align: center;
  padding: 30px 0 0 0;
}

.section-1 p {
  font-size: 1rem;
  line-height: 1.65rem;
}

.section-1 .image-section {
  margin-top: -150px;
}

a.find-out {
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
  color: #d31145;
  display: block;
  margin: 15px auto;
  font-size: 1.25rem;
}

.find-out img {
  display: block;
  margin: 0 auto;
  width: 50px;
  transition: margin 0.1s ease-in-out;
}

a.find-out:hover {
  color: #7d0021;
}

/* a.find-out:hover img {
  margin: 5px auto -5px;
} */

/* Section 2 */
/* Blue: #1891ae */
.section-2 {
  color: #0d8499;
  background-color: #c9e7f8;
}


/* Section 3 */
/* Blue: #6a742e */
.section-3 {
  color: #6a742e;
  background-color: #c5cdae;
}
.section-3 .info-item:not(:last-child):after {
  background-color: #6a742e;
}

.recycle img,
.recycle svg {
  width: 65px;
}

.recycle .info-item:nth-child(3) {
  flex: 0.5;
}


/* Section 4 */
/* Blue: #5b314d */
.section-4 {
  color: #5b314d;
  background-color: #e2cad8;
}
.section-4 .info-item:not(:last-child):after {
  background-color: #5b314d;
}
.trophies {
  margin-bottom: 15px;
}
.trophies > img:not(.trophies-svg) {
  width: 40px;
  vertical-align: bottom;
}

.trophies .trophies-svg {
  width: 50%;
}




/* Section 5 */
/* Blue: #a99432 */
.section-5 {
  color: #8e803c;
  background-color: #f3e7c1;
  padding-top: 60px;
}
.section-5 .info-item:not(:last-child):after {
  background-color: #a99432;
}
.section-5 .image-section > .bg {
  margin-top: 60px;
}


/* Section 6 */
/* Blue: #0b6f69 */
.section-6 {
  color: #0b6f69;
  background-color: #c6dede;
  padding-top: 30px;
}
.section-6 .info-item:not(:last-child):after {
  background-color: #0b6f69;
}


/* Section 7 */
.section-7 {
  background-color: #e6dfd5;
  padding-bottom: 400px;
  padding-top: 40px;
}


/* Gallery */
.gallery-overlay {
  width: 100vw;
  height: 100vh;
  position: fixed;
  z-index: 100;
  background-color: rgba(21,22,23,0.9);
}

.gallery {
  position: relative;
  width: 100vw;
  height: 500px;
  top: calc(50% - 50px);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.gallery .left-arrow,
.gallery .right-arrow {
  position: absolute;
  height: 100%;
  width: 150px;
  transition: 0.1s ease-in-out;
  cursor: pointer;
}

/* .gallery .left-arrow > .left,
.gallery .right-arrow > .right {
  width: 30px;
  height: 30px;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  display: block;
  margin: 0 auto;
  position: relative;
  top: calc(50% + 50px);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
} */

.gallery .left-arrow > img,
.gallery .right-arrow > img {
  height: 60px;
  position: relative;
  top: calc(50% + 50px);
  display: block;
  margin: 0 auto;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.gallery .left-arrow {
  left: 0;
  padding-left: 20px;
}

.gallery .left-arrow:hover {
  padding-left: 10px;
}

.gallery .left-arrow > img.left {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  margin-top: -30px;
}

.gallery .right-arrow {
  right: 0;
  padding-right: 20px;
}

.gallery .right-arrow:hover {
  padding-right: 10px;
}

.gallery-frame {
  height: 100%;
  width: calc(100% - 300px);
}

.gallery-item,
.gallery-item .gallery-item-inner {
  width: 100%;
  height: 100%;
  display: block;
  display: flex;
}

.gallery-item .gallery-content {
  flex: 2;
  height: fit-content;
  align-self: center;
  text-align: left;
  padding-right: 50px;
}

.gallery-item .gallery-content * {
  color: inherit;
  text-align: left;
  color: #d3c9b8;
}

.gallery-item .gallery-content h2 {
  font-size: 2.4rem;
  text-transform: initial;
  margin-bottom: 0;
}

.gallery-item .gallery-image {
  flex: 1;
  height: fit-content;
  align-self: center;
  max-height: 400px;
  /* overflow: hidden; */
}

.gallery-item img {
  width: 100%;
  height: auto;
}

.gallery-item .gallery-content p {
  font-size: 1.4rem;
}

.close {
  position: absolute;
  display: block;
  width: 50px;
  height: 50px;
  top: 15px;
  right: 145px;
  z-index: 101;
  text-align: left;
  padding-right: 15px;
  cursor: pointer;
}

.close-inner {
  width: 50px;
  height: 50px;
  position: relative;
  display: inline-block;
  transition: 0.2s ease-in-out;
}

.close .close-inner > div {
  display: block;
  width: 6px;
  height: 50px;
  border-radius: 10px;
  position: absolute;
  left: calc(50% - 3px);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #FFF;
  z-index: 102;
}

.close .close-inner > div:first-child {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.close .close-inner > div:last-child {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.close:hover .close-inner {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.gallery-frame {
  width: calc(100vw - 180px;);
  height: calc(100% - 85px);
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.gallery-frame .gallery-images {
  height: 100%;
  text-align: center;
}

.gallery-frame .gallery-images > img {
  max-width: 100%;
  max-height: 100vh;
  vertical-align: middle;
}


@media only screen and (min-width: 992px) {
  nav.mobile-nav,
  .mobile-nav-body {
    display: none;
  }

  nav.mobile-nav .mobile-nav-top .burger:hover > div {
    background-color: #d31145;
    margin-bottom: 7px;
  }
}

@media only screen and (max-width: 991px) {
  h2 {
    font-size: 2.5rem;
    line-height: 2.25rem;
  }

  hr {
    max-width: 50%;
  }

  h1 {
    font-size: 2rem;
    line-height: 2rem;
    margin-bottom: 15px;
  }
  h1 strong {
    font-size: 3rem;
  }

  nav.desktop-nav {
    display: none;
  }

  .info-section {
    flex-direction: column;
  }

  .info-section .info-item {
    margin-bottom: 30px;
  }

  .info-section .info-item:not(.no-after):after {
    height: 2px;
    width: 200px;
    max-width: 80vw;
    top: calc(100% + 10px);
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .section-1 .image-section {
    margin-top: -40px;
  }

  .section-2,
  .section-3,
  .section-4,
  .section-5,
  .section-6 {
    padding-top: 15px;
  }

  .section-5 .image-section > .bg {
    margin-top: -60px;
  }

  .section-7 {
    padding-top: 25px;
    padding-bottom: 125px;
  }

  .gallery-item .gallery-item-inner {
    flex-direction: column;
  }
  .gallery-item .gallery-item-inner .gallery-content {
    order: 2;
    padding: 0 0 30px 0;
  }

  .gallery-item .gallery-item-inner .gallery-content ul {
    padding-left: 15px;
  }

  .gallery-item .gallery-item-inner .gallery-image {
    order: 1;
    margin-bottom: 15px;
    height: fit-content;
    max-height: fit-content;
    overflow: initial;
  }

  .gallery .left-arrow,
  .gallery .right-arrow {
    width: 60px;
    padding: 0;
    z-index: 150;
  }

  .gallery .right-arrow > img {
    right: 0;
  }

  .gallery .left-arrow > img {
    left: 0;
  }

  .close {
    top: 15px;
    right: 10px;
    z-index: 151;
  }

  .gallery-frame {
    width: calc(100%);
    padding: 0 60px;
    min-height: calc(100% - 85px);
    overflow: scroll;
  }

  .gallery {
    height: 100%;
    top: auto;
    bottom: 0;
    transform: none;
    min-height: 500px;
  }

  .title-svg {
    height: 75px;
  }

  .section-5 .image-section > .bg {
    margin-top: -20px;
  }

  .info-item:first-child {
    margin-left: 0;
  }

  .info-item:last-child {
    margin-right: 0;
  }


}

/* Animated Objects */
.image-section > img.cloud1 {
  left: 0;
  bottom: 35%;
  width: 30%;
  z-index: 0;
  transform: translate3d(5vw, 0px, 0px);
}
.image-section > img.cloud2 {
  left: 0;
  bottom: 45%;
  width: 40%;
  z-index: 0;
  transform: translate3d(3vw, 0px, 0px)
}
.image-section > img.cloud3 {
  width: 30%;
  left: 0;
  bottom: 33%;
  z-index: 0;
  transform: translate3d(65vw, 0px, 0px);
}

.runner1 {
  width: 14vw;
  bottom: 45px;
  left: 12%;
  transform: translate3d(4.89vw, 0px, 0px);
}

.runner2 {
  width: 13vw;
  bottom: 45px;
  left: 14%;
  transform: translate3d(0.51vw, 0px, 0px);
}

.biker {
  width: 21vw;
  bottom: 40px;
  left: 0;
  transform: translate3d(7.08vw, 0px, 0px);
}

.dog {
  width: 18vw;
  bottom: 20px;
  left: 5%;
  transform: translate3d(26.04vw, 0px, 0px);
}

.bird1 {
  width: 7vw;
  top: -42%;
  left: 0;
  transform: translate3d(89.22vw, 0 0);
}

.bird2 {
  width: 7vw;
  top: -12%;
  left: 0;
  transform: translate3d(17.94vw, 0 0);
}

@media only screen and (max-width: 992px) {
.image-section > img.cloud1 {
  left: 0;
  bottom: 35%;
  width: 30%;
  z-index: 0;
  transform: translate3d(5vw, 0px, 0px);
}
.image-section > img.cloud2 {
  left: 0;
  bottom: 45%;
  width: 40%;
  z-index: 0;
  transform: translate3d(29vw, 0px, 0px)
}
.image-section > img.cloud3 {
  width: 30%;
  left: 0;
  bottom: 33%;
  z-index: 0;
  transform: translate3d(65vw, 0px, 0px);
}

.runner1 {
  width: 14vw;
  bottom: 45px;
  left: -30vw;
  transform: translate3d(4.89vw, 0px, 0px);
}

.runner2 {
  width: 13vw;
  bottom: 45px;
  left: -30vw;
  transform: translate3d(0.51vw, 0px, 0px);
}

.biker {
  width: 21vw;
  bottom: 40px;
  left: -30vw;
  transform: translate3d(7.08vw, 0px, 0px);
}

.dog {
  width: 18vw;
  bottom: 20px;
  left: -20vw;
  transform: translate3d(26.04vw, 0px, 0px);
}

.bird1 {
  width: 7vw;
  top: -42%;
  left: 20vw;
  transform: translate3d(89.22vw, 0 0);
}

.bird2 {
  width: 7vw;
  top: -12%;
  left: -20vw;
  transform: translate3d(17.94vw, 0 0);
}
}
