/**site**/


html { 
    box-sizing: border-box;
    scroll-behavior: smooth;
    background-color: #2d232c;
}

*, *::before, *::after {
    box-sizing: inherit;
    margin: 0;
    padding: 0;
  } 

  a {
    text-decoration: none;
    color: inherit;
  }

  a:hover {
    color: #800;
  }

  a:active {
    color: #800;
  }




  /**Typography**/

  h1 {
    font-family: "montserrat";
    font-size: 1.9vw;
    font-weight: 900;
    white-space: pre;
    text-align: center;
    line-height: 0.8;
    color: #800;
    margin: 8px 0px 0px 0px;
  }

  h2 {    
    font-family: "montserrat";
    font-size: 1vw;
    font-weight: 100;
    white-space: pre;
    text-align: center;
    line-height: 0.8;
    color: #800;
    margin: 8px 0px 0px 0px;
  }

  h3 {
    font-family: "montserrat";
    font-size: 1vw;
    font-weight: 100;
    white-space: pre;
    text-align: center;
    line-height: 0.8;
    color: #3F5248;
    margin: 8px 0px 0px 0px;
  }

  h2.blockTitle {
    font-size: 1vw;
    font-weight: 100;
    white-space: normal;
    hyphens: auto;
    color: #f6E4AF;
    text-align: left;
    margin: 8px 8px 14px 10px;
  }

  h2.blockTitleDark {
    font-size: 1vw;
    font-weight: 100;
    white-space: normal;
    hyphens: auto;
    color: #3F5248;
    text-align: left;
    margin: 8px 8px 14px 10px;
  }

  p.blockText {
    font-family: "hind";
    font-size: .9vw;
    line-height: 1;
    hyphens: auto;
    color: white;
    margin: 8px 8px 8px 10px;
  }

  p.blockTextDark {
    font-family: "hind";
    font-size: .9vw;
    line-height: 1;
    hyphens: auto;
    color: black;
    margin: 8px 8px 8px 10px;
  }

  p.caption {
    font-family: "hind";
    font-size: .7vw;
    line-height: 1;
    hyphens: auto;
    color: black;
    margin: 16px 12px 8px 12px;
  }

  .brss {
    font-size: 1.4vw;
    font-weight: 600;
    color: #800;
  }

  .script {
    font-family: "yesteryear";
    font-weight: 100;
    color: black;
  }

  .skinny {
    font-size: 1vw;
    font-weight: 100;
  }

   /**CSS for browsers less than 660px**/


   @media only screen and (max-width: 660px) {

    /** Utilities **/
  
    :root {
      --tbwf: 52;
    }

    
  /**Typography modified for screensze**/

  h1 {
    font-size: 2.6vw;
  }

  h2 {    
    font-size: 1.4vw;
  }

  h3 {
    font-size: 1.4vw;
  }

  h2.blockTitle {
    font-size: 3.2vw;

  }

  h2.blockTitleDark {
    font-size: 3.2vw;
  }

  p.blockText {
    font-size: 2.8vw;
  }

  p.blockTextDark {
    font-size: 2.8vw;
  }

  p.caption {
    font-size: 2vw;
  }

  .brss {
    font-size: 3.2vw;
  }

  #wrapper {
    max-width: 660px; 
    margin: auto;
    scroll-behavior: smooth;
    width: 100%;
    height: auto;
}

/**Base**/

/**BaseImages**/

#baseImages {
  width: 100%;
  height: 1400px;
  display: grid;
  grid-template-columns: repeat(96, 1fr);   
  grid-template-rows: repeat(54, 1fr);
  margin: 0px 0px 0px 0px;
}
  
  
#panel1{
  grid-column-start: 1;
  grid-column-end: span 96;
  grid-row-start: 1;
  grid-row-end: span 56;
  background-image: url(images-ph/ph-660.jpg);
  background-size: contain;
  background-repeat: repeat-y;
  z-index: 1;
}

#chaco{
  grid-column-start: 32;
  grid-column-end: span 64;
  grid-row-start: 11;
  grid-row-end: span 31;
  background-image: url(images-ph/chaco.png);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 3;
}

