@font-face {
  font-family: 'CormorantGaramond';
  src: url('Media/Fonts/CormorantGaramond-SemiBold.eot') format('embedded-opentype'), url('Media/Fonts/CormorantGaramond-SemiBold.woff') format('woff'), url('Media/Fonts/CormorantGaramond-SemiBold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'CormorantGaramond';
  src: url('Media/Fonts/CormorantGaramond-Regular.eot') format('embedded-opentype'), url('Media/Fonts/CormorantGaramond-Regular.woff') format('woff'), url('Media/Fonts/CormorantGaramond-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}


@font-face {
  font-family: 'LibreFranklin';
  src: url('Media/Fonts/LibreFranklin-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'LibreFranklin';
  src: url('Media/Fonts/LibreFranklin-SemiBold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}


h1 {
  font-family: 'CormorantGaramond';
  font-weight: bold;
  font-style: normal;
  font-size: 36pt;
}

a {
  color: #000000;
  text-decoration: none;
  }

a:hover {
   color: #765e32;
   text-decoration: underline;
}

a.breadcrumb {
  font-family: 'CormorantGaramond';
  color: #000000;
  text-decoration: none;
}

a.breadcrumb:hover {
   font-family: 'CormorantGaramond';
   color: #765e32;
   text-decoration: underline;
}

body {
  background-color: #E8E2D1;
}

.toursidecol {
  color: #000000;
  background-color: #E8E2D1;
  padding: 30px 15px 10px 30px;
  position: absolute;
  box-sizing: border-box;
  width: 25%;
  min-width: 300px;
  margin: -10px 0px 0px -10px;
  overflow: auto;
  height: 100vh;
}

.tourcontent {
  color: #000000;
  background-color: #FFFFFF;
  padding: 30px 60px;
  position: absolute;
  box-sizing: border-box;
  margin: -15px 0px -15px 25%;
  overflow: auto;
  width: 75%;
  min-width: 600px;
  height: 100vh;
}

.tourtable {
  border: 0px;
  cellpadding: 0px; 
  align: left;
  height: 845px;
}

.locationListCell {
  min-width: 300px; 
  position: relative;
}


.copyright {
  font-family: LibreFranklin;
  position: absolute;
  display: block;
  font-size: 8.5pt;
  bottom: 40px;
  color: #000000;
}

.ack {
  position: sticky;
  color: #000000;
  font-family: LibreFranklin;
  text-align: center;
  max-width: 290px;
  top: 800px;
  font-size: 8.5pt;
  }

.langselector {
  font-family: LibreFranklin;
  text-align: left;
  margin-left: 0px;
  margin-right: 0px;
  font-size: 9.5pt;
  color: #765e32;
  }

.langselector a {
  font-family: LibreFranklin;
  text-align: left;
  font-size: 9.5pt;
  color: #765e32;
}

.selectedlang {
  font-family: LibreFranklin;
  font-size: 9.5pt;
  font-weight: bold;
  color: #765e32;
  }

.locid {
  font-family: 'CormorantGaramond';
  font-weight: normal;
  font-variant: small-caps;
  color: #000000;
  display: block;
  text-align: left;
  font-style: normal;
  font-size: 14.5pt;
  height: auto;
  width: 100%;
  cursor: pointer;
  outline: none;
  position: relative;
  text-transform: uppercase;
  margin-bottom: 20px;
  }

  .bigLocid {
    font-family: 'CormorantGaramond';
    font-weight: normal;
    font-variant: small-caps;
    color: #000000;
    display: block;
    text-align: left;
    font-style: normal;
    font-size: 14.5pt;
    height: 60px;
    width: 100%;
    }

  .biggerLocid {
    font-family: 'CormorantGaramond';
    font-weight: normal;
    font-variant: small-caps;
    color: #000000;
    display: block;
    text-align: left;
    font-style: normal;
    font-size: 14.5pt;
    height: auto;
    width: 100%;
    text-transform: uppercase;
    margin-bottom: 20px;
    }

 .button {
      background-color: #E8E2D1;
      border: none;
      color: white;
      padding: 8px 20px;
      text-align: center;
      border-radius: 8px;
      font-size: 16px;
      font-family: 'CormorantGaramond';
      font-weight: normal;
      font-variant: small-caps;
      margin-left: 15px;
      transition-duration: 1s;
    }
  
 .button:hover {
      background-color: #E8E2D1;
      color: white;
    }
  
 .button:active {
      background-color: #E8E2D1;
      transform: translateY(4px);
    }
  
    /* drop down menu with hotspot list */
    .dropdown {
      position: relative;
      display: block;
    }
    
    .dropdown-content {
      display: none;
      position: absolute;
      font-family: 'CormorantGaramond';
      background-color: #E8E2D1; /* light gold */
      max-width: 300px;
      min-width: 140px;
      /* margin-left: 110px; */
      margin-top: -40px;
      border-color: #765e32;
      border-style: solid;
      border-width: 1px;
      box-shadow: 0px 8px 16px 0px rgba(0.6,0.2,0.2,0.75);
      z-index: 1;
      font-size: 10pt;
      text-align: left;
      left: 100%;
    }

    .dropdown-title {
       color: #000000;
       font-size: 10pt;
       font-family: 'CormorantGaramond';
       font-weight: bold;
       margin-left: 8px;
       padding-top: 10px;
    }
    
    .dropdown-content a {
      color: #000000;
      padding: 5px 30px;
      text-decoration: none;
      font-family: 'CormorantGaramond';
      display: block;
      text-align: left;
    }

    .dropdown-content a:hover {
      color: #765e32;
      padding: 5px 30px;
      text-decoration: underline;
      font-family: 'CormorantGaramond';
      display: block;
      text-align: left;
    }
 
    .locs .dropdown .dropdown-content .saints {
      color: #000000;
      font-size: 10pt;
      text-decoration: none;
      text-align: left;
      padding-left: 30px;
      padding-bottom: 10px;
      padding-top: 20px;
      font-family: 'CormorantGaramond';
    }
 
    .dropdown-content a:hover {
      color: #765e32; 
      text-decoration: underline;
      font-family: 'CormorantGaramond';
    }
    
    .dropdown:hover .dropdown-content {display: block;}
    
    .dropdown:hover .dropbtn {background-color:  #E8E2D1;}  
 
    .dropdownSaints{
      font-size: 16px;
      margin-left: 15px;
      font-family: Times;
      text-align: center;
      margin-left: 10px;
      font-size: 15px;
      font-family: 'CormorantGaramond';
      }
      
     .dropdownSaints a {
        text-decoration: none; /* Remove underline */
        font-family: 'CormorantGaramond';
    }
  
  .hspIndex {
    font-family: 'CormorantGaramond';
    font-weight: normal;
    font-variant: small-caps;
    color: #000000;
    display: block;
    font-style: normal;
    font-size: 13pt;
    height: 5px;
    }


  .locs {
  margin-left: 0px;
  
  }

 .mapLock{
  position: absolute;
  height: 845px;
  width: 545px; 
 }

 .tableLock{
  position: absolute;
  height: 800px;
  width: 350px; 
 }

 .hidden {
  display: none; 
 }

