/**site**/

/**Colors**/

:root {
  --dark-red: #800;
  --dark-olive: #3F5248;
  --background: #D0D0D0;
  --black: black;
  --off-yellow: #f6E4AF;
  --light-olive: rgba(152, 168, 135, 0.5);
  --green-gray: rgba(255, 255, 255, 0.5);
  --gray-yellow: rgba(234,237,186, 0.5);
  --light-olive-solid: rgba(152, 168, 135, 1);
  --white: white;
}

html {
  box-sizing: border-box;
  scroll-behavior: smooth;
  background-color: var(--background);
  height: 100vh;
  width: 100vw;
}

a {
  text-decoration: none;
  color: inherit;
}

a:hover {
  color: var(--dark-red);
}

a:active {
  color: var(--dark-red);
}

*, *::before, *::after {
  box-sizing: inherit;
  margin: 0;
  padding: 0;
}

.baseImage {
  background-size: contain;
  background-repeat: no-repeat;
}

.baseImageCircleBig-home{
mix-blend-mode: soft-light;
background-size: contain;
background-repeat: no-repeat;
}

/**Typography -- font sizes are screen-size dependent**/

h1 {
  font-family: "montserrat";
  font-weight: 300;
  white-space: pre;
  text-align: center;
  color: var(--dark-red);
  margin: 0px 0px 0px 0px;
}

h2 {    
  font-family: "oswald";
  font-weight: 400;
  white-space: pre;
  text-align: center;
  justify-content: center;
  color: var(--off-yellow);
  margin: 0px 0px 0px 0px;
  z-index: 40;
}

h3 {
  font-family: "montserrat";
  font-weight: 400;
  white-space: pre;
  text-align: center;
  color: var(--dark-olive);
  margin: 8px 0px 0px 0px;
}

h2.blockTitle {
  font-family: "montserrat";
  font-weight: 400;
  white-space: normal;
  hyphens: auto;
  color: var(--off-yellow);
  text-align: left;
  margin: 8px 8px 8px 10px;
}

h2.blockTitleDark {
  font-family: "montserrat";
  font-weight: 400;
  white-space: normal;
  hyphens: auto;
  color: var(--dark-olive);
  text-align: left;
  margin: 8px 8px 8px 10px;
}

p.blockText {
  font-family: "oswald";
  font-weight: 200;
  hyphens: auto;
  color:var(--white);
  margin: 8px 8px 8px 10px;
}

p.blockTextDark {
  font-family: "oswald";
  font-weight: 200;
  hyphens: auto;
  color: var(--black);
  margin: 8px 8px 8px 10px;
}

p.caption {
  font-family: "oswald";
  font-weight: 200;
  hyphens: auto;
  color: var(--black);
  margin: 16px 12px 8px 12px;
}

.brss {
  font-size: 1.4vw;
  font-weight: 600;
  color: var(--dark-red);
}

.skinny {
  font-weight: 300;
  font-size: 1rem;
}


/**General Layout**/

#container {
  margin: auto;
  overflow-y: scroll;
  overflow-x: hidden;
  scroll-behavior: smooth;
  display: grid;
}

.headline {
background-size: contain;
background-repeat: no-repeat;
z-index: 14;
}

.subHeadline {
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 14;
  }

.textBlock {
background-size: contain;
background-repeat: no-repeat;
background-color: var(--light-olive);
z-index: 14;
}


/**captions**/

.caption {
background-size: contain;
background-repeat: no-repeat;
background-color: var(--green-gray);
padding: 8px;
z-index: 14;
}


  /**CSS for browsers less than 660px **/


@media only screen and (max-width: 660px) {


 /**Typography modified for screensze**/


 h1.mainTitle {
  font-size: 40px;
  font-weight: 600;
  line-height: 40px;
}

h1 {
 font-size: 16px;
}


h2 {    
  font-size: 24px;
  font-weight: 300;
}

h3 {
  font-size: 16px;
  line-height: 15;
}

h2.blockTitle {
  font-size: 16px;
  line-height: 16px;
}

h2.blockTitleDark {
  font-size: 16px;
  line-height: 16px;
}

p.blockText {
  font-size: 14px;
  line-height: 15px;
}

p.blockTextDark {
  font-size: 14px;
  line-height: 15px;
}

p.caption {
  font-size: 12px;
}

.brss {
  font-size: 1.8vw;
}

#container {
    width: 100%;
    max-width: 660px; 
    height: 1920px;
    grid-template-columns: repeat(56, 1fr);   
    grid-template-rows: repeat(100, 1fr);
}