#panel2{
  grid-column-start: 6;
  grid-column-end: span 90;
  grid-row-start: 30;
  grid-row-end: span 60;
  background-image: url(images-ph/landscape.png);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 3;
}
  
  
  #baseImageCircleBig {
    grid-column-start: 19;
    grid-column-end: span 40;
    grid-row-start: 6;
    grid-row-end: span 36;
    background-image: url("images-ph/darkCircle.png");
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 7;
    margin: 0px 0px 0px 0px;
  }
  
  .baseImageCircleBig-home{
    opacity: .4;
  }
  
  #colorCircles {
    grid-column-start: 1;
    grid-column-end: span 60;
    grid-row-start: 6;
    grid-row-end: span 40;
    background-image: url("images-ph/colorcircles.png");
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 6;
  }
  
  #secondCircle {
    grid-column-start: 80;
    grid-column-end: span 20;
    grid-row-start: 36;
    grid-row-end: span 8;
    background-image: url(images-ph/secondCircle.png);
    background-size: cover;
    background-repeat: no-repeat;
    margin: 0px 0px 0px 0px;
    z-index: 6;
  }
  
  #bigLogo {
    grid-column-start: 24;
    grid-column-end: span 50;
    grid-row-start: 1;
    grid-row-end: span 8;
    background-image: url(images-tab/bigLogo.png);
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 10;
    margin: 0px 0px 0px 0px;
  }
  
  #smallLogo {
    grid-column-start: 76;
    grid-column-end: span 10;
    grid-row-start: 46;
    grid-row-end: span 10;
    background-image: url(images-ph/smallLogo.png);
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 20;
    margin: 0px 0px 0px 0px;
  }
  
  #redDot {
    grid-column-start: 86;
    grid-column-end: span 7;
    grid-row-start: 8;
    grid-row-end: span 5;
    background-image: url(images-ph/reddot.png);
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 10;
    margin: 0px 0px 0px 0px;
  }


  #hamburger {
    grid-column-start: 78;
    grid-column-end: span 3;
    grid-row-start: 1;
    grid-row-end: span 3;
    background-size: contain;
    background-repeat: no-repeat;
    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**/
      /**Headlines**/
  
  #baseText {
      grid-column-start: 1;
      grid-column-end: span 96;
      grid-row-start: 1;
      grid-row-end: span 56;
      z-index: 10;
      display: grid;
      grid-template-columns: repeat(96, 1fr);   
      grid-template-rows: repeat(56, 1fr);
    }
  
  #baseTextHeadline-1 {
      grid-column-start: 50;
      grid-column-end: span 42;
      grid-row-start: 9;
      grid-row-end: span 1;
      background-size: contain;
      background-repeat: no-repeat;
      background-color: rgba(255,255,255, 0.5);
      z-index: 300;
    }
  
    /**captions**/
  
    #caption-1 {
      grid-column-start: 16;
      grid-column-end: span 22;
      grid-row-start: 20;
      grid-row-end: span 6;
      background-size: contain;
      background-repeat: no-repeat;
      background-color: rgba(255,255,255, 0.5);
      z-index: 500;
    }

    #caption-1 p {
      font-size: .7rem;
      line-height: .8rem;
      font-family: Arial, Helvetica, sans-serif;
    }

    #caption-2 {
      grid-column-start: 78;
      grid-column-end: span 18;
      grid-row-start: 37;
      grid-row-end: span 7;
      background-size: contain;
      background-repeat: no-repeat;
      background-color: rgba(255,255,255, 0.5);
      z-index: 500;
    }

    #caption-2 p {
      font-size: .7rem;
      line-height: .8rem;
      font-family: Arial, Helvetica, sans-serif;
    }

      /**baseText**/

    #baseText {
      position: absolute;
      width: 70%;
      z-index: 300;
      display: flex;
      flex-direction: column;
      margin: 910px 0px 0px 8%;
    }
    
      /**textBlocks**/
    
      #baseTextBlock-2 {
        height: auto;
        background-size: contain;
        background-repeat: no-repeat;
        background-color: rgba(152,168,135, 0.8);
        padding: 20px 40px 20px 40px;
        margin: 0px 30px 30px 0px; 
      }
    
      #baseTextBlock-2 h2 {
        font-size: 1.6rem;
        line-height: 1rem;
        font-weight: 900;
      }
    
      #baseTextBlock-2 p {
        column-count: 1;
        font-size: .8rem;
        line-height: 1rem;
        font-family: Arial, Helvetica, sans-serif;
      }
    
      #baseTextBlock-3 {
        height: auto;
        background-size: contain;
        background-repeat: no-repeat;
        background-color: rgba(152,168,135, 0.8);
        padding: 20px 40px 20px 40px;
        margin: 0px 30px 30px 0px; 
      }
    
      #baseTextBlock-3 h2 {
        font-size: 1.6rem;
        line-height: 1rem;
        font-weight: 900;
      }
    
      #baseTextBlock-3 p {
        column-count: 1;
        font-size: .8rem;
        line-height: 1rem;
        font-family: Arial, Helvetica, sans-serif;
      }
  }


  

  /**CSS for browsers between 660px and 960px**/


  @media only screen and (max-width: 960px) and (min-width: 660px) {

    /** Utilities **/
  
    :root {
      --tbwf: 52;
    }

    
  /**Typography modified for screensize**/

  h1 {
    font-size: 1.9vw;
  }

  h2 {    
    font-size: 1vw;
  }

  h3 {
    font-size: 1vw;
  }

  h2.blockTitle {
    font-size: 2vw;
  }

  h2.blockTitleDark {
    font-size: 2vw;
  }

  p.blockText {
    font-size: 1.6vw;
  }

  p.blockTextDark {
    font-size: 1.6vw;
  }

  p.caption {
    font-size: 1.4vw;
  }

  .brss {
    font-size: 1.8vw;
  }


  #wrapper {
    max-width: 960px; 
    margin: auto;
    scroll-behavior: smooth;
    width: 100%;
    height: auto;
}

