
h2{
  font-size: 2rem;
}


h3{
  font-size: 2rem;
}






#hamburger {
  width: 45px;
  height: 35px;
  position: absolute;
  z-index:99;
  right: 20px;
  top: 18px;
  transform: rotate(0deg);
  transition: .5s ease-in-out;
  cursor: pointer;
}

body.mm-wrapper--opened #hamburger {
  right:1px; 
}

#hamburger span {
  display: block;
  position: absolute;
  height: 3px;
  width: 50%;
  background: #fff;
  opacity: 1;
  transform: rotate(0deg);
  transition: .25s ease-in-out;
}

#hamburger span:nth-child(even) {
  left: 50%;
}

#hamburger span:nth-child(odd) {
  left:0px;
}

#hamburger span:nth-child(1), #hamburger span:nth-child(2) {
  top: 5px;
}

#hamburger span:nth-child(3), #hamburger span:nth-child(4) {
  top: 15px;
}

#hamburger span:nth-child(5), #hamburger span:nth-child(6) {
  top: 25px;
}

body.mm-wrapper--opened #hamburger span:nth-child(1),body.mm-wrapper--opened #hamburger span:nth-child(6) {
  transform: rotate(45deg);
}

body.mm-wrapper--opened #hamburger span:nth-child(2),body.mm-wrapper--opened #hamburger span:nth-child(5) {
  transform: rotate(-45deg);
}

body.mm-wrapper--opened #hamburger span:nth-child(1) {
  left: 5px;
  top: 8px;
}

body.mm-wrapper--opened #hamburger span:nth-child(2) {
  left: calc(50% - 5px);
  top: 8px;
}

body.mm-wrapper--opened #hamburger span:nth-child(3) {
  left: -50%;
  opacity: 0;
}

body.mm-wrapper--opened #hamburger span:nth-child(4) {
  left: 100%;
  opacity: 0;
}

body.mm-wrapper--opened #hamburger span:nth-child(5) {
  left: 5px;
  top: 21px;
}

body.mm-wrapper--opened #hamburger span:nth-child(6) {
  left: calc(50% - 5px);
  top: 21px;
}


.mm-navbars--bottom img{
  width: 25px; 
  filter: brightness(0) saturate(100%) invert(100%);
}

.mm-listitem__btn:not(.mm-listitem__text){
  border:0 !important;
}


.container{
  width: 92%;
}


.mobile-gone{
  display:none; 
}

header nav a.right-border{
  border-right:0;
}


.hero-img{
  position:static;
  display:block;
  width:100%;
  aspect-ratio: 16/7;
}
.hero-shape{
  display:none;
}
.hero-mask{
  width :100%; 
}
.hero-mask.no-photo{
  width: 100%;
}


.mobile-vpadded-small{
  padding-top: 25px;
  padding-bottom: 25px; 
}

.button{
  margin-bottom: 10px; 
}



.mobile-grid-span-1 {
  grid-column: span 1;
}
.mobile-grid-span-2 {
  grid-column: span 2;
}
.mobile-grid-span-3 {
  grid-column: span 3;
}
.mobile-grid-span-4 {
  grid-column: span 4;
}
.mobile-grid-span-5 {
  grid-column: span 5;
}
.mobile-grid-span-6 {
  grid-column: span 6;
}


.mountain h4{
  padding: 10px;
  font-size: 1.2rem;
}
.mountain span{
  bottom: 5px;
  right: 5px; 
}


.flex{
  flex-wrap:wrap;
}

.flex .mobile-full{
  width:100%;
  margin-left:0 !important;
  margin-right:0 !important;
}

.mobile-topmargin-small{
  margin-top: 15px;
}


.bg-arrow{
  padding-top: 30px;
  padding-bottom: 30px; 
  margin-right: 15px; 
}

.padded{
  padding: 30px;
}

footer .left-border{
  border-left:0;
  padding-left:0;
  border-top: 1px solid #D8E2E2;
  padding-top: 20px; 
}

.mobile-small-gap{
  gap: 10px; 
}

.mobile-aspect-square{
  aspect-ratio: 1/1;
}