/**Base**/

/**BaseImages**/
  
  #baseImages {
      grid-column-start: 1;
      grid-column-end: span 56;
      grid-row-start: 1;
      grid-row-end: span 100;
      background-color: #D0D0D0;
      display: grid;
      grid-template-columns: repeat(56, 1fr);   
      grid-template-rows: repeat(100, 1fr);
      margin: 0px 0px 0px 0px;
  }

#anasaziHouse {
  grid-column-start: 24;
  grid-column-end: span 33;
  grid-row-start: 38;
  grid-row-end: span 29;
  background-image: url(images-tab/anasaziHouse.png);
  margin: 0px 0px 0px 0px;
  z-index: 4;
}

#calfCreekFalls {
  grid-column-start: 17;
  grid-column-end: span 30;
  grid-row-start: 58;
  grid-row-end: span 29;
  background-image: url(images-tab/calfCreekFalls.png);
  margin: 0px 0px 0px 0px;
  z-index: 6;
}

#imageStrip {
  grid-column-start: 1;
  grid-column-end: span 30;
  grid-row-start: 1;
  grid-row-end: span 88;
  background-image: url(images-tab/imageStrip.png);
  margin: 0px 0px 0px 0px;
}

#bigLogo {
  grid-column-start: 14;
  grid-column-end: span 33;
  grid-row-start: 2;
  grid-row-end: span 29;
  background-image: url(images-ph/bigLogo.png);
  z-index: 10;
  margin: 0px 0px 0px 0px;
}

#smallLogo {
  grid-column-start: 23;
  grid-column-end: span 12;
  grid-row-start: 50;
  grid-row-end: span 12;
  background-image: url(images-ph/smallLogo.svg);
  z-index: 10;
  margin: 0px 0px 0px 0px;
}


  #hamburger {
    grid-column-start: 46;
    grid-column-end: span 2;
    grid-row-start: 1;
    grid-row-end: span 2;
    z-index: 1000;
    margin: 10px 0px 0px 0px;
  }

   /* Dropdown Button */
   .dropbtn {
    background-color:#800;
    opacity: 0;
    padding: 8px;
    border: none;
    cursor: pointer;
    z-index: 1000;
  }
  
  /* Dropdown button on hover & focus */
  .dropbtn:hover, .dropbtn:focus {
    background-color: #800;
    z-index: 1000;
  }
  
  /* The container <div> - needed to position the dropdown content */
  .dropdown {
    position: relative;
    display: inline-block;
    z-index: 1000;
  }
  
  /* Dropdown Content (Hidden by Default) */
  .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 240px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    opacity: .9;
    margin-left: -120px;
    z-index: 1000;
  }
  
  /* Links inside the dropdown */
  .dropdown-content a {
    color: #800;
    font-family: montserrat;
    font-size: .9rem;
    padding: 8px 16px;
    text-decoration: none;
    display: block;
    z-index: 1000;
  }
    
  
  /* Change color of dropdown links on hover */
  .dropdown-content a:hover {background-color: #ddd}
  
  /* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
  .show {
    display: flex;
    flex-direction: column;
    z-index: 1000;
  } 

  #baseText {
    grid-column-start: 1;
    grid-column-end: span 56;
    grid-row-start: 1;
    grid-row-end: span 100;
    z-index: 14;
    display: grid;
    grid-template-columns: repeat(56, 1fr);   
    grid-template-rows: repeat(100, 1fr);
  }


/**Headlines**/

#mainTitle {
  grid-column-start: 9;
  grid-column-end: span 30;
  grid-row-start: 92;
  grid-row-end: span 5;
  z-index: 24;
}

#subTitle {
  grid-column-start: 14;
  grid-column-end: span 22;
  grid-row-start: 96;
  grid-row-end: span 4;
  z-index: 24;
}  

#scrollBox{
  grid-column-start: 18;
  grid-column-end: span 36;
  grid-row-start: 17;
  grid-row-end: span 22;
  margin: 0px 0px 0px 0px;
  -ms-overflow-style: none; 
  scrollbar-width: none; 
  z-index: 16;
  overflow-y: scroll;
  overflow-x: none;
  scroll-behavior: smooth;
  display: flex;
  flex-direction: column;
  } 