/**Base**/

/**BaseImages**/

#baseImages {
  width: 100%;
  height: 1400px;
  display: grid;
  grid-template-columns: repeat(96, 1fr);   
  grid-template-rows: repeat(54, 1fr);
  margin: 0px 0px 0px 0px;
}
  
#panel1{
  grid-column-start: 1;
  grid-column-end: span 32;
  grid-row-start: 1;
  grid-row-end: span 56;
  background-image: url(images-ls/panel1.png);
  background-size: contain;
  background-repeat: repeat;
  z-index: 4;
}

#chaco{
  grid-column-start: 32;
  grid-column-end: span 64;
  grid-row-start: 1;
  grid-row-end: span 31;
  background-image: url(images-ls/chaco.png);
  background-size: cover;
  background-repeat: no-repeat;
}

#panel2{
  grid-column-start: 33;
  grid-column-end: span 64;
  grid-row-start: 34;
  grid-row-end: span 23;
  background-image: url(images-ls/panel2.png);
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 3;
}
  
  #baseImageCircleBig {
    grid-column-start: 12;
    grid-column-end: span 40;
    grid-row-start: 8;
    grid-row-end: span 36;
    background-image: url("images-tab/darkcircle.png");
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 6;
    margin: 0px 0px 0px 0px;
  }
  
  .baseImageCircleBig-home{
    opacity: .5;
  }

  
  #colorCircles {
    grid-column-start: 1;
    grid-column-end: span 42;
    grid-row-start: 8;
    grid-row-end: span 23;
    background-image: url("images-tab/colorcircles.png");
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 6;
  }
  
  #newColorCircles {
    grid-column-start: 25;
    grid-column-end: span 30;
    grid-row-start: 30;
    grid-row-end: span 38;
    background-image: url(images-tab/newCircles.png);
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 7;
  }
  
  #secondCircle {
    grid-column-start: 82;
    grid-column-end: span 18;
    grid-row-start: 36;
    grid-row-end: span 18;
    background-image: url(images-tab/secondCircle.png);
    background-size: cover;
    background-repeat: no-repeat;
    margin: 0px 0px 0px 0px;
    z-index: 6;
  }
  
  #bigLogo {
    grid-column-start: 37;
    grid-column-end: span 26;
    grid-row-start: 1;
    grid-row-end: span 8;
    background-image: url(images-tab/bigLogo.png);
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 10;
    margin: 0px 0px 0px 0px;
  }
  
  #smallLogo {
    grid-column-start: 74;
    grid-column-end: span 9;
    grid-row-start: 46;
    grid-row-end: span 9;
    background-image: url(images-tab/smallLogo.png);
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 10;
    margin: 0px 0px 0px 0px;
  }
  
  #redDot {
    grid-column-start: 86;
    grid-column-end: span 7;
    grid-row-start: 6;
    grid-row-end: span 5;
    background-image: url(images-tab/reddot.png);
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 10;
    margin: 0px 0px 0px 0px;
  }
  
  
  #hamburger {
    grid-column-start: 86;
    grid-column-end: span 3;
    grid-row-start: 1;
    grid-row-end: span 3;
    background-size: contain;
    background-repeat: no-repeat;
    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;
  } 
  
  

      /**Headlines**/

    #baseTextHeadline-1 {
      grid-column-start: 66;
      grid-column-end: span 22;
      grid-row-start: 8;
      grid-row-end: span 1;
      background-size: contain;
      background-repeat: no-repeat;
      background-color: rgba(255,255,255, 0.5);
    }

    /**captions**/
  
    #caption-1 {
      grid-column-start: 16;
      grid-column-end: span 22;
      grid-row-start: 26;
      grid-row-end: span 3;
      background-size: contain;
      background-repeat: no-repeat;
      background-color: rgba(255,255,255, 0.5);
      z-index: 500;
    }

    #caption-1 p {
      font-size: .7rem;
      line-height: .8rem;
      font-family: Arial, Helvetica, sans-serif;
    }

    #caption-2 {
      grid-column-start: 78;
      grid-column-end: span 14;
      grid-row-start: 42;
      grid-row-end: span 4;
      background-size: contain;
      background-repeat: no-repeat;
      background-color: rgba(255,255,255, 0.5);
      z-index: 500;
    }

    #caption-2 p {
      font-size: .7rem;
      line-height: .8rem;
      font-family: Arial, Helvetica, sans-serif;
    }

      /**baseText**/

    #baseText {
      position: absolute;
      width: 70%;
      z-index: 300;
      margin: 1100px 0px 0px 8%;
    }
    
      /**textBlocks**/
    
      #baseTextBlock-2 {
        height: auto;
        background-size: contain;
        background-repeat: no-repeat;
        background-color: rgba(152,168,135, 0.5);
        padding: 20px 40px 20px 40px;
        margin: 0px 30px 30px 0px; 
      }
    
      #baseTextBlock-2 h2 {
        font-size: 1.6rem;
        line-height: 1rem;
        font-weight: 900;
      }
    
      #baseTextBlock-2 p {
        column-count: 1;
        font-size: .8rem;
        line-height: 1rem;
        font-family: Arial, Helvetica, sans-serif;
      }
    
      #baseTextBlock-3 {
        height: auto;
        background-size: contain;
        background-repeat: no-repeat;
        background-color: rgba(152,168,135, 0.5);
        padding: 20px 40px 20px 40px;
        margin: 0px 30px 30px 0px; 
      }
    
      #baseTextBlock-3 h2 {
        font-size: 1.6rem;
        line-height: 1rem;
        font-weight: 900;
      }
    
      #baseTextBlock-3 p {
        column-count: 1;
        font-size: .8rem;
        line-height: 1rem;
        font-family: Arial, Helvetica, sans-serif;
      }
  }


  

