/*!
 * PROJECT'S STYLES by Germs
 */
@font-face {
  font-family: "TypoldRegular";
  src: url(../fonts/TypoldRegular/font.woff2) format("woff2"), url(../fonts/TypoldRegular/font.woff) format("woff"); }

@font-face {
  font-family: "TypoldBold";
  src: url(../fonts/TypoldBold/font.woff2) format("woff2"), url(../fonts/TypoldBold/font.woff) format("woff"); }

body {
  padding-top: 80px; }

p, a {
  font-family: TypoldRegular; }

h1, h2, h3, h4, h5, h6 {
  font-family: TypoldBold; }

.bg {
  background: url(../img/bg.jpg) no-repeat center center;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  padding-bottom: 50px;
  position: fixed;
  height: 100vh;
  width: 100vw;
  z-index: -1; }

.main-wrapper {
  padding-bottom: 50px; }

.container-wider {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 1200px) {
    .container-wider {
      max-width: 1640px; } }

.navbar {
  text-transform: uppercase;
  font-weight: bold; }
  .navbar h1 {
    margin: 0; }
  .navbar a {
    padding: 10px; }
  @media screen and (max-width: 600px) {
    .navbar a {
      -webkit-box-ordinal-group: 2;
              order: 1;
      font-size: 12px; } }

.navbar-brand img {
  max-width: 300px; }

@media screen and (max-width: 600px) {
  .navbar-brand img {
    max-width: 100%; } }

.navbar-toggler {
  color: #fff;
  border-radius: 0; }
  .navbar-toggler:focus {
    outline: none; }

.navbar-nav .nav-item {
  padding: 10px; }

@media (min-width: 1200px) {
  .navbar-nav {
    padding-bottom: 0; } }

@media (min-width: 768px) {
  .animate {
    animation-duration: 0.3s;
    -webkit-animation-duration: 0.3s;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both; } }

@keyframes slideIn {
  0% {
    -webkit-transform: translateY(1rem);
            transform: translateY(1rem);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0rem);
            transform: translateY(0rem);
    opacity: 1; }
  0% {
    -webkit-transform: translateY(1rem);
            transform: translateY(1rem);
    opacity: 0; } }

@-webkit-keyframes slideIn {
  0% {
    -webkit-transform: transform;
    -webkit-opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
    -webkit-opacity: 1; }
  0% {
    -webkit-transform: translateY(1rem);
    -webkit-opacity: 0; } }

.slideIn {
  -webkit-animation-name: slideIn;
  animation-name: slideIn; }