/**textBlocks**/

  #baseTextBlock-1 {
    width: 100%;
    background-color: var(--light-olive);
    padding: 20px 10px 20px 10px;
    margin: 0px 0px 0px 0px; 
    z-index: 16;
  }


/**captions**/

  #caption-1 {
    grid-column-start: 22;
    grid-column-end: span 26;
    grid-row-start: 78;
    grid-row-end: span 14;
    margin: 0px 0px 0px 0px;
    padding: 5px 5px 5px 5px;
  }
}


     /**CSS for browsers between 660px and 960px **/


@media only screen and (min-width: 660px) and (max-width: 960px){


   /**Typography modified for screensize**/

    
   h1.mainTitle {
    font-size: 40px;
    font-weight: 600;
    line-height: 40px;
  }

  h1 {
   font-size: 1.9vw;
  }

  h2 {    
    font-size: 30px;
    font-weight: 200;
  }

  h3 {
    font-size: 1vw;
  }

  h2.blockTitle {
    font-size: 2.4vw;
  }

  h2.blockTitleDark {
    font-size: 2.4vw;
    color: #f6E4AF;
  }

  p.blockText {
    font-size: 1.8vw;
  }

  p.blockTextDark {
    font-size: 1.8vw;
  }

  p.caption {
    font-size: 1.4vw;
  }

  .brss {
    font-size: 1.8vw;
  }
  
  #container {
      width: 100%;
      max-width: 960px; 
      height: 1920px;
      grid-template-columns: repeat(56, 1fr);   
      grid-template-rows: repeat(100, 1fr);
  }
  
  /**Base**/
  
  /**BaseImages**/
    
    #baseImages {
        grid-column-start: 1;
        grid-column-end: span 56;
        grid-row-start: 1;
        grid-row-end: span 100;
        background-color: #D0D0D0;
        display: grid;
        grid-template-columns: repeat(56, 1fr);   
        grid-template-rows: repeat(100, 1fr);
        margin: 0px 0px 0px 0px;
    }
  
  #anasaziHouse {
    grid-column-start: 34;
    grid-column-end: span 20;
    grid-row-start: 34;
    grid-row-end: span 20;
    background-image: url(images-tab/anasaziHouse.png);
    margin: 0px 0px 0px 0px;
    z-index: 4;
  }
  
  #calfCreekFalls {
    grid-column-start: 12;
    grid-column-end: span 20;
    grid-row-start: 58;
    grid-row-end: span 20;
    background-image: url(images-tab/calfCreekFalls.png);
    margin: 0px 0px 0px 0px;
    z-index: 6;
  }
  
  #imageStrip {
    grid-column-start: 1;
    grid-column-end: span 30;
    grid-row-start: 1;
    grid-row-end: span 88;
    background-image: url(images-tab/imageStrip.png);
    margin: 0px 0px 0px 0px;
  }
  
  #bigLogo {
    grid-column-start: 14;
    grid-column-end: span 17;
    grid-row-start: 2;
    grid-row-end: span 17;
    background-image: url(images-tab/bigLogo.png);
    z-index: 10;
    margin: 0px 0px 0px 0px;
  }
  
  #smallLogo {
    grid-column-start: 25;
    grid-column-end: span 9;
    grid-row-start: 52;
    grid-row-end: span 9;
    background-image: url(images-tab/smallLogo.svg);
    z-index: 10;
    margin: 0px 0px 0px 0px;
  }
  
  #redDot {
    grid-column-start: 35;
    grid-column-end: span 3;
    grid-row-start: 91;
    grid-row-end: span 3;
    background-image: url(images-tab/reddot.png);
    z-index: 10;
    margin: 0px 0px 0px 0px;
  }
  
    #hamburger {
      grid-column-start: 46;
      grid-column-end: span 2;
      grid-row-start: 1;
      grid-row-end: span 2;
      z-index: 1000;
      margin: 10px 0px 0px 0px;
    }
  
     /* Dropdown Button */
     .dropbtn {
      background-color:#800;
      opacity: 0;
      padding: 8px;
      border: none;
      cursor: pointer;
      z-index: 1000;
    }
    
    /* Dropdown button on hover & focus */
    .dropbtn:hover, .dropbtn:focus {
      background-color: #800;
      z-index: 1000;
    }
    
    /* The container <div> - needed to position the dropdown content */
    .dropdown {
      position: relative;
      display: inline-block;
      z-index: 1000;
    }
    
    /* Dropdown Content (Hidden by Default) */
    .dropdown-content {
      display: none;
      position: absolute;
      background-color: #f1f1f1;
      min-width: 240px;
      box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
      opacity: .9;
      margin-left: -120px;
      z-index: 1000;
    }
    
    /* Links inside the dropdown */
    .dropdown-content a {
      color: #800;
      font-family: montserrat;
      font-size: .9rem;
      padding: 8px 16px;
      text-decoration: none;
      display: block;
      z-index: 1000;
    }
      
    
    /* Change color of dropdown links on hover */
    .dropdown-content a:hover {background-color: #ddd}
    
    /* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
    .show {
      display: flex;
      flex-direction: column;
      z-index: 1000;
    } 
  
    #baseText {
      grid-column-start: 1;
      grid-column-end: span 56;
      grid-row-start: 1;
      grid-row-end: span 100;
      z-index: 14;
      display: grid;
      grid-template-columns: repeat(56, 1fr);   
      grid-template-rows: repeat(100, 1fr);
    }
  
  
  /**Headlines**/
  
  #mainTitle {
    grid-column-start: 9;
    grid-column-end: span 30;
    grid-row-start: 92;
    grid-row-end: span 5;
    z-index: 24;
  }
  
  #subTitle {
    grid-column-start: 13;
    grid-column-end: span 22;
    grid-row-start: 96;
    grid-row-end: span 4;
    z-index: 24;
  }  
  
  #scrollBox{
    grid-column-start: 14;
    grid-column-end: span 40;
    grid-row-start: 17;
    grid-row-end: span 18;
    margin: 0px 0px 0px 0px;
    -ms-overflow-style: none; 
    scrollbar-width: none; 
    z-index: 16;
    overflow-y: scroll;
    overflow-x: none;
    scroll-behavior: smooth;
    display: flex;
    flex-direction: column;
    } 
  
  /**textBlocks**/
  
    #baseTextBlock-1 {
      width: 100%;
      background-color: var(--light-olive);
      padding: 20px 10px 20px 10px;
      margin: 0px 0px 0px 0px; 
      z-index: 16;
    }
  
  
  /**captions**/
  
    #caption-1 {
      grid-column-start: 22;
      grid-column-end: span 26;
      grid-row-start: 78;
      grid-row-end: span 14;
      margin: 0px 0px 0px 0px;
      padding: 5px 5px 5px 5px;
    }
  }
  
   /**CSS for browsers between 960px and 1320px**/