/**CSS for browsers between 960px and 1320 px**/


  @media only screen and (max-width: 1320px) and (min-width: 960px) {

    /** Utilities **/
  
    :root {
      --tbwf: 9;
    }

    
  /**Typography modified for screensize**/

  h1 {
    font-size: 1.9vw;
  }

  h2 {    
    font-size: 1vw;
  }

  h3 {
    font-size: 1vw;
  }

  h2.blockTitle {
    font-size: 1.1vw;
  }

  h2.blockTitleDark {
    font-size: 1.1vw;
  }

  p.blockText {
    font-size: .9vw;
  }

  p.blockTextDark {
    font-size: .9vw;
  }

  p.caption {
    font-size: .8vw;
  }

  .brss {
    font-size: 1.4vw;
  }

  #wrapper {
    max-width: 1320px; 
    margin: auto;
    height: auto;
    scroll-behavior: smooth;
    width: 100%;
    height: auto;
}

/**Base**/

/**BaseImages**/

#baseImages {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(96, 1fr);   
  grid-template-rows: repeat(54, 1fr);
  margin: 0px 0px 0px 0px;
}


#panel1{
grid-column-start: 1;
grid-column-end: span 36;
grid-row-start: 1;
grid-row-end: span 54;
background-image: url(images-ms/panel1.png);
background-size: contain;
background-repeat: repeat-y;
z-index: 4;
}

