@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: 30pt;
  margin-top: 0px;
}

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

body {
  background-color: #ffffff;
}

.tourtop {
  color: #000000;
  background-color: #E8E2D1;
  padding: 20px 5px 10px 30px;
  position: absolute;
  top: 0px;
  left: 0px;
  box-sizing: border-box;
  width: 100%;
  margin: 0px 0px 0px 0px;
  overflow: auto;
  height: 250px;
  display: block;
}

.tourcontent {
  color: #000000;
  background-color: #FFFFFF;
  padding: 0px 0px 0px 10px;
  position: absolute;
  top: 0px;
  box-sizing: border-box;
  margin: 250px 0px 0px 0px;
  overflow: auto;
  width: 100%;
}

.tourtable {
  border: 0px;
  cellpadding: 0px; 
  margin: 0;
  align: left;
  height: 1200px;
  width: 950px;
}

.locationListCell {
  color: #000000;
  min-width: 350px;
  vertical-align: middle;
}

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

.locationListCell .ack {
  display:inline-block;
  color: #000000;
  font-family: 'LibreFranklin';
  text-align: center;
  font-size: 9pt;
  margin-top: 30px;
  }

.ack {
  display:inline-block;
  color: #000000;
  font-family: 'LibreFranklin';
  text-align: center;
  font-size: 8.5pt;
  }


.langselector {
  font-family: 'LibreFranklin';
  position: absolute;
  text-align: left;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  font-size: 10pt;
  color: #765e32;
  bottom: 20px;
  }

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

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


.locid {
  font-family: 'CormorantGaramond';
  font-weight: normal;
  font-variant: small-caps;
  color: #000000;
  display: block;
  text-align: left;
  font-style: normal;
  font-size: 20pt;
  width: 350px;
  }

.locid li {
    margin-bottom: 35px;
}


  .locs {
  margin-left: 4px;
  }

  .marker {
    height: 10;
    width: 10; 
    z-index: 100; 
  }

  .hidden {
    display: none; 
  }
  
  /*New styles for image enlargement*/
  #enlarged-image-container {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.7);
      display: none;
      justify-content: center;
      align-items: center;
      z-index: 9999;
      background-size: 100% 100%; 
      background-repeat: no-repeat;
    }
    
    #enlarged-image {
      width: 700px;
      height: 1200px;
      cursor: pointer;
      background-size: 100% 100%; 
      background-repeat: no-repeat;
      z-index: 9999;
    }

    #background-image {
      width: 700px;
      height: 1200px;
      cursor: pointer;
      background-size: 100% 100%; 
      background-repeat: no-repeat;
      background-image:url('Media/Images/San_Pietro_Map_1.jpg');
    }
     /*END New styles for image enlargement */