
html, body {
/*
    height: 100%;
    overflow: hidden;
    margin: 0;
*/
}


.content {
  /* display:grid;
  grid-template-columns:1fr 30vw;
    height: 100%;
    justify-items: left; */
    grid-template-columns: 1fr;
    height: inherit;
}
.paddingXXL  {padding: 4vh 10% 50px 10%;}
.paddingXL  {padding: 3vh 8% 40px 8%;}
.paddingL  {padding: 2vh 8% 30px 8%;}
.paddingM  {padding: 1vh 4% 20px 4%;}
.paddingS  {padding: 0.5vh 2% 10px 2%;}
.padding0  {padding: 0}

#left {
    float: left;
    width: 100%;
/*    background: var(--01-lightbrown);*/
    height: 100%;
    overflow: scroll;
    box-sizing: border-box;
  background-size:cover;
  background-position:center;
  background-repeat:no-repeat;
}

#left > h5{
        font-size: 1.3rem;
        }
/*
#left > h6{
    font-family: "Gotham-Book";
        } */

  #right{
    order:1;
    overflow: inherit;
    height:auto;
    float:inherit;
    }

/* #right {
   padding: 3vh 12% 140px 12%;
    float: left;
    width: 100%;
    background: white;
    height: 100%;
    overflow: scroll;
    box-sizing: border-box;
}
*/
video {
    z-index: 999;
  object-fit: cover;
  width: 30vw;
  height: 100vh;
  position: fixed;
  top: 0;
  right: 0;
}

figure{
    display: block;
    margin: 0;
    padding: 0;
        }

.figContainer{
  display:block;
  width:100%;
    padding: 2em 0 1em 0;
}
.figContainerFull{
  display:block;
  width:100%;
    padding: 0em 0 0em 0;
}

.figureImage{
    width: 100%;
    text-indent: 0;
}
img.scaled {
  width: 100%;
}

 #map { position: relative;
     justify-self: center;
     height: 60vh;
     width:100%;
/*     grid-column: 1/9; */
     margin-bottom: 56px;
        }

.marker {
  background-image: url('images/mapbox-icon.png');
  background-size: cover;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  cursor: pointer;

}
.mapboxgl-popup {
  max-width: 600px;
}

.mapboxgl-popup-content {
  text-align: center;
  font-family: 'Open Sans', sans-serif;
    padding: 0;
}

.mapboxgl-popup-content h3{
      padding-top: 6px;
    padding-bottom: 12px;
}

.mapboxgl-popup-content a:link, .mapboxgl-popup-content a:visited, .mapboxgl-popup-content a:focus, .mapboxgl-popup-content a:active{
    text-decoration: none;
    color: var(--04-verydarkbrown);
    font-size: 14px;
    outline: 0px;
    border: 0;
        }

.mapboxgl-popup-content a:hover{
          color: black;
        }

.mapboxgl-popup-close-button {
    position: absolute;
    right: 8px;
    top: 4px;
    font-size: 20px;
/*    color: white;*/
    }

    blockquote {
    font-family: 'Garamond-Premier-Pro-Smbd';
    color: var(--04-verydarkbrown);
    font-size: 1.3rem;
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 40px;
    margin-inline-end: 20px;
    padding-top: 0.25em;
    margin-top: 2em;
    margin-bottom: 2em;
    margin-left: 0;
    overflow-wrap: anywhere;
    padding-left: 23px;
    box-shadow: rgb(22 36 38) 3px 0px 0px 0px inset;
}

.vertical-Image{max-height: 70vh;}

/*---------  SLIDER  --------------------*/
/* Slideshow container */
.blog-slider__container {
  max-width: 100%;
  position: relative;
  margin: auto;
  height: auto;
  /* height: 60vh; */
}
.blog-slider__container .blogSlides img, .blog-slider__container .blogSlides2 img {
  object-fit: cover;
  width: 100%;
  height: auto;
  /* height: 60vh; */
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 0;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Caption text */
.blog-slider__text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.blog-slider__numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.blogSlider__dots {
  text-align: center;
}
.blogSlider__dots--dot, .blogSlider__dots--dot2 {
  cursor: pointer;
  height: 10px;
  width: 10px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active,
.blogSlider__dots--dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}
/*-----------------------------*/



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

  html, body {
    height: inherit;
    overflow: inherit;
    margin: 0px;
    padding: 0px;
    font-size: 82%;

  }

   .content {
      grid-template-columns:1fr;
      height:inherit;
    }
  .vertical-Image{max-height: inherit; width: 100%}

    video {
        z-index: 1;
      object-fit: cover;
      width: 100%;
      height: 100vh;
      position: relative;
      top: inherit;
      right: inherit;
    }



    #left{
    overflow: inherit;
    height:auto;
    float:inherit;
    }

    .blog-slider__container {
      height: auto;
      /* height: 35vh; */
    }
    .blog-slider__container .blogSlides img, .blog-slider__container .blogSlides2 img {
      height: auto;
      /* height: 35vh; */
    }

  }