#chaco{
grid-column-start: 35;
grid-column-end: span 33;
grid-row-start: 1;
grid-row-end: span 54;
background-image: url(images-ls/chaco.png);
background-size: cover;
background-repeat: no-repeat;
}

#panel2{
grid-column-start: 70;
grid-column-end: span 28;
grid-row-start: 2;
grid-row-end: span 54;
background-image: url(images-ms/panel2.png);
background-size: cover;
background-repeat: no-repeat;
z-index: 4;
}

#baseImageCircleBig {
grid-column-start: 4;
grid-column-end: span 39;
grid-row-start: 2;
grid-row-end: span 39;
background-image: url("images-ms/darkCircle.png");
background-size: contain;
background-repeat: no-repeat;
z-index: 2;
margin: 0px 0px 0px 0px;
z-index: 5;
}

.baseImageCircleBig-home{

opacity: .8;
}

#colorCircles {
grid-column-start: 3;
grid-column-end: span 40;
grid-row-start: 10;
grid-row-end: span 38;
background-image: url("images-ms/colorcircles.png");
background-repeat: no-repeat;
background-size: contain;
z-index: 6;
}

#newColorCircles {
grid-column-start: 25;
grid-column-end: span 30;
grid-row-start: 30;
grid-row-end: span 38;
background-image: url(images-ms/newCircles.png);
background-repeat: no-repeat;
background-size: contain;
z-index: 7;
}

#secondCircle {
grid-column-start: 58;
grid-column-end: span 30;
grid-row-start: 23;
grid-row-end: span 30;
background-image: url(images-ms/secondCircle.png);
background-size: contain;
background-repeat: no-repeat;
margin: 0px 0px 0px 0px;
z-index: 5;
opacity: .7;
}

#bigLogo {
grid-column-start: 37;
grid-column-end: span 26;
grid-row-start: 1;
grid-row-end: span 12;
background-image: url(images-ls/bigLogo.png);
background-size: contain;
background-repeat: no-repeat;
z-index: 10;
margin: 0px 0px 0px 0px;
}

#smallLogo {
grid-column-start: 87;
grid-column-end: span 9;
grid-row-start: 44;
grid-row-end: span 9;
background-image: url(images-ms/smallLogo.png);
background-size: contain;
background-repeat: no-repeat;
z-index: 600;
margin: 0px 0px 0px 0px;
}

#redDot {
grid-column-start: 80;
grid-column-end: span 7;
grid-row-start: 13;
grid-row-end: span 5;
background-image: url(images-ms/reddot.png);
background-size: contain;
background-repeat: no-repeat;
z-index: 10;
margin: 0px 0px 0px 0px;
}


#hamburger {
grid-column-start: 82;
grid-column-end: span 3;
grid-row-start: 1;
grid-row-end: span 3;
background-size: contain;
background-repeat: no-repeat;
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;
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;
} 

 /**Headlines**/