@media only screen and (min-width: 960px) and (max-width: 1320px){

  /**Typography modified for screensze**/

  h1.mainTitle {
    font-size: 2.1vw;
    line-height: 2vw;
    font-weight: 600;
  }

h2 {    
    font-size: 1.7vw;
    line-height: 1.6vw;
  }

h3 {
    font-size: 1.5vw;
  }

  h2.blockTitle {
    font-size: 2.4vw;
    line-height: 2.4vw;
  }

  h2.blockTitleDark {
    font-size: 2.4vw;
    color: #f6E4AF;
    line-height: 2.4vw;
  }

p.blockText {
    font-size: 1.2vw;
    line-height: 1.3vw;
  }

  p.blockTextDark {
    font-size: 1.2vw;
    line-height: 1.3vw;
  }

p.caption {
    font-size: .9vw;
    line-height: 1vw;
  }

.brss {
    font-size: 1.4vw;
  }


  /**Base**/  
  
  #container {
    width: auto;
    max-width: 1320px; 
    height: 100vh;
    grid-template-columns: repeat(100, 1fr);   
    grid-template-rows: repeat(56, 1fr);
    }

/**BaseImages**/

#baseImages {
  grid-column-start: 1;
  grid-column-end: span 100;
  grid-row-start: 1;
  grid-row-end: span 56;
  background-color: #D0D0D0;
  display: grid;
  grid-template-columns: repeat(100, 1fr);   
  grid-template-rows: repeat(56, 1fr);
  margin: 0px 0px 0px 0px;
}
  

#anasaziHouse {
  grid-column-start: 76;
  grid-column-end: span 21;
  grid-row-start: 20;
  grid-row-end: span 21;
  background-image: url(images-ms/anasaziHouse.png);
  margin: 0px 0px 0px 0px;
  z-index: 4;
}

#calfCreekFalls {
  grid-column-start: 2;
  grid-column-end: span 21;
  grid-row-start: 30;
  grid-row-end: span 21;
  background-image: url(images-ms/calfCreekFalls.png);
  margin: 0px 0px 0px 0px;
  z-index: 20;
}

