@font-face {
    font-family: 'Univers LT Std';
    src: url('../fonts/UniversLTStd-UltraCn.woff2') format('woff2'),
        url('../fonts/UniversLTStd-UltraCn.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'ABC Monument Grotesk';
    src: url('../fonts/ABCMonumentGrotesk-Regular.woff2') format('woff2'),
        url('../fonts/ABCMonumentGrotesk-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'ABC Monument Grotesk';
    src: url('../fonts/ABCMonumentGrotesk-Medium.woff2') format('woff2'),
        url('../fonts/ABCMonumentGrotesk-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

html {
  margin: 0;
    height: 100%;
    width:100%;

      /* overflow-x: hidden; */
}



[id] {
  scroll-margin-top: 86px;
}


.team p {
    font-size: 18px;
    line-height: 1.3;

  }

.parallax-section{
  height:60vh;
}


/* body>div {
  overflow-x:hidden;
} */

body{
   font-family: "ABC Monument Grotesk", Arial, sans-serif, serif;
  font-weight:normal;
  position: relative;
  font-size:16px;
  color:#858585;
  margin: 0;
  height:100%;
  width:100%;
  overflow-x: hidden;
  overflow-y: scroll;
}
img{
  max-width: 100%;
}

.topbar.scrolled{
  background:rgba(255,255,255, 0);
  backdrop-filter: blur(5px);

}

.scroll-wrapper { /* grow so we can scroll through effect */
  height: 300vh; /* controls how long the pinned area lasts */
  position: relative;
}

.pinned-hero {
  position: sticky;
  top: 0;
  height: 100vh;
  overflow: hidden;
}



.nav-link {
  text-align: left;
}
.nav-link h4{
  margin-bottom: 10px;
  margin-top: 25px;
}

.nav-link h4, .nav-link h3 {
  color:#858585;
}

/* the background element stretches taller than viewport so it appears to move */
.hero-bg{
  position: absolute;
  inset: 0;
  background-image: url('/img/parallax.jpg');
  background-size: cover;
  background-position: center top;
  transform-origin: center;
  /* make it taller so changing background-position looks like scroll */
  height: 150vh;
  top: -25vh;
  will-change: transform;
  /* optional subtle scale so edges don't show */
  transform: scale(1.05);
}

/* content above background */
.hero-content{
  position: relative;
  z-index: 2;
  display:flex;
  height:100%;
  align-items:center;
  justify-content:center;
  color:white;
  text-align:center;
}
.spacer{ height:200vh; } /* remaining scroll area */

.hero-content{ position: relative; z-index: 2; display:flex; align-items:center; justify-content:center; height:100%; color:white; text-align:center;}

.topbar.scrolled .main-ctas a{
    background:#f1f1f1;
}
.canvas-container{
display:flex;
justify-content:center;
align-items:center;
/* height:100vh; */
width:1200px;
height:800px;


}
  .label {
    position: absolute;
    font: 14px "Courier New", monospace;
    color: #555;
    white-space: nowrap;
    text-align: left;


  }

  #label2{
    color: #555;

  }

  .label div:first-child {
  font-size: 12px;
  color: #888;
}
.label div:last-child {


}

.first-row{
  padding-top:0 !important;
}



h2{
  font-size:36px;
  color:#000;
  margin-bottom: 35px;
    position: relative;
}

h2 span {
  position: absolute;
  color:#858585;
  left: 180px;
  opacity: 0;
  animation: fade 9s infinite;
}

/* stagger the animation for each span */
h2 span:nth-child(1) { animation-delay: 0s; } /* Growth */
h2 span:nth-child(2) { animation-delay: 3s; } /* Change */
h2 span:nth-child(3) { animation-delay: 6s; } /* Focus */

@keyframes fade {
  0%, 20% { opacity: 0; }   /* Start hidden */
  20%, 60% { opacity: 1; }  /* Show quicker, hold shorter */
  60%, 100% { opacity: 0; } /* Fade out earlier */
}



.team img{
  border-radius:5px;
}

.team p{
  font-size:24px;
  color:#858585;
}

.nav-link{
  padding:0 15px;
}

.introduction{
  padding:20px;
}
.accordion{
    background: none;
}

.accordion-item{
    background: none;
    border:0;
}

.accordion-button::after{
  background-image:url(/img/plus.svg);
  width:54px;
  height:54px;
      background-size: contain;
}

.accordion-button:not(.collapsed)::after{
    background-image:url(/img/minus.svg);
}

.accordion-button:not(.collapsed){
  color:#545454;
}

.accordion-button:not(.collapsed){
    box-shadow:none;
}

.accordion-button{
  font-size: 36px;
  padding:30px 0;
  color:#545454;
    background: none;
        border:0;
        border-bottom:2px solid #000;


}

.accordion-button:not(.collapsed){
    background: none;
}

.accordion-button img{
width:30px;
height:30px;
margin-right: 30px;
}

.services{
  background: #F1F1F1;
    padding:50px 20px 150px;
}

.services p{
  font-size:24px;
  color:#8B8B8B
}



.team{
  background: #000000;
  padding:50px 20px 150px;;
}

h3{
  font-size:24px;
}



h4{
  text-transform: uppercase;
       font-family: "IBM Plex Mono", monospace;
           font-size: 12px;
           margin-bottom: 30px;
           font-weight: normal;
}

.team-description{
  padding-top: 25px;
}

p.honours{
  font-size:12px;
  color:#7D7D7D;
}
.coordinates{
  font-size:72px;
  line-height: 1;
    font-family: 'Univers LT Std';
}



.footer-pad{
  padding:0 30px;
  margin-bottom: -150px;
}

.weather-city{
  margin-bottom: 20px;
}

.eapp-weather-detail-locationName{
  margin-left:0  !important;
  color:#858585 !important;
}

.eapp-weather-detail-currentTemp, .eapp-weather-detail-weatherName{
    color:#858585 !important;
}

.eapp-weather-detail-iconBlock svg, .eapp-weather-detail-location svg{
  display:none !important;
}

.eapp-weather-weather-component, .eapp-weather-weather-info{
  width:100% !important;
}

.eapp-weather-detail-iconBlock{
    display:initial  !important;
        align-items: normal  !important;
        margin: 0  !important;
}
.eapp-weather-detail-weatherName{
      justify-content: normal !important;
      position: absolute;
    left: 40px;
    top: 22px;
}

.eapp-weather-detail-component{
  display:initial  !important;
}

.eapp-weather-detail-currentTemp{
  font-weight:normal !important;
  font-size: 13px !important;
}



footer{
  background:#000;
     font-family: "IBM Plex Mono", monospace;
    background-image:url('/img/footer-bg.png');
    background-size: 100% auto;
    background-repeat: no-repeat;
    font-size: 13px;
  overflow: visible;
}




footer .mountains {
  position: sticky;
  bottom: 0;
  width: 100%;
  text-align: center;
  z-index: 9;
}

footer .mountains img {
  width: 100%;
  height: auto;
  display: block;
}

footer .row {
  position: relative;
  z-index: 2;

  padding-top: 100px;
}
.weather-column{
  display: flex;
  height:100%;
flex-direction: column;
}
.weather-locations{
  /* flex-grow: 1 */
  margin-bottom: 125px;
}

.weather-column img{
  max-width:190px;
}

footer a{
text-decoration: underline;
}

.active h4, .active h3, .active p{
  color:#fff !important;
}

.team img{
  opacity:0.6;
}
.active img{
  opacity:1;
}

.team img:hover{
  opacity:1;
}

.contact{
  margin-bottom: 40px;
}

.team-description p{
font-size:18px;
color:#D9D9D9;
}

.team-description a{
  text-transform: uppercase;
       font-family: "IBM Plex Mono", monospace;
           font-size: 16px;


}
.parallax-section {
  position: relative;
  height: 100vh;
  background-image: url('/img/parallax.jpg');
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
}

.parallax-content {
  position: relative;
  height: 100%;
  padding: 20px;
  z-index: 2;
}

.parallax-content p {
  text-transform: uppercase;
  font-family: "IBM Plex Mono", monospace;
  color: #fff;
  margin: 0;
}

.parallax-content .top-left {
  position: absolute;
  left: 35px;
  top: 35px;
}

.parallax-content .top-right {
  position: absolute;
  right: 35px;
  top: 35px;
}

.parallax-content .bottom-left {
  position: absolute;
  left: 35px;
  bottom: 35px;
}

.parallax-content .bottom-right {
  position: absolute;
  right: 35px;
  bottom: 35px;
}




.accordion-collapse p{
    font-size:18px;
    margin-top:35px;
    padding-bottom: 20px;
}

.hero{
  height:100vh;
  background-image:url('/img/hero.jpg');
  background-size:cover;
  background-repeat:no-repeat;
  background-position:center;
  text-align: center;
  color:#fff;
  display: flex;
align-items: center;
justify-content: center;

}
a{
  text-decoration: none;
  color: inherit;
}

.intro-text{
  margin-top: 400px;
}

.intro-text p{
font-size:36px;
color:#686868;
line-height:1.2;
}

.main-menu {
    text-align: center;
  }
    .main-menu ul {
      margin-bottom: 0;
    }

  .main-menu ul li {
    display: inline-block;
    padding-left: 75px;
    padding-right: 75px;
    font-size: 18px;
        text-transform: uppercase;
font-size: 15px;
  }

  .main-menu{
    padding-top: 12px;
  }

    .main-ctas a{
background:#fff;
border-radius: 10px;
padding:7px 16px;
    }

  .main-ctas{
      padding-top: 10px;
    text-align:right;
  }
  .main-menu ul li a{
color:#8B8B8B

  }

    .main-menu ul li a:hover{
color:#545454;
    }

  .main-menu ul li a.active{
color:#545454;



  }

  .nav-link:after{
    content:'';
    background-image:url('/img/team-plus.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    width:25px;
    height:25px;
    position: absolute;
    top:-20px;
    left:-10px;
    opacity: 0;
    transition: all 0.2s;
  }

    .nav-link:hover:after{
opacity: 1;
    }



  .introduction{
    padding-top: 50px;
    padding-bottom: 30px;
      background-image:url('/img/map-bg.png');
      background-repeat: no-repeat;
      background-size: 100% auto;
  }

.topbar {
     font-family: "IBM Plex Mono", monospace;
    position: fixed;
    width: 100%;
    padding:20px;
    background: none;
    z-index:99;
  }

  @media screen and (max-width: 1023px) {
.canvas-container, .main-menu{
  display:none;
}

.parallax-section {
background-attachment: scroll;
}

.parallax-section {

    background-size: auto 100%;
  }

.introduction{
  background-size: cover;
}
.team p {
    font-size: 18px;
  }

.accordion{
  margin-top:30px;
}

.profile-mobile img{
  margin-bottom: 20px;
}

.footer-pad{
  margin-bottom: 0;
}

.team img{
  opacity: 1;
}

footer .mountains{
  position: relative;
}

h2 {
    font-size: 24px;
  }

  .team-profiles{
    display:none;
  }

.accordion-button {
    font-size: 24px;
  }

  .accordion-button::after {
    background-image: url(/img/plus.svg);
    width: 30px;
    height: 30px;
  }

  h2 span{
        left: 120px;
  }

  .accordion-button img {
    width: 20px;
    height: 20px;
    margin-right: 20px;
  }


.coordinates {
    font-size: 54px;
  }

.hero{
  background-size:cover;
}
  }

  @media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        /* max-width: 1400px; */
      }
    }

            @media screen and (max-width: 1199px) {
              .main-menu ul li {
                  display: inline-block;
                  padding-left: 55px;
                  padding-right: 55px;
            }
          }

        @media screen and (min-width: 1024px) {
.team-mobile{
  display:none;
}
        }

    @media screen and (max-width: 767px) {
.introduction{
  padding-left:10px;
  padding-right: 10px;
}


.parallax-section{
  height:500px;
}


.team-mobile{
  padding-top:30px;
}

.profile-mobile img{
  margin-bottom: 20px;
}

.profile-mobile p{
    font-size: 16px;
}

.profile-mobile{
  margin-bottom: 40px;
}

.profile-mobile a{
  text-transform: uppercase;
      font-family: "IBM Plex Mono", monospace;
      font-size: 14px;
}



.weather-locations{
  margin-bottom: 0
}

.weather-city{
display:none;

}

.weather-column img {
    max-width: 170px;

    margin-top: 25px;
  }

.contact {
    margin-bottom: 30px;
    font-size: 12px;
  }
  .accordion-collapse p {

      margin-top: 25px;
      padding-bottom: 10px;
    }

    .accordion-button img {

    margin-right: 15px;
  }

  .accordion-button::after {
    width: 25px;
    height: 25px;
  }
p{
  font-size:14px
}

h4{
 font-size:10px !important;
 margin-bottom: 10px;
}

.team-description p {
    font-size: 14px;
  }

.team {
    background: #000000;
    padding: 30px 10px 40px;
  }

  .footer-pad {
    padding: 0 20px;
}

.topbar {

    padding: 10px;
  }

.services {
    background: #F1F1F1;
    padding: 30px 10px 50px;
  }

footer .row {
    padding-bottom: 50px;
    padding-top: 50px;
  }





  h3 {
    font-size: 20px;
  }

.team-description a{
   font-size:13px !important;
}

.intro-text{
    margin-top: 100px;

  }

  .accordion-button {
    font-size: 20px;
    padding: 20px 0;
    border-bottom: 1px solid #000;
  }

  h2{
    margin-bottom: 20px;
  }

  .services p {
    font-size: 18px;
  }

.intro-text p {
    font-size: 24px;
  }

.hero{
  height:500px;

}

.parallax-content .top-left {
  position: absolute;
  left: 20px;
  top: 20px;
}

.parallax-content .top-right {
  position: absolute;
  right: 20px;
  top: 20px;
}

.parallax-content .bottom-left {
  position: absolute;
  left: 20px;
  bottom: 20px;
}

.introduction{
  padding-top: 30px;
}

.parallax-content .bottom-right {
  position: absolute;
  right: 20px;
  bottom: 20px;
}


    }