#baseTextHeadline-1 {
grid-column-start: 64;
grid-column-end: span 18;
grid-row-start: 16;
grid-row-end: span 2;
background-size: contain;
background-repeat: no-repeat;
background-color: rgba(255,255,255, 0.5);
z-index: 20;
}

/**captions**/

#caption-1 {
grid-column-start: 66;
grid-column-end: span 18;
grid-row-start: 24;
grid-row-end: span 5;
background-size: contain;
background-repeat: no-repeat;
background-color: rgba(255,255,255, 0.5);
z-index: 500;
}

#caption-1 p {
font-size: .7rem;
line-height: .9rem;
font-family: Arial, Helvetica, sans-serif;
}

#caption-2 {
grid-column-start: 88;
grid-column-end: span 8;
grid-row-start: 11;
grid-row-end: span 11;
background-size: contain;
background-repeat: no-repeat;
background-color: rgba(255,255,255, 0.5);
z-index: 500;
}

#caption-2 p {
font-size: .7rem;
line-height: .9rem;
font-family: Arial, Helvetica, sans-serif;
}

/**baseText**/

#baseText {
position: absolute;
width: 84%;
z-index: 300;
margin: 0px 0px 0px 6%;
display: flex;
flex-direction: row;
justify-content: space-between;
}

/**textBlocks**/


#baseTextBlock-2 {
  max-width: 640px;
  height: auto;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: rgba(152,168,135, 0.5);
  padding: 20px 40px 20px 40px;
  margin: 380px 20px 20px 0px; 
}

#baseTextBlock-2 h2 {
  font-size: 1.4rem;
  line-height: 1.4rem;
  font-weight: 900;
}

#baseTextBlock-2 p {
  column-count: 2;
  font-size: .9rem;
  line-height: 1rem;
  font-family: Arial, Helvetica, sans-serif;
}

#baseTextBlock-3 {
  max-width: 560px;
  height: auto;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: rgba(152,168,135, 0.5);
  padding: 20px 40px 20px 40px;
  margin: 700px 20px 20px 0px; 
}

#baseTextBlock-3 h2 {
  font-size: 1.4rem;
  line-height: 1.4rem;
  font-weight: 900;
}

#baseTextBlock-3 p {
  column-count: 2;
  font-size: .9rem;
  line-height: 1rem;
  font-family: Arial, Helvetica, sans-serif;
}
  }
  
   /**CSS for browsers larger than 1320 px**/


@media only screen and (min-width: 1320px) {

  /** Utilities **/

  :root {
    --tbwf: 9;
  }

  #wrapper {
      max-width: 1920px; 
      margin: auto;
      height: auto;
      scroll-behavior: smooth;
      width: 100%;
      height: auto;
}

/**Base**/

/**BaseImages**/

#baseImages {
    width: 100%;
    height: 800px;
    display: grid;
    grid-template-columns: repeat(96, 1fr);   
    grid-template-rows: repeat(54, 1fr);
    margin: 0px 0px 0px 0px;
}


#panel1{
  grid-column-start: 1;
  grid-column-end: span 36;
  grid-row-start: 1;
  grid-row-end: span 54;
  background-image: url(images-ls/panel1.png);
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 4;
}

#chaco{
  grid-column-start: 35;
  grid-column-end: span 33;
  grid-row-start: 1;
  grid-row-end: span 54;
  background-image: url(images-ls/chaco.png);
  background-size: cover;
  background-repeat: no-repeat;
}

#panel2{
  grid-column-start: 70;
  grid-column-end: span 28;
  grid-row-start: 2;
  grid-row-end: span 54;
  background-image: url(images-ls/panel2.png);
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 4;
}

#baseImageCircleBig {
  grid-column-start: 4;
  grid-column-end: span 39;
  grid-row-start: 2;
  grid-row-end: span 39;
  background-image: url("images-ls/darkCircle.png");
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 2;
  margin: 0px 0px 0px 0px;
  z-index: 5;
}

.baseImageCircleBig-home{
  
  opacity: .8;
}