#imageStrip {
  grid-column-start: 1;
  grid-column-end: span 100;
  grid-row-start: 1;
  grid-row-end: span 20;
  background-image: url(images-ms/imageStrip.png);
  margin: 0px 0px 0px 0px;
}

#bigLogo {
  grid-column-start: 35;
  grid-column-end: span 30;
  grid-row-start: 11;
  grid-row-end: span 20;
  background-image: url(images-ms/bigLogo.png);
  z-index: 10;
  margin: 0px 0px 0px 0px;
}

#smallLogo {
  grid-column-start: 88;
  grid-column-end: span 12;
  grid-row-start: 36;
  grid-row-end: span 12;
  background-image: url(images-ms/smallLogo.svg);
  z-index: 10;
  margin: 0px 0px 40px 0px;
}

#hamburger {
  grid-column-start: 82;
  grid-column-end: span 3;
  grid-row-start: 1;
  grid-row-end: span 3;
  z-index: 20;
  margin: 10px 0px 0px 0px;
  z-index: 1000;
}

 /* Dropdown Button */
 .dropbtn {
  background-color:#800;
  opacity: 0;
  padding: 8px;
  border: none;
  cursor: pointer;
  z-index: 1000;
}

/* Dropdown button on hover & focus */
.dropbtn:hover, .dropbtn:focus {
  background-color: #D0D0D0;
  z-index: 1000;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
  z-index: 1000;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 240px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  opacity: .9;
  z-index: 1000;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: #800;
  font-family: montserrat;
  font-size: .9rem;
  padding: 8px 16px;
  text-decoration: none;
  display: block;
  z-index: 1000;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #ddd}

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show {
  display:flex;
  flex-direction: column;
  z-index: 1000;} 

  #baseText {
    grid-column-start: 1;
    grid-column-end: span 100;
    grid-row-start: 1;
    grid-row-end: span 56;
    z-index: 14;
    display: grid;
    grid-template-columns: repeat(100, 1fr);   
    grid-template-rows: repeat(56, 1fr);
  }

/**Headlines**/

#mainTitle {
    grid-column-start: 78;
    grid-column-end: span 19;
    grid-row-start: 46;
    grid-row-end: span 8;
  }
  
  #subTitle {
    grid-column-start: 78;
    grid-column-end: span 19;
    grid-row-start: 51;
    grid-row-end: span 3;
    z-index: 24;
  }

  /**scrollable section with base text**/ 

  #scrollBox{
    grid-column-start: 20;
    grid-column-end: span 60;
    grid-row-start: 32;
    grid-row-end: span 20;
    margin: 0px 0px 0px 0px;
    -ms-overflow-style: none; 
    scrollbar-width: none; 
    z-index: 16;
    overflow-y: scroll;
    overflow-x: none;
    scroll-behavior: smooth;
    display: flex;
    flex-direction: column;
  } 

  /**textBlocks**/

  #baseTextBlock-1 {
    height: auto;
    background-color: rgba(152,168,135, 0.8);
    padding: 40px 20px 20px 40px;
    margin: 0px 30px 30px 0px; 
    z-index: 16;
  }

/**captions**/

  #caption-1 {

    grid-column-start: 4;
    grid-column-end: span 14;
    grid-row-start: 15;
    grid-row-end: span 14;
    padding: 10px 10px 10px 10px;
    margin: 0px 0px 0px 0px;
  }
}

   /**CSS for browsers larger than 1320 px**/


@media only screen and (min-width: 1320px) {

  /**Typography modified for screensze**/

  h1.mainTitle {
    font-size: 2.1vw;
    line-height: 2vw;
    font-weight: 600;
  }

h2 {    
    font-size: 1.7vw;
    line-height: 1.6vw;
  }

h3 {
    font-size: 1.5vw;
  }

  h2.blockTitle {
    font-size: 2.4vw;
    line-height: 2.4vw;
  }

  h2.blockTitleDark {
    font-size: 2.4vw;
    color: #f6E4AF;
    line-height: 2.4vw;
  }

p.blockText {
    font-size: 1.2vw;
    line-height: 1.3vw;
  }

  p.blockTextDark {
    font-size: 1.2vw;
    line-height: 1.3vw;
  }

p.caption {
    font-size: .9vw;
    line-height: 1vw;
  }

.brss {
    font-size: 1.4vw;
  }


  /**Base**/  
  
  #container {
    width: auto;
    max-width: 1920px; 
    height: 100vh;
    grid-template-columns: repeat(100, 1fr);   
    grid-template-rows: repeat(56, 1fr);
    }