footer {
  padding-top: 20px;
  padding-bottom: 40px;
  background-color: #000; }
  footer .backtotop-wrapper {
    padding-bottom: 30px;
    text-align: center; }
  footer .email-wrapper {
    padding-top: 30px; }
  footer .btn-back-to-top {
    border-radius: 100px;
    background: #fff;
    color: #000;
    padding: 10px 12px; }
  footer .trashsure-wrapper {
    margin-top: 15px;
    margin-bottom: 15px; }
    footer .trashsure-wrapper img {
      max-width: 300px; }
      @media (max-width: 600px) {
        footer .trashsure-wrapper img {
          max-width: 50%; } }
  footer .text-wrapper {
    font-family: TypoldRegular;
    margin-bottom: 5px; }
  footer .partner-wrapper {
    font-size: 14px;
    margin-top: 15px;
    margin-bottom: 15px; }
    footer .partner-wrapper .content-wrapper {
      padding-right: 40px; }
      @media screen and (max-width: 600px) {
        footer .partner-wrapper .content-wrapper {
          padding-right: 10px; }
          footer .partner-wrapper .content-wrapper img {
            max-width: 100px; } }
    footer .partner-wrapper img {
      height: 50px; }
  footer .socialmedia-wrapper {
    padding-top: 30px; }
    footer .socialmedia-wrapper .content-wrapper {
      padding-right: 15px;
      display: inline-block; }
    footer .socialmedia-wrapper img {
      width: 38px; }
  footer .nav-bottom-wrapper {
    padding-top: 50px;
    margin-left: -15px;
    text-transform: uppercase;
    font-size: 14px; }
    @media screen and (max-width: 600px) {
      footer .nav-bottom-wrapper .nav {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
                flex-direction: column; } }
  footer .copyright-wrapper {
    font-size: 14px;
    padding-top: 50px;
    padding-bottom: 8px;
    line-height: 24px;
    font-family: TypoldRegular; }
  footer .contact-wrapper {
    font-family: TypoldRegular; }

.lets-connect span {
  color: black;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  background-color: white;
  border-radius: 10px 10px 0px 0px;
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
  -webkit-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
  padding: 9px 13px;
  position: fixed;
  right: 0;
  top: 30%;
  z-index: 1; }

.carousel-control-prev,
.carousel-control-next {
  background: rgba(0, 0, 0, 0.8);
  top: 30%;
  bottom: auto;
  padding: 20px;
  border-color: transparent;
  border-radius: 100px; }
  @media (min-width: 992px) {
    .carousel-control-prev,
    .carousel-control-next {
      top: 50%; } }

.modal-header {
  border-bottom-color: transparent; }
  .modal-header .close {
    border-radius: 100px;
    background: #fff;
    padding: 5px 10px 7px;
    opacity: 1; }
    .modal-header .close:not(:disabled):not(.disabled):hover, .modal-header .close:not(:disabled):not(.disabled):focus {
      opacity: 1; }

button:hover, button:focus {
  outline: none; }

.navigation-button {
  position: absolute;
  bottom: 0; }
  .navigation-button .prev-button, .navigation-button .next-button {
    display: inline-block; }
  .navigation-button .btn-prev, .navigation-button .btn-next {
    width: 30px;
    height: 30px;
    background-color: #FFF;
    border-radius: 100px;
    text-align: center;
    color: black; }

.carousel-home {
  padding-top: 50px; }
  @media screen and (max-width: 1200px) {
    .carousel-home .navigation-button {
      position: relative;
      text-align: center;
      margin-top: 30px; } }
  .carousel-home .navigation-button .btn-prev, .carousel-home .navigation-button .btn-next {
    border: 0; }
  .carousel-home .navigation-button .btn-prev:hover {
    background-color: transparent;
    color: white;
    border: 1px solid white;
    -webkit-transition: 0.3s;
    transition: 0.3s; }
  .carousel-home .navigation-button .btn-next:hover {
    background-color: transparent;
    color: white;
    border: 1px solid white;
    -webkit-transition: 0.3s;
    transition: 0.3s; }
  .carousel-home .text-wrapper {
    padding: 0px 20px 0px 20px;
    height: 100%; }
    .carousel-home .text-wrapper h2 {
      text-transform: uppercase;
      font-weight: 700;
      margin-bottom: 10px; }
    .carousel-home .text-wrapper h3 {
      font-size: 16px;
      text-transform: uppercase;
      font-weight: 400; }
    .carousel-home .text-wrapper .bold {
      font-family: TypoldBold;
      text-transform: uppercase; }
    .carousel-home .text-wrapper .state {
      text-transform: uppercase; }
    @media screen and (max-width: 576px) {
      .carousel-home .text-wrapper h2 {
        font-size: 28px; } }
  .carousel-home .cta-wrapper {
    padding-top: 40px;
    text-transform: uppercase;
    font-weight: 700; }
    .carousel-home .cta-wrapper a {
      position: relative;
      line-height: 12px;
      height: 16px;
      display: block; }
    .carousel-home .cta-wrapper i {
      font-size: 16px;
      padding-left: 5px; }
    @media screen and (max-width: 992px) {
      .carousel-home .cta-wrapper {
        padding-top: 20px; } }
  @media (min-width: 992px) {
    .carousel-home .content-wrapper {
      display: -webkit-box;
      display: flex; }
    .carousel-home .img-wrapper {
      width: 40%;
      min-width: 40%; }
    .carousel-home .text-wrapper {
      display: -webkit-box;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
              flex-direction: column;
      -webkit-box-pack: center;
              justify-content: center; } }
  @media screen and (max-width: 1200px) {
    .carousel-home .my-row {
      height: auto; }
    .carousel-home img {
      height: auto; } }
  @media screen and (min-width: 1601px) {
    .carousel-home .my-row {
      height: auto; }
    .carousel-home img {
      height: auto; } }
  @media (min-width: 1200px) and (max-width: 1600px) {
    .carousel-home .my-row {
      height: 700px; }
    .carousel-home img {
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; } }

.visit-sculpture-page {
  padding-top: 50px; }
  .visit-sculpture-page h2 {
    font-size: 42px;
    font-weight: 700;
    text-transform: uppercase; }
    .visit-sculpture-page h2 span {
      text-transform: lowercase; }
  @media (min-width: 992px) {
    .visit-sculpture-page .title-wrapper {
      padding-left: 15px;
      padding-right: 15px;
      max-width: 1260px; }
    .visit-sculpture-page h2 {
      font-size: 85px;
      margin-bottom: 20px; }
    .visit-sculpture-page p {
      max-width: 62vw;
      margin-top: 36px; } }
  @media screen and (max-width: 576px) {
    .visit-sculpture-page h2 {
      font-size: 30px;
      margin-bottom: 20px; } }
  .visit-sculpture-page .video-wrapper {
    width: 100%;
    max-width: 850px;
    margin: 0 auto;
    display: block; }
    .visit-sculpture-page .video-wrapper iframe {
      border: none; }

.countdown-wrapper {
  padding-top: 50px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  text-transform: uppercase; }
  .countdown-wrapper .title {
    font-size: 45px;
    font-weight: 700;
    font-family: TypoldBold; }
  .countdown-wrapper .content-wrapper {
    font-family: TypoldBold; }
  .countdown-wrapper .value {
    font-size: 42px; }
  .countdown-wrapper .label {
    font-size: 18px;
    font-family: TypoldRegular; }

.map-wrapper {
  text-align: center;
  padding-top: 50px; }
  .map-wrapper iframe {
    width: 100%;
    height: 400px; }
  @media (min-width: 992px) {
    .map-wrapper iframe {
      width: 80%;
      height: 700px; } }

.accordion-wrapper {
  margin-top: 35px;
  color: black;
  margin-bottom: 35px; }
  .accordion-wrapper .title-wrapper h2 {
    font-size: 26px;
    color: white; }
  .accordion-wrapper #accordion:first-child {
    border-top: 1px solid #FFF; }
  .accordion-wrapper img {
    width: 120px;
    max-width: 100%;
    display: block;
    margin: 0 auto; }
  .accordion-wrapper .fa-ul {
    margin-left: 1.5em; }
  .accordion-wrapper h1 {
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 700; }
  .accordion-wrapper h5 {
    font-size: 14px;
    font-weight: 700; }
  .accordion-wrapper .card {
    background-color: transparent;
    border-radius: 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    position: relative;
    margin-bottom: 1px;
    border: none;
    border-bottom: 1px solid #FFF; }
  .accordion-wrapper .card-header:first-child {
    border-radius: 0; }
  .accordion-wrapper .card-header {
    background-color: transparent;
    margin-bottom: 0;
    padding: 20px 1.25rem;
    border: none; }
  .accordion-wrapper .card-header a i {
    display: inline-block;
    font-size: 25px;
    color: #FFF; }
  .accordion-wrapper .card-header i {
    float: right;
    font-size: 20px;
    color: #FFF;
    width: 1%;
    margin-right: 10px; }
  .accordion-wrapper .card-header a {
    width: 100%;
    float: left;
    color: #FFF; }
  .accordion-wrapper .card-header p {
    margin: 0; }
  .accordion-wrapper .card-header h3 {
    margin: 0;
    font-size: 20px;
    font-family: TypoldRegular;
    color: #FFF;
    text-transform: uppercase;
    display: inline-block; }
  .accordion-wrapper .card-block {
    -webkit-box-flex: 1;
            flex: 1 1 auto;
    padding: 20px;
    color: #FFF;
    box-shadow: inset 0px 4px 5px rgba(0, 0, 0, 0.1);
    border-radius: 0; }
  @media screen and (min-width: 992px) {
    .accordion-wrapper {
      padding-left: 130px;
      padding-right: 130px; } }

.meet-bordalo-ii-page .masthead {
  background: url(../img/meet-bordalo-ii/masthead.jpg) no-repeat center center;
  background-size: cover;
  height: 600px;
  margin-left: -15px;
  margin-right: -15px; }
  @media (min-width: 992px) {
    .meet-bordalo-ii-page .masthead {
      height: 900px; } }

.meet-bordalo-ii-page .who-is-bordalo {
  padding-top: 50px; }
  .meet-bordalo-ii-page .who-is-bordalo h2 {
    font-weight: 700;
    font-size: 36px;
    text-transform: uppercase;
    padding-bottom: 20px; }

.meet-bordalo-ii-page .bordalo-signature {
  padding-top: 50px;
  padding-bottom: 50px; }
  .meet-bordalo-ii-page .bordalo-signature h3 {
    font-weight: 700;
    font-size: 30px;
    text-indent: -15px;
    padding-left: 15px; }
  .meet-bordalo-ii-page .bordalo-signature img {
    max-width: 300px; }

.meet-bordalo-ii-page .bordalo-installations {
  padding-top: 50px;
  text-align: center; }
  .meet-bordalo-ii-page .bordalo-installations h3 {
    font-weight: 700;
    font-size: 36px;
    padding-bottom: 20px; }
  .meet-bordalo-ii-page .bordalo-installations img {
    max-width: 300px; }
  @media (min-width: 768px) {
    .meet-bordalo-ii-page .bordalo-installations img {
      max-width: 100%; } }

.installation-modal .modal-body {
  padding-bottom: 30px; }

.installation-modal h4 {
  padding-top: 20px;
  font-size: 36px;
  font-weight: 700; }

.meet-bordalo-ii-testing-page .masthead {
  background: url(../img/meet-bordalo-ii/masthead.jpg) no-repeat center center;
  background-size: cover;
  height: 600px;
  margin-left: -15px;
  margin-right: -15px; }
  @media (min-width: 992px) {
    .meet-bordalo-ii-testing-page .masthead {
      height: 900px; } }

.meet-bordalo-ii-testing-page .who-is-bordalo {
  padding-top: 50px; }
  .meet-bordalo-ii-testing-page .who-is-bordalo h2 {
    font-weight: 700;
    font-size: 36px;
    text-transform: uppercase;
    padding-bottom: 20px; }
  @media screen and (max-width: 768px) {
    .meet-bordalo-ii-testing-page .who-is-bordalo h2 {
      font-size: 28px; } }

.meet-bordalo-ii-testing-page .bordalo-signature {
  padding-top: 50px;
  padding-bottom: 50px; }
  .meet-bordalo-ii-testing-page .bordalo-signature h3 {
    font-weight: 700;
    font-size: 30px;
    text-indent: -15px;
    padding-left: 15px;
    margin-bottom: 15px; }
  .meet-bordalo-ii-testing-page .bordalo-signature img {
    max-width: 300px; }
  @media screen and (max-width: 768px) {
    .meet-bordalo-ii-testing-page .bordalo-signature h3 {
      font-size: 28px; } }

.meet-bordalo-ii-testing-page .bordalo-installations {
  padding-top: 50px;
  text-align: center; }
  .meet-bordalo-ii-testing-page .bordalo-installations h3 {
    font-weight: 700;
    font-size: 36px;
    padding-bottom: 20px; }
  .meet-bordalo-ii-testing-page .bordalo-installations img {
    max-width: 300px; }
  .meet-bordalo-ii-testing-page .bordalo-installations .content {
    position: relative;
    width: 90%;
    margin: auto;
    overflow: hidden; }
    .meet-bordalo-ii-testing-page .bordalo-installations .content img {
      max-width: 300px; }
    .meet-bordalo-ii-testing-page .bordalo-installations .content .content-title {
      padding-bottom: 0 !important; }
  .meet-bordalo-ii-testing-page .bordalo-installations .content .content-overlay {
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    height: 100%;
    width: 300px;
    margin: 0 auto;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s; }
  .meet-bordalo-ii-testing-page .bordalo-installations .content:hover .content-overlay {
    opacity: 1; }
  .meet-bordalo-ii-testing-page .bordalo-installations .content-image {
    width: 100%; }
  .meet-bordalo-ii-testing-page .bordalo-installations img {
    box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.1);
    border-radius: 5px; }
  .meet-bordalo-ii-testing-page .bordalo-installations .content-details {
    position: absolute;
    text-align: center;
    padding-left: 1em;
    padding-right: 1em;
    width: 300px;
    top: 50%;
    left: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s; }
  .meet-bordalo-ii-testing-page .bordalo-installations .content:hover .content-details {
    top: 50%;
    left: 50%;
    opacity: 1; }
  .meet-bordalo-ii-testing-page .bordalo-installations .content-details h3 {
    color: #fff;
    font-weight: 700;
    margin-bottom: 0.5em;
    text-transform: uppercase;
    font-size: 20px;
    text-align: center; }
  .meet-bordalo-ii-testing-page .bordalo-installations .content-details p {
    color: #fff;
    font-size: 0.8em; }
  .meet-bordalo-ii-testing-page .bordalo-installations .fadeIn-bottom {
    top: 80%; }
  @media (min-width: 768px) {
    .meet-bordalo-ii-testing-page .bordalo-installations img {
      max-width: 100%; } }
  @media screen and (max-width: 768px) {
    .meet-bordalo-ii-testing-page .bordalo-installations h3 {
      font-size: 28px; } }

.installation-modal .modal-body {
  padding-bottom: 30px; }

.installation-modal h4 {
  padding-top: 20px;
  font-size: 30px;
  font-weight: 700; }

.installation-modal h5 {
  font-size: 18px; }

.installation-modal p {
  font-size: 14px; }

.lets-connect-page {
  margin-left: -15px;
  margin-right: -15px;
  padding-right: 15px;
  padding-left: 15px;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000;
  color: #FFF;
  font-weight: 500; }
  .lets-connect-page .btn {
    border-radius: 0px;
    padding: 10px 20px;
    font-size: 14px;
    color: #3E3E3E;
    text-transform: uppercase;
    letter-spacing: 0.3px; }
  .lets-connect-page .form-control {
    background-color: transparent;
    border-radius: 0;
    color: #FFF; }

.partner-page {
  padding-top: 50px; }
  .partner-page .firstsection h1 {
    text-align: left;
    font-weight: bold; }
  .partner-page .firstsection img {
    max-width: 318px; }
  .partner-page .secondsection h1 {
    text-align: center;
    font-weight: bold;
    margin-bottom: 15px; }
  .partner-page .secondsection img {
    height: 118px; }

.our-campaign-page .masthead-wrapper {
  display: -webkit-box;
  display: flex;
  background: url(../img/our-campaign/masthead.jpg) no-repeat center center;
  background-size: cover;
  min-height: 780px; }
  @media screen and (max-width: 768px) {
    .our-campaign-page .masthead-wrapper {
      min-height: 500px; } }
  @media screen and (max-width: 500px) {
    .our-campaign-page .masthead-wrapper {
      background-position: -400px; } }

.our-campaign-page .masthead-wrapper .my-row {
  height: 800px;
  padding-bottom: 150px; }

.our-campaign-page .masthead-wrapper h2 {
  font-size: 40px;
  font-weight: bold;
  text-indent: -18px; }

.our-campaign-page .masthead-wrapper h6 {
  font-size: 16px;
  font-family: TypoldBold; }
  .our-campaign-page .masthead-wrapper h6 span {
    font-family: TypoldRegular; }

@media (max-width: 768px) {
  .our-campaign-page .masthead-wrapper h2 {
    text-indent: 0;
    font-size: 28px; } }

.our-campaign-page .global-efforts-wrapper img {
  max-width: 100px; }

.our-campaign-page .global-efforts-wrapper .content-paragraph {
  font-size: 21px;
  text-align: center; }

.our-campaign-page .won-wrapper .title {
  font-size: 48px;
  text-align: center;
  font-weight: bold; }

.our-campaign-page .won-wrapper h2 {
  font-size: 30px;
  font-weight: bold;
  text-indent: -18px; }

.our-campaign-page .won-wrapper h6 {
  font-size: 16px;
  font-family: TypoldBold; }
  .our-campaign-page .won-wrapper h6 span {
    font-family: TypoldRegular; }

.our-campaign-page .won-wrapper .cta-wrapper {
  padding-top: 40px;
  text-transform: uppercase;
  font-weight: 700; }
  .our-campaign-page .won-wrapper .cta-wrapper a {
    position: relative;
    line-height: 12px;
    height: 16px;
    display: block; }
  .our-campaign-page .won-wrapper .cta-wrapper i {
    font-size: 16px;
    padding-left: 5px; }

@media (max-width: 768px) {
  .our-campaign-page .won-wrapper h2 {
    margin-top: 20px;
    text-indent: 0px; }
  .our-campaign-page .won-wrapper .cta-wrapper {
    padding-top: 20px;
    padding-bottom: 20px; } }

@media (max-width: 576px) {
  .our-campaign-page .won-wrapper h2 {
    font-size: 24px;
    text-indent: 0px; }
  .our-campaign-page .won-wrapper h6 {
    font-size: 14px; } }

.our-campaign-page .carousel-ourcampaign .carousel-inner {
  padding: 20px 135px 20px 135px; }

@media (max-width: 576px) {
  .our-campaign-page .carousel-ourcampaign .carousel-inner {
    padding: 0; } }

.our-campaign-page .devastating-title {
  text-align: center;
  margin-bottom: 20px; }
  .our-campaign-page .devastating-title h1 {
    font-size: 36px; }

.our-campaign-page .owl-carousel-ourcampaign-wrapper {
  padding-left: 15px;
  padding-right: 15px; }
  .our-campaign-page .owl-carousel-ourcampaign-wrapper .text-wrapper {
    margin-top: 15px; }
  .our-campaign-page .owl-carousel-ourcampaign-wrapper .item {
    width: 500px; }
  @media screen and (max-width: 600px) {
    .our-campaign-page .owl-carousel-ourcampaign-wrapper .item {
      width: 100%; } }

.carousel-climate-crisis .carousel-item {
  height: 100vh; }
  @media screen and (max-width: 768px) {
    .carousel-climate-crisis .carousel-item {
      height: 700px; } }

.carousel-climate-crisis .navigation-button {
  text-align: center;
  width: 100%;
  bottom: 6em; }
  .carousel-climate-crisis .navigation-button .btn-prev, .carousel-climate-crisis .navigation-button .btn-next {
    width: 30px;
    height: 30px;
    margin: 0 3px;
    background-color: transparent;
    border: 1px solid #FFF;
    text-align: center;
    color: #FFF; }
  .carousel-climate-crisis .navigation-button .btn-prev:hover {
    background-color: #FFF;
    color: black;
    -webkit-transition: 0.3s;
    transition: 0.3s; }
  .carousel-climate-crisis .navigation-button .btn-next:hover {
    background-color: #FFF;
    color: black;
    -webkit-transition: 0.3s;
    transition: 0.3s; }
  @media screen and (max-width: 768px) {
    .carousel-climate-crisis .navigation-button {
      padding-bottom: 10px; } }
  @media screen and (max-width: 350px) {
    .carousel-climate-crisis .navigation-button {
      bottom: 2em; } }

.carousel-climate-crisis .first-slide-wrapper {
  display: -webkit-box;
  display: flex;
  background-image: url(../img/climate-crisis/masthead.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 100vh; }
  .carousel-climate-crisis .first-slide-wrapper .first-row {
    margin-top: -9em; }
  .carousel-climate-crisis .first-slide-wrapper .title-wrapper {
    padding-right: 80px;
    padding-left: 80px; }
    .carousel-climate-crisis .first-slide-wrapper .title-wrapper h1 {
      font-size: 85px;
      font-weight: bold;
      text-transform: uppercase;
      margin-bottom: 25px; }
  .carousel-climate-crisis .first-slide-wrapper .text-wrapper {
    padding-right: 80px;
    padding-left: 80px; }
    .carousel-climate-crisis .first-slide-wrapper .text-wrapper h2 {
      font-size: 19px;
      font-weight: bold;
      text-transform: uppercase; }
  @media screen and (max-width: 992px) {
    .carousel-climate-crisis .first-slide-wrapper .text-wrapper h2 {
      font-size: 14px; }
    .carousel-climate-crisis .first-slide-wrapper .title-wrapper h1 {
      font-size: 51px; } }
  @media (min-width: 768px) and (max-width: 835px) {
    .carousel-climate-crisis .first-slide-wrapper .title-wrapper h1 {
      font-size: 42px; } }
  @media screen and (max-width: 768px) {
    .carousel-climate-crisis .first-slide-wrapper {
      height: 700px; }
      .carousel-climate-crisis .first-slide-wrapper .text-wrapper {
        padding-left: 70px;
        padding-right: 70px; }
        .carousel-climate-crisis .first-slide-wrapper .text-wrapper h2 {
          font-size: 17px; }
      .carousel-climate-crisis .first-slide-wrapper .title-wrapper {
        padding-left: 70px;
        padding-right: 70px; }
        .carousel-climate-crisis .first-slide-wrapper .title-wrapper h1 {
          font-size: 28px; } }
  @media screen and (max-width: 576px) {
    .carousel-climate-crisis .first-slide-wrapper .text-wrapper {
      padding-right: 20px;
      padding-left: 20px; }
      .carousel-climate-crisis .first-slide-wrapper .text-wrapper h2 {
        font-size: 13px; }
    .carousel-climate-crisis .first-slide-wrapper .title-wrapper {
      padding-right: 20px;
      padding-left: 20px; }
      .carousel-climate-crisis .first-slide-wrapper .title-wrapper h1 {
        font-size: 21px; }
    .carousel-climate-crisis .first-slide-wrapper .first-row {
      margin-top: -6em; } }
  @media screen and (max-width: 350px) {
    .carousel-climate-crisis .first-slide-wrapper .first-row {
      margin-top: -4em; } }

.carousel-climate-crisis .text-wrapper h2 {
  text-transform: uppercase;
  font-weight: 700; }

.carousel-climate-crisis .text-wrapper h3 {
  font-size: 16px;
  padding-top: 20px;
  padding-bottom: 40px;
  text-transform: uppercase;
  font-weight: 400; }

.carousel-climate-crisis .cta-wrapper {
  padding-top: 40px;
  text-transform: uppercase;
  font-weight: 700; }
  .carousel-climate-crisis .cta-wrapper a {
    position: relative; }
  .carousel-climate-crisis .cta-wrapper i {
    position: absolute;
    top: 0;
    font-size: 18px;
    padding-left: 5px; }

@media (max-width: 768px) {
  .carousel-climate-crisis .content-wrapper {
    padding-left: 0; }
  .carousel-climate-crisis img {
    height: 300px; }
  .carousel-climate-crisis .text-wrapper {
    padding-top: 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-pack: center;
            justify-content: center; }
    .carousel-climate-crisis .text-wrapper h2 {
      font-size: 22px; } }

@media (min-width: 768px) and (max-width: 950px) {
  .carousel-climate-crisis .text-wrapper h2 {
    font-size: 26px; } }

@media (min-width: 300px) and (max-width: 500px) {
  .carousel-climate-crisis img {
    height: auto; } }

.carousel-climate-crisis .my-row {
  height: 100vh;
  margin-top: -3em; }
  @media screen and (max-width: 768px) {
    .carousel-climate-crisis .my-row {
      height: 700px; } }

.how-can-we-do-our-part-page .masthead-wrapper {
  display: -webkit-box;
  display: flex;
  background: url(../img/how-can-we-do-our-part/masthead.jpg) no-repeat;
  background-size: cover;
  height: 750px; }
  @media screen and (max-width: 1200px) {
    .how-can-we-do-our-part-page .masthead-wrapper {
      background-position: center center; } }
  @media screen and (min-width: 1200px) {
    .how-can-we-do-our-part-page .masthead-wrapper {
      height: 850px; } }
  .how-can-we-do-our-part-page .masthead-wrapper .text-wrapper {
    text-align: justify; }
  @media (max-width: 768px) {
    .how-can-we-do-our-part-page .masthead-wrapper {
      height: 600px;
      background-position: -120px; } }

.how-can-we-do-our-part-page .my-row {
  height: 750px; }
  @media screen and (min-width: 1200px) {
    .how-can-we-do-our-part-page .my-row {
      height: 850px; } }
  @media (max-width: 768px) {
    .how-can-we-do-our-part-page .my-row {
      height: 600px;
      padding-bottom: 5rem; } }

.saveourplanet-wrapper {
  padding-top: 35px; }
  .saveourplanet-wrapper h1 {
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase; }
  .saveourplanet-wrapper h2 {
    font-size: 22px;
    margin-bottom: 20px;
    text-transform: uppercase; }
  .saveourplanet-wrapper img {
    width: 98px;
    max-width: 100%;
    margin-bottom: 35px; }
  .saveourplanet-wrapper .title {
    margin-bottom: 20px; }

.trsh-page-wrapper {
  height: 100vh;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center; }
  .trsh-page-wrapper .my-row {
    height: 400px; }
  .trsh-page-wrapper #fly-in {
    font-size: 35px;
    font-weight: 700;
    text-transform: uppercase; }
    .trsh-page-wrapper #fly-in img {
      width: 100%; }
    .trsh-page-wrapper #fly-in .bordalo-signature {
      width: 100%;
      max-width: 300px;
      margin: 0 auto;
      display: block; }
      @media screen and (max-width: 576px) {
        .trsh-page-wrapper #fly-in .bordalo-signature {
          max-width: 150px; } }
    .trsh-page-wrapper #fly-in .partnersImage {
      width: 100%;
      max-width: 150px;
      margin: 0 auto;
      display: inline-block; }
    .trsh-page-wrapper #fly-in .enter-button {
      border: 1px solid rgba(255, 255, 255, 0.5);
      padding: 5px 15px;
      display: -webkit-box;
      display: flex;
      -webkit-box-pack: center;
              justify-content: center;
      -webkit-box-align: center;
              align-items: center;
      width: 110px;
      margin: 0 auto;
      margin-top: 35px; }
      .trsh-page-wrapper #fly-in .enter-button a {
        display: block;
        height: 23px;
        line-height: 20px;
        font-family: TypoldRegular; }
    .trsh-page-wrapper #fly-in h1 {
      font-size: 24px;
      font-weight: 700;
      margin: 0; }
    .trsh-page-wrapper #fly-in span:hover {
      border-color: #FFF;
      -webkit-transition: 1s;
      transition: 1s; }
  .trsh-page-wrapper #fly-in span {
    display: block;
    font-size: 24px;
    font-weight: 700;
    opacity: 1;
    font-family: TypoldBold; }
  .trsh-page-wrapper #fly-in .flyin {
    position: fixed;
    opacity: 0;
    left: 10vw;
    width: 80vw;
    -webkit-animation: switch 32s cubic-bezier(0.65, 0.05, 0.36, 1);
            animation: switch 32s cubic-bezier(0.65, 0.05, 0.36, 1); }
  .trsh-page-wrapper #fly-in:first-child {
    margin-top: -25px; }
  .trsh-page-wrapper #fly-in div:nth-child(2) {
    -webkit-animation-delay: 4s;
            animation-delay: 4s; }
  .trsh-page-wrapper #fly-in div:nth-child(3) {
    -webkit-animation-delay: 8s;
            animation-delay: 8s; }
  .trsh-page-wrapper #fly-in div:nth-child(4) {
    -webkit-animation: image-out 2s 12s ease-in forwards;
            animation: image-out 2s 12s ease-in forwards;
    margin-top: -35vh; }
    @media screen and (max-width: 1600px) {
      .trsh-page-wrapper #fly-in div:nth-child(4) {
        margin-top: -35vh; } }
    @media screen and (max-width: 1000px) {
      .trsh-page-wrapper #fly-in div:nth-child(4) {
        margin-top: -15vh; } }
    @media screen and (max-width: 575px) {
      .trsh-page-wrapper #fly-in div:nth-child(4) {
        margin-top: -10vh; } }
    .trsh-page-wrapper #fly-in div:nth-child(4) .partner-wrapper {
      margin-top: 20px;
      -webkit-animation: image-out 2s 12s ease-in forwards;
              animation: image-out 2s 12s ease-in forwards; }
      .trsh-page-wrapper #fly-in div:nth-child(4) .partner-wrapper h6 {
        font-size: 14px;
        text-transform: capitalize;
        margin: 0; }

@-webkit-keyframes switch {
  0% {
    opacity: 0;
    -webkit-transform: scale(12);
            transform: scale(12); }
  3% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); }
  10% {
    opacity: 1; }
  12% {
    opacity: 0; }
  100% {
    opacity: 0; } }

@keyframes switch {
  0% {
    opacity: 0;
    -webkit-transform: scale(12);
            transform: scale(12); }
  3% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); }
  10% {
    opacity: 1; }
  12% {
    opacity: 0; }
  100% {
    opacity: 0; } }

@-webkit-keyframes image-out {
  100% {
    opacity: 1; } }

@keyframes image-out {
  100% {
    opacity: 1; } }