#colorCircles {
  grid-column-start: 3;
  grid-column-end: span 40;
  grid-row-start: 10;
  grid-row-end: span 38;
  background-image: url("images-ls/colorcircles.png");
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 6;
}

#newColorCircles {
  grid-column-start: 25;
  grid-column-end: span 30;
  grid-row-start: 30;
  grid-row-end: span 38;
  background-image: url(images-ls/newCircles.png);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 7;
}

#secondCircle {
  grid-column-start: 58;
  grid-column-end: span 30;
  grid-row-start: 23;
  grid-row-end: span 30;
  background-image: url(images-ls/secondCircle.png);
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0px 0px 0px 0px;
  z-index: 5;
  opacity: .7;
}

#bigLogo {
  grid-column-start: 37;
  grid-column-end: span 26;
  grid-row-start: 1;
  grid-row-end: span 12;
  background-image: url(images-ls/bigLogo.png);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 10;
  margin: 0px 0px 0px 0px;
}

#smallLogo {
  grid-column-start: 13;
  grid-column-end: span 9;
  grid-row-start: 44;
  grid-row-end: span 9;
  background-image: url(images-ls/smallLogo.png);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 600;
  margin: 0px 0px 30px 0px;
}

#redDot {
  grid-column-start: 80;
  grid-column-end: span 7;
  grid-row-start: 13;
  grid-row-end: span 5;
  background-image: url(images-ls/reddot.png);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 10;
  margin: 0px 0px 0px 0px;
}


#hamburger {
  grid-column-start: 82;
  grid-column-end: span 3;
  grid-row-start: 1;
  grid-row-end: span 3;
  background-size: contain;
  background-repeat: no-repeat;
  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;
  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;
} 

   /**Headlines**/

#baseTextHeadline-1 {
  grid-column-start: 64;
  grid-column-end: span 18;
  grid-row-start: 16;
  grid-row-end: span 2;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: rgba(255,255,255, 0.5);
  z-index: 20;
}

/**captions**/

#caption-1 {
  grid-column-start: 26;
  grid-column-end: span 12;
  grid-row-start: 42;
  grid-row-end: span 6;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: rgba(255,255,255, 0.5);
  z-index: 500;
}

#caption-1 p {
  font-size: .7rem;
  line-height: .9rem;
  font-family: Arial, Helvetica, sans-serif;
}

#caption-2 {
  grid-column-start: 88;
  grid-column-end: span 8;
  grid-row-start: 13;
  grid-row-end: span 8;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: rgba(255,255,255, 0.5);
  z-index: 500;
}

#caption-2 p {
  font-size: .7rem;
  line-height: .9rem;
  font-family: Arial, Helvetica, sans-serif;
}

 /**baseText**/

#baseText {
position: absolute;
width: 84%;
z-index: 300;
margin: 0px 0px 0px 6%;
display: flex;
flex-direction: row;
justify-content: space-between;
}

  /**textBlocks**/

  
  #baseTextBlock-2 {
    max-width: 640px;
    height: auto;
    background-size: contain;
    background-repeat: no-repeat;
    background-color: rgba(152,168,135, 0.5);
    padding: 20px 40px 20px 40px;
    margin: 200px 20px 20px 0px; 
  }

  #baseTextBlock-2 h2 {
    font-size: 1.4rem;
    line-height: 1.4rem;
    font-weight: 900;
  }

  #baseTextBlock-2 p {
    column-count: 2;
    font-size: .9rem;
    line-height: 1rem;
    font-family: Arial, Helvetica, sans-serif;
  }

  #baseTextBlock-3 {
    max-width: 640px;
    height: auto;
    background-size: contain;
    background-repeat: no-repeat;
    background-color: rgba(152,168,135, 0.5);
    padding: 20px 40px 20px 40px;
    margin: 400px 20px 20px 0px; 
  }

  #baseTextBlock-3 h2 {
    font-size: 1.4rem;
    line-height: 1.4rem;
    font-weight: 900;
  }

  #baseTextBlock-3 p {
    column-count: 2;
    font-size: .9rem;
    line-height: 1rem;
    font-family: Arial, Helvetica, sans-serif;
  }
}