/**BaseImages**/

#baseImages {
  grid-column-start: 1;
  grid-column-end: span 100;
  grid-row-start: 1;
  grid-row-end: span 56;
  background-color: #D0D0D0;
  display: grid;
  grid-template-columns: repeat(100, 1fr);   
  grid-template-rows: repeat(56, 1fr);
  margin: 0px 0px 0px 0px;
}
  

#anasaziHouse {
  grid-column-start: 76;
  grid-column-end: span 21;
  grid-row-start: 20;
  grid-row-end: span 21;
  background-image: url(images-ms/anasaziHouse.png);
  margin: 0px 0px 0px 0px;
  z-index: 4;
}

#calfCreekFalls {
  grid-column-start: 2;
  grid-column-end: span 21;
  grid-row-start: 34;
  grid-row-end: span 21;
  background-image: url(images-ms/calfCreekFalls.png);
  margin: 0px 0px 0px 0px;
  z-index: 20;
}

#imageStrip {
  grid-column-start: 1;
  grid-column-end: span 100;
  grid-row-start: 1;
  grid-row-end: span 20;
  background-image: url(images-ms/imageStrip.png);
  margin: 0px 0px 0px 0px;
}

#bigLogo {
  grid-column-start: 35;
  grid-column-end: span 30;
  grid-row-start: 11;
  grid-row-end: span 20;
  background-image: url(images-ms/bigLogo.png);
  z-index: 10;
  margin: 0px 0px 0px 0px;
}

#smallLogo {
  grid-column-start: 88;
  grid-column-end: span 12;
  grid-row-start: 36;
  grid-row-end: span 12;
  background-image: url(images-ms/smallLogo.svg);
  z-index: 10;
  margin: 0px 0px 40px 0px;
}

#hamburger {
  grid-column-start: 82;
  grid-column-end: span 3;
  grid-row-start: 1;
  grid-row-end: span 3;
  z-index: 20;
  margin: 10px 0px 0px 0px;
  z-index: 1000;
}


 /* Dropdown Button */
 .dropbtn {
  background-color:#800;
  opacity: 0;
  padding: 8px;
  border: none;
  cursor: pointer;
  z-index: 1000;
}

/* Dropdown button on hover & focus */
.dropbtn:hover, .dropbtn:focus {
  background-color: #800;
  z-index: 1000;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
  z-index: 1000;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 240px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  opacity: .9;
  z-index: 1000;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: #800;
  font-family: montserrat;
  font-size: .9rem;
  padding: 8px 16px;
  text-decoration: none;
  display: block;
  z-index: 1000;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #ddd}

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show {
  display:flex;
  flex-direction: column;
  z-index: 1000;} 

  #baseText {
    grid-column-start: 1;
    grid-column-end: span 100;
    grid-row-start: 1;
    grid-row-end: span 56;
    z-index: 14;
    display: grid;
    grid-template-columns: repeat(100, 1fr);   
    grid-template-rows: repeat(56, 1fr);
  }

/**Headlines**/

#mainTitle {
    grid-column-start: 78;
    grid-column-end: span 19;
    grid-row-start: 46;
    grid-row-end: span 8;
  }
  
  #subTitle {
    grid-column-start: 78;
    grid-column-end: span 19;
    grid-row-start: 51;
    grid-row-end: span 3;
    z-index: 24;
  }

  /**scrollable section with base text**/ 

  #scrollBox{
    grid-column-start: 20;
    grid-column-end: span 60;
    grid-row-start: 32;
    grid-row-end: span 20;
    margin: 0px 0px 0px 0px;
    -ms-overflow-style: none; 
    scrollbar-width: none; 
    z-index: 16;
    overflow-y: scroll;
    overflow-x: none;
    scroll-behavior: smooth;
    display: flex;
    flex-direction: column;
  } 

  /**textBlocks**/

  #baseTextBlock-1 {
    height: auto;
    background-color: rgba(152,168,135, 0.8);
    padding: 40px 20px 20px 40px;
    margin: 0px 30px 30px 0px; 
    z-index: 16;
  }

/**captions**/

  #caption-1 {

    grid-column-start: 4;
    grid-column-end: span 14;
    grid-row-start: 18;
    grid-row-end: span 14;
    padding: 10px 10px 10px 10px;
    margin: 0px 0px 0px 0px;
  }
}

