@font-face {
  font-family: 'openSans';
  src: url("fonts/OpenSans-Regular-webfont.woff") format("woff");
}

@font-face {
  font-family: 'openSans';
  src: url("fonts/OpenSans-Bold-webfont.woff") format("woff");
  font-weight: bold;
}

@font-face {
  font-family: 'openSans';
  src: url("fonts/OpenSans-Italic-webfont.woff") format("woff");
  font-style: italic;
}

@font-face {
  font-family: 'openSans';
  src: url("fonts/OpenSans-BoldItalic-webfont.woff") format("woff");
  font-weight: bold;
  font-style: italic;
}

html, body {
  margin: 0;
  height: 100vh;
  width: 100vw;
  font-family: 'openSans', sans-serif;
  font-size: 16px;
}

.cont, #container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 5px;
  width: 90vw;
  margin-left: 5vw;
  margin-right: auto;
  padding-top: 3vh;
}

.largePhotoContainer {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 2;
}

#openseadragonContainer {
  width: 80%;
  height: 80%;
}

.flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.imgDiv {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 300px;
  padding: 10px;
  border: 1px solid #9797e5;
  border-radius: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.imgContainer {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-bottom: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

img {
  max-width: 100%;
  max-height: 100%;
}

.iconsDiv {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 4vh;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.imgLink {
  height: 4vh;
}

.iconImg {
  width: auto;
  height: 100%;
  cursor: pointer;
}

.bold {
  font-weight: bold;
}

.ital {
  font-style: italic;
}

.justified {
  text-align: justify !important;
}

.infoDiv {
  display: none;
}
/*# sourceMappingURL=photolib.css.map */