.navbar .dropdown-toggle, .navbar .dropdown-menu a {
    cursor: pointer;
}

.navbar .dropdown-item.active, .navbar .dropdown-item:active {
    color: inherit;
    text-decoration: none;
    background-color: inherit;
}

.navbar .dropdown-item:focus, .navbar .dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa;
}

body {
	color: #000000;
	background: #ffffff;
}

a {
	text-decoration : underline;
	color: #0000ff;
}

.article-background {
  margin-left: auto;
  margin-right: auto;
  background-color: white;
  padding: 2em 2em 0.5em;
}
img.noborder {
  margin-left: auto;
  margin-right: auto;
  box-shadow: none;
  display: block;
  /* Will not centre unless this is added */
}
#article-content {
  padding-right: 2%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  font-weight: normal;
  width: 100%;
}
#article-content #article-content-internal {
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 1em;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
#article-content #article-content-internal .img-with-text {
  float: right;
}
#article-content #article-content-internal .img-with-text .img-with-text-img {
  float: right;
  width: 40%;
  margin-left: 0.5em;
  margin-bottom: 0.5em;
}
#article-content #article-content-internal .article-img {
  margin-left: auto;
  margin-right: auto;
  background-color: white;
  padding: 2em 2em 0.5em;
  object-fit: contain;
  width: 100%;
}
#article-content #article-content-internal .article-img-label {
  background-color: white;
  padding: 0 2em 2em;
  box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.8);
  width: 100%;
}
#article-content #article-content-internal .article-content-internal-img {
  width: 100%;
}
#article-content #article-content-internal div[id^='page'] {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  background-color: white;
  padding: 2em 2em 0.5em;
  box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.8);
}
#article-content #article-content-internal div[id^='page'] .articletitle {
  text-align: center;
}
#article-content #article-content-internal div[id^='page'] .alignLeft {
  text-align: left;
}
#article-content #article-content-internal div[id^='page'] .alignCenter {
  text-align: center;
}
#article-content #article-content-internal div[id^='page'] .alignRight {
  text-align: right;
}
#article-content #article-content-internal div[id^='page'] .doubleSpaceBot {
  padding-bottom: 2em;
}
#article-content #article-content-internal div[id^='page'] .doubleSpaceTop {
  padding-top: 2em;
}
#article-content #article-content-internal div[id^='page'] .nodent {
  text-indent: 0 !important;
}
#article-content #article-content-internal div[id^='page'] .underline {
  text-decoration: underline;
}
#article-content #article-content-internal div[id^='page'] .plain {
  text-decoration: none !important;
}
#article-content #article-content-internal div[id^='page'] .bold {
  font-weight: bold;
}
#article-content #article-content-internal div[id^='page'] .italic {
  font-style: italic;
}
#article-content #article-content-internal div[id^='page'] .lower-alpha-list {
  list-style-type: lower-alpha;
}
#article-content #article-content-internal div[id^='page'] .bracketed-lower-alpha-list {
  counter-reset: list;
  list-style-type: none;
}
#article-content #article-content-internal div[id^='page'] .bracketed-lower-alpha-list > li {
  list-style: none;
}
#article-content #article-content-internal div[id^='page'] .bracketed-lower-alpha-list > li::before {
  content: counter(list, lower-alpha) ") ";
  counter-increment: list;
}
#article-content #article-content-internal div[id^='page'] .row {
  display: flex;
}
#article-content #article-content-internal div[id^='page'] .column {
  flex: 50%;
}
#article-content #article-content-internal div[id^='page'] .copyright {
  font-size: small;
  font-style: italic;
  text-align: right;
}
#article-content #article-content-internal div[id^='page'] img {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
#article-content #article-content-internal div[id^='page'] .dash-list {
  list-style-type: '- ';
  padding-left: 0.75em;
}
#article-content #article-content-internal div[id^='page'] .square-list {
  list-style-type: square;
}
#article-content #article-content-internal div[id^='page'] p {
  text-indent: 3em;
}
#article-content #article-content-internal div[id^='page'] p .ref {
  font-size: smaller;
}
#article-content #article-content-internal div[id^='page'] p.refNote {
  text-indent: 0 !important;
  font-size: smaller;
}
#article-content #article-content-internal div[id^='page'] .solid-rule {
  width: 100%;
  border: 1px solid;
}
#article-content #article-content-internal .lady-troy-table {
  text-align: left;
  border-style: none;
  box-shadow: none;
  margin-left: auto;
  margin-right: auto;
}
#article-content #article-content-internal .lady-troy-table th {
  padding-right: 10px;
  padding-left: 10px;
  text-align: left;
  border-style: none;
}
#article-content #article-content-internal .lady-troy-table tr {
  background: #ffffff;
}
#article-content #article-content-internal .lady-troy-table tr td {
  padding-right: 10px;
  padding-left: 10px;
  text-align: left;
  border-style: none;
}
#article-content #article-content-internal .lady-troy-table tr td.twocol {
  padding: "10px";
  colspan: "2";
}
#article-content #article-content-internal-footer {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
#article-content #article-content-internal-footer #article-nav-prev {
  margin-right: 0.3em;
}
#article-content #article-content-internal-footer #article-nav-prev img {
  width: 40px;
}
#article-content #article-content-internal-footer #article-nav-return {
  margin-left: 0.4em;
  margin-right: 0.2em;
}
#article-content #article-content-internal-footer #article-nav-return img {
  width: 40px;
}
#article-content #article-content-internal-footer #article-nav-next {
  margin-left: 0.3em;
}
#article-content #article-content-internal-footer #article-nav-next img {
  width: 40px;
}


@font-face {
  font-family: blackchancery;
  src: url('/fonts/black-chancery.ttf');
}
@font-face {
  font-family: almendra;
  src: url('/fonts/Almendra-Regular.ttf');
}
@font-face {
  font-family: charakterny;
  src: url('/fonts/Charakterny.otf');
}
@font-face {
  font-family: medieval-sharp;
  src: url('/fonts/MedievalSharp.ttf');
}
@font-face {
  font-family: oldania;
  src: url('/fonts/OldaniaADFStd-Regular.otf');
}
@font-face {
  font-family: texgyrechorus;
  src: url('/fonts/texgyrechorus-mediumitalic.otf');
}
@font-face {
  font-family: dsgabriele;
  src: url('/fonts/DSGabriele.ttf');
}
h1 {
  font-size: 3.5rem;
}
@media only screen and (max-width: 768px) {
  h1 {
    font-size: 7.29166667vw;
  }
}
@media only screen and (max-width: 438.85714286px) {
  h1 {
    font-size: 2rem;
  }
}
h2 {
  font-size: 2.5rem;
}
@media only screen and (max-width: 768px) {
  h2 {
    font-size: 5.20833333vw;
  }
}
@media only screen and (max-width: 537.6px) {
  h2 {
    font-size: 1.75rem;
  }
}
h3 {
  font-size: 2rem;
}
@media only screen and (max-width: 768px) {
  h3 {
    font-size: 4.16666667vw;
  }
}
@media only screen and (max-width: 576px) {
  h3 {
    font-size: 1.5rem;
  }
}
h4 {
  font-size: 1.75rem;
}
@media only screen and (max-width: 768px) {
  h4 {
    font-size: 3.64583333vw;
  }
}
@media only screen and (max-width: 548.57142857px) {
  h4 {
    font-size: 1.25rem;
  }
}
h5 {
  font-size: 1.5rem;
}
@media only screen and (max-width: 768px) {
  h5 {
    font-size: 3.125vw;
  }
}
@media only screen and (max-width: 512px) {
  h5 {
    font-size: 1rem;
  }
}
p {
  font-size: 1.5rem;
}
@media only screen and (max-width: 768px) {
  p {
    font-size: 3.125vw;
  }
}
@media only screen and (max-width: 512px) {
  p {
    font-size: 1rem;
  }
}
li {
  font-size: 1.5rem;
}
@media only screen and (max-width: 768px) {
  li {
    font-size: 3.125vw;
  }
}
@media only screen and (max-width: 512px) {
  li {
    font-size: 1rem;
  }
}
.undecoratedLink {
  border-style: none;
  border: 0 none;
  text-decoration: none;
}
.contentPadding {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
.contentWidth {
  width: 100%;
  padding-right: 2%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.centreContainer {
  margin-left: auto;
  margin-right: auto;
}
html {
  height: 100%;
}
html body {
  margin: 0;
  padding: 0;
  background-position: center top;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-color: #ddd3cf !important;
  min-height: 100%;
  display: flex;
  flex-direction: column;
}
html body em {
  font-style: italic;
}
html body strong {
  font-weight: bold;
}
html body table {
  border-collapse: collapse;
  border-style: solid;
  border-width: 1px;
  box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.8);
}
html body table tr.odd {
  background: #fcf3cf;
}
html body table tr {
  background: #fcffdf;
}
html body table tr td {
  padding: 0.5em;
  text-align: left;
  vertical-align: middle;
}
html body table tr td.link {
  text-align: center;
}
html body table tr td.link a img {
  display: block;
  max-height: 3em;
  max-width: 80%;
  height: auto;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  border-style: none;
}
html body .researchtable .researchtable-column1 {
  width: 59%;
  padding-left: 1%;
}
html body .researchtable .researchtable-column2 {
  width: 40%;
}
html body .researchtable .researchtable-column2 ul {
  list-style-type: none;
}
html body img {
  box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.8);
}
html body img.clickable-img {
  cursor: grab;
}
html body .no-bullet-list {
  list-style-type: none;
  padding-left: 0em;
}
html body .padding-left {
  padding-left: 0.5em;
}
html body .no-bullet-list-dent {
  list-style-type: none;
  padding-left: 0.5em;
}
html body .extra-top-margin {
  margin-top: 1em;
}
html body .no-margin-top {
  margin-top: 0;
}
html body .no-margin-bottom {
  margin-bottom: 0;
}
html body .superscript {
  font-size: 80%;
}
html body .center {
  text-align: center;
  display: block;
}
html body .smaller {
  font-size: smaller;
}
html body .small {
  font-size: small;
}
html body #base {
  flex: 1 0 auto;
  display: flex;
}
html body #base:before {
  content: ' ';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 95%;
  z-index: -1;
  opacity: 0.2;
  background-image: url(/images/background/rock2.jpg);
  background-size: 100%, 100%;
}
html body #base .desktop-nav {
  min-width: 10em;
  width: 13%;
}
html body #base .gsc-control-cse {
  background-color: transparent;
  border-color: transparent;
  margin-left: 2em;
  margin-top: 2em;
  padding: 0em;
}
html body #base .gsc-control-cse .gsc-input {
  font-family: blackchancery;
  color: black;
}
html body #base .gsc-control-cse .gsc-search-button {
  width: 25% !important;
}
html body #base .gsc-control-cse .gsc-search-button .gsc-search-button-v2 {
  padding-left: 25% !important;
}
html body #base #navbar {
  width: 100%;
  text-align: left;
  float: left;
  position: relative;
  margin-top: 1em;
  left: 0.5em;
  max-height: 90vh;
  font-family: blackchancery;
  border-radius: 25px;
  overflow: hidden;
  background-image: url('/images/universal/paper.jpg');
  background-repeat: repeat-y;
  box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.75), 0 6px 20px 0 rgba(0, 0, 0, 0.5);
}
html body #base #nav-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  float: left;
  width: 85%;
  overflow: hidden;
  margin-left: 2%;
  max-height: 100vh;
  /* Extra .5 & the body scrollbar shows by default */
  margin-top: -2.5em;
  /* Same as the height of footer-panel */
  padding-top: 2.5em;
  /* Same as the height of footer-panel */
  position: relative;
  font-family: almendra, ‘Palatino Linotype’, ‘Book Antiqua’, Palatino, serif;
  font-style: normal;
  font-weight: bold;
  color: black;
}
html body #base #nav-content h2,
html body #base #nav-content h3,
html body #base #nav-content h4,
html body #base #nav-content h5,
html body #base #nav-content h6 {
  font-weight: bold !important;
}
html body #base #nav-content #parry-banner {
  display: flex;
  flex-direction: row;
  flex: 0 0 auto;
  text-align: center;
  padding-top: 0.25em;
  padding-bottom: 0.75em;
  border-bottom: 5px groove #ddd3cf;
}
html body #base #nav-content #parry-banner #parry-banner-left {
  background-color: #fbfae5;
  height: 0.25em;
  flex: 1 0 0.25em;
  margin-top: 3%;
  margin-left: 2%;
  z-index: 20;
  box-shadow: 0px 4px 5px black;
}
html body #base #nav-content #parry-banner img {
  width: 60%;
  min-height: 60%;
  border-radius: 25px;
  z-index: 21;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.75), 0 6px 20px 0 rgba(0, 0, 0, 0.5);
}
html body #base #nav-content #parry-banner #parry-banner-right {
  background-color: #fbfae5;
  height: 0.25em;
  flex: 1 0 0.25em;
  margin-top: 3%;
  margin-right: 2%;
  z-index: 20;
  box-shadow: 0px 4px 5px black;
}
html body #base #nav-content #content-panel {
  flex: 1 1 auto;
  display: flex;
  align-items: safe start;
  /* safe ensures auto-scrolling works and no data is lost */
  justify-content: safe center;
  /* safe ensures auto-scrolling works and no data is lost */
  position: relative;
  width: 98%;
  padding-right: 1%;
  padding-top: 0.5em;
  padding-left: 0.5em;
  padding-bottom: 0.5em;
  margin-top: 1em;
  margin-bottom: 1em;
  overflow: auto;
  text-align: justify;
  margin-left: auto;
  margin-right: auto;
  background-color: rgba(251, 251, 251, 0.2);
  box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.75), 0 6px 20px 0 rgba(0, 0, 0, 0.5);
}
html body #footer {
  flex-shrink: 0;
  font-family: almendra;
  width: 100%;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  color: black;
  background-color: #fbfae5;
}
html body #footer #footer-left {
  float: left;
  width: 24%;
  padding-left: 2em;
  font-weight: bold;
  font-size: x-small;
}
html body #footer #footer-right {
  float: right;
  max-width: 50%;
  margin-left: auto;
  margin-right: auto;
  padding-right: 1em;
  font-size: x-small;
  font-weight: bold;
  text-align: right;
}
html body #footer #footer-right a {
  color: #000000;
  font-weight: bold;
  font-family: sans-serif;
  font-size: medium;
}

#booklaunch-content {
  width: 100%;
  padding-right: 2%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}

#calendar-content {
  width: 100%;
  padding-right: 2%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
#calendar-content #calendar-headline {
  font-family: oldania;
  color: #574242;
  text-shadow: 2px 2px #fff;
  text-align: center;
}
#calendar-content .calendar-img-display {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#calendar-content .calendar-img-display .calendar-img-display-left,
#calendar-content .calendar-img-display .calendar-img-display-right {
  padding-left: 0.5em;
  max-width: 90%;
}
#calendar-content .calendar-img-display .calendar-img-display-left img,
#calendar-content .calendar-img-display .calendar-img-display-right img {
  width: 100%;
}
#calendar-content #calendar-content-final-price {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  color: #c80000;
}
#calendar-content #calendar-content-final-price {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  color: #c80000;
}
#calendar-content .months-table {
  clear: both;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  width: 98%;
  font-size: smaller;
}

#contactform-content {
  padding-bottom: 1em;
}
#contactform-content .contactform-form {
  text-align: center;
  background-color: #fcffdf5e;
  margin-right: 5%;
  box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.8);
}
#contactform-content .contactform-form h5 {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  text-align: center;
  margin-left: 5%;
  margin-right: 5%;
}
#contactform-content .contactform-form form {
  margin-left: 5%;
  margin-right: 5%;
}
#contactform-content .contactform-form form .contact-fields {
  display: flex;
  flex-direction: column;
  text-align: center;
  width: 95%;
}
#contactform-content .contactform-form form .contact-fields .contact-field {
  padding-bottom: 0.5em;
  width: 100%;
}
#contactform-content .contactform-form form .contact-fields .contact-field .contact-field-label,
#contactform-content .contactform-form form .contact-fields .contact-field .contact-field-control {
  display: flex;
  margin-bottom: 0;
}
#contactform-content .contactform-form form .contact-fields .contact-field .contact-field-label .interested,
#contactform-content .contactform-form form .contact-fields .contact-field .contact-field-control .interested {
  display: none;
}
#contactform-content .contactform-form form .contact-fields .contact-field .contact-field-label input,
#contactform-content .contactform-form form .contact-fields .contact-field .contact-field-control input {
  width: 100%;
}
#contactform-content .contactform-form form .contact-fields .contact-field .contact-field-label textarea,
#contactform-content .contactform-form form .contact-fields .contact-field .contact-field-control textarea {
  width: 100%;
}
#contactform-content .contactform-form form .contact-fields .contact-field .contact-field-label .captcha,
#contactform-content .contactform-form form .contact-fields .contact-field .contact-field-control .captcha {
  padding-bottom: 0.5em;
  margin-left: auto;
  margin-right: 0;
}
#contactform-content .contactform-form form .contact-fields .contact-field .contact-field-label #submit,
#contactform-content .contactform-form form .contact-fields .contact-field .contact-field-control #submit {
  width: auto;
  margin-left: auto;
  margin-right: 0;
}

#elizabeth-content {
  width: 100%;
  padding-right: 2%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  /*
   * The float right pragmas allow the
   * text to wrap around the images
   */
}
#elizabeth-content h2 {
  text-align: left;
  clear: both;
}
#elizabeth-content img {
  border: 2px solid #331206;
}
#elizabeth-content #elizabeth-elizabeth,
#elizabeth-content #elizabeth-blanche {
  float: right;
  margin-top: 2em;
}
#elizabeth-content #elizabeth-elizabeth #elizabeth-elizabeth-img,
#elizabeth-content #elizabeth-blanche #elizabeth-elizabeth-img,
#elizabeth-content #elizabeth-elizabeth #elizabeth-blanche-img,
#elizabeth-content #elizabeth-blanche #elizabeth-blanche-img {
  float: right;
  max-width: 40%;
  margin-left: 10%;
  font-size: 25%;
  text-align: center;
}
#elizabeth-content #elizabeth-elizabeth #elizabeth-elizabeth-img img,
#elizabeth-content #elizabeth-blanche #elizabeth-elizabeth-img img,
#elizabeth-content #elizabeth-elizabeth #elizabeth-blanche-img img,
#elizabeth-content #elizabeth-blanche #elizabeth-blanche-img img {
  width: 100%;
}

#epitaph-content {
  width: 100%;
  padding-right: 2%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
#epitaph-content h3 {
  text-align: center;
}
#epitaph-content #epitaph-img {
  text-align: center;
}
#epitaph-content #epitaph-img a {
  text-decoration: none;
  display: block;
}
#epitaph-content #epitaph-img a img {
  border-style: none;
  width: 80%;
}

@media only screen and (min-width: 769px) {
  #gallery-content #category-navbar {
    max-width: 50%;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
  }
  #gallery-content #category-navbar #navbar-collapsible {
    flex: 0 1 auto;
  }
  #gallery-content #category-navbar #navbar-collapsible .nav-item {
    text-align: center;
  }
}
@media only screen and (max-width: 768px) {
  #gallery-content #category-navbar {
    max-width: 100%;
  }
}
#gallery-content {
  width: 95%;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
#gallery-content #category-navbar-toggler {
  color: black;
  box-shadow: 0.2em 0.2em 0.4em 0.1em rgba(0, 0, 0, 0.7);
  font-size: smaller;
}
#gallery-content #category-navbar {
  box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.75);
  cursor: pointer;
}
#gallery-content #category-navbar #navbar-collapsible #category-navbar-nav .nav-item a {
  color: black;
}
#gallery-content #category-navbar #navbar-collapsible #category-navbar-nav .nav-item .dropdown-item a {
  padding-left: 0;
}
#gallery-content #category-navbar #navbar-collapsible #category-navbar-nav .dropdown-menu {
  background-color: #f8f9fa !important;
}
#gallery-content #directory {
  width: 100%;
  height: 80%;
  margin-top: 1em;
}
#gallery-content #directory #filecount,
#gallery-content #directory #activeFile {
  display: none;
}
#gallery-content #directory #gallery-display {
  width: 100%;
  padding-bottom: 0.5em;
}
#gallery-content #directory #gallery-display .gallery-top {
  height: 19em;
  width: 100%;
  background-color: rgba(202, 215, 227, 0.7);
  box-shadow: 0.4em 0.4em 0.8em 0.1em rgba(0, 0, 0, 0.6);
}
#gallery-content #directory #gallery-display .gallery-top #gallery-autoplay-toggle {
  position: absolute;
  right: 0;
  margin-right: 0.4em;
  z-index: 10;
  /* ##### The switch - the box around the slider ##### */
}
#gallery-content #directory #gallery-display .gallery-top #gallery-autoplay-toggle .switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 25px;
  /* Hide default HTML checkbox */
  /* The slider */
  /* Rounded sliders */
}
#gallery-content #directory #gallery-display .gallery-top #gallery-autoplay-toggle .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
#gallery-content #directory #gallery-display .gallery-top #gallery-autoplay-toggle .switch input:checked + .slider {
  background-color: #B1B16A;
}
#gallery-content #directory #gallery-display .gallery-top #gallery-autoplay-toggle .switch input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}
#gallery-content #directory #gallery-display .gallery-top #gallery-autoplay-toggle .switch input:checked + .slider:before {
  -webkit-transform: translateX(14px);
  -ms-transform: translateX(14px);
  transform: translateX(14px);
}
#gallery-content #directory #gallery-display .gallery-top #gallery-autoplay-toggle .switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
#gallery-content #directory #gallery-display .gallery-top #gallery-autoplay-toggle .switch .slider:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 19px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
#gallery-content #directory #gallery-display .gallery-top #gallery-autoplay-toggle .switch .round {
  border-radius: 34px;
}
#gallery-content #directory #gallery-display .gallery-top #gallery-autoplay-toggle .switch .round:before {
  border-radius: 50%;
}
#gallery-content #directory #gallery-display .gallery-top #gallery-top-wrapper .swiper-slide-desc {
  display: none;
}
#gallery-content #directory #gallery-display .gallery-top .swiper-button-next,
#gallery-content #directory #gallery-display .gallery-top .swiper-button-prev {
  color: #3c3b3b !important;
  text-shadow: -1px -1px 0px rgba(255, 255, 255, 0.3), 1px 1px 0px rgba(0, 0, 0, 0.8);
}
#gallery-content #directory #gallery-display .gallery-thumbs {
  height: 2em;
  box-sizing: border-box;
  padding: 1em 0;
  background: rgba(202, 215, 227, 0.7);
  margin-top: 0.5em;
  box-shadow: 0.4em 0.4em 0.8em 0.1em rgba(0, 0, 0, 0.6);
}
#gallery-content #directory #gallery-display .gallery-thumbs .swiper-slide {
  height: 100%;
  opacity: 0.4;
}
#gallery-content #directory #gallery-display .gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1;
}
#gallery-content #directory #gallery-display .swiper-container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
#gallery-content #directory #gallery-display .swiper-container .swiper-wrapper {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
#gallery-content #directory #gallery-info {
  display: flex;
  flex-direction: column;
  margin-left: 2%;
  margin-right: 2%;
  background-color: rgba(202, 215, 227, 0.7);
  box-shadow: 0.4em 0.4em 0.8em 0.1em rgba(0, 0, 0, 0.6);
  font-family: blackchancery;
  color: black;
  padding-top: 0.5em;
  padding-left: 1em;
  padding-right: 0.3em;
}
#gallery-content #directory #gallery-info #gallery-image-desc {
  flex: 1 1 auto;
  font-weight: bold;
  font-family: almendra;
}
#gallery-content #directory #gallery-info #gallery-image-desc p {
  text-align: center;
  overflow-y: auto;
}
#gallery-content #directory #gallery-info #gallery-image-desc p .copyright {
  font-size: small;
  font-style: italic;
}
.swiper-slide {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

#gv-pilgrimage-way-content {
  display: flex;
  flex-direction: column;
  font-weight: normal;
}
#gv-pilgrimage-way-content .gv-pilgrimage-intro {
  width: 95%;
  text-align: justify;
  margin-left: auto;
  margin-right: auto;
}
#gv-pilgrimage-way-content .gv-pilgrimage-contributors {
  display: flex;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0.5em;
}
#gv-pilgrimage-way-content .gv-pilgrimage-contributors p {
  font-size: medium;
  margin-bottom: 0;
  margin-left: 1em;
}
#gv-pilgrimage-way-content .non-map-info {
  margin-top: 1em;
  margin-left: 1em;
}
#gv-pilgrimage-way-content .non-map-info .contents-table {
  margin-top: 2em;
}
#gv-pilgrimage-way-content .non-map-info .contents-table .accordion {
  width: 100%;
  margin-bottom: 1em;
}
#gv-pilgrimage-way-content .non-map-info .contents-table .accordion .row {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0.5em;
  gap: 1%;
}
#gv-pilgrimage-way-content .non-map-info .contents-table .accordion .row .card {
  max-width: 49%;
  background-color: #fcffdf;
  box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.8);
  border-collapse: collapse;
  border-style: solid;
  border-width: 1px;
}
#gv-pilgrimage-way-content .non-map-info .contents-table .accordion .row .card .card-header {
  display: flex;
  background-color: transparent;
}
#gv-pilgrimage-way-content .non-map-info .contents-table .accordion .row .card .card-header .card-header-title p {
  margin-bottom: 0;
  margin-right: 1em;
}
#gv-pilgrimage-way-content .non-map-info .contents-table .accordion .row .card .card-header .card-header-link[data-toggle] {
  font-size: 1.25em;
}
#gv-pilgrimage-way-content .non-map-info .contents-table .accordion .row .card .card-header .card-header-link[data-toggle]:not(.collapsed) {
  color: black;
}
#gv-pilgrimage-way-content .non-map-info .contents-table .accordion .row .card .card-header .card-header-link[data-toggle]:not(.collapsed):after {
  content: "▴";
}
#gv-pilgrimage-way-content .non-map-info .contents-table .accordion .row .card .card-header .card-header-link[data-toggle].collapsed {
  color: black;
}
#gv-pilgrimage-way-content .non-map-info .contents-table .accordion .row .card .card-header .card-header-link[data-toggle].collapsed:after {
  content: "▾";
}
#gv-pilgrimage-way-content .non-map-info .contents-table .accordion .row .card .card-body ul {
  margin-bottom: 0;
}
#gv-pilgrimage-way-content .non-map-info .contents-table .accordion .row .card .card-body ul li p {
  margin-bottom: 0;
}
#gv-pilgrimage-way-content .non-map-info .contents-table .accordion .row .card .card-body ul li p a {
  font-size: 80%;
}
#pilgrimage-way-contents-map {
  display: flex;
  flex-direction: column;
  width: 100%;
}
#pilgrimage-way-contents-map .pilgrimage-map {
  display: flex;
  width: 100%;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
#pilgrimage-way-contents-map .pilgrimage-map #map {
  width: 85%;
  border: 1px solid black;
  height: 100vh;
  box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.8);
  margin-left: 0.5em;
}
#pilgrimage-way-contents-map .pilgrimage-map #map img {
  box-shadow: none;
}
#pilgrimage-way-contents-map .pilgrimage-map #legend {
  display: flex;
  width: 15%;
  flex-direction: column;
  margin-left: 0.5em;
  padding-left: 0.5em;
  padding-right: 0.5em;
  padding-top: 2em;
  box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.8);
  background-color: #fcffdf;
  min-height: 0;
  height: 50%;
}
#pilgrimage-way-contents-map .pilgrimage-map #legend #key {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  margin-top: 0.5em;
}
#pilgrimage-way-contents-map .pilgrimage-map #legend #key p {
  font-size: medium;
}
#pilgrimage-way-contents-map .pilgrimage-map #legend #marker-notes ul {
  padding-left: 1.5em;
  padding-right: 0.5em;
}
#pilgrimage-way-contents-map .pilgrimage-map #legend #marker-notes ul li p {
  font-size: medium;
  text-align: left;
}

#index-content {
  width: 100%;
  padding-right: 2%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
#index-content #index-latest-news {
  border-bottom: 5px ridge #EEE9D5;
}
@media only screen and (max-width: 768px) {
  #index-content .index-row {
    flex-wrap: wrap;
  }
  #index-content .index-row img {
    max-width: 75%;
  }
}
@media only screen and (min-width: 769px) {
  #index-content .index-row {
    flex-wrap: nowrap;
  }
}
#index-content .index-center {
  text-align: center;
}
#index-content .index-left {
  text-align: left;
}
#index-content .index-row {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  align-content: center;
  margin-bottom: 1em;
}
#index-content .index-row .index-row-cell {
  padding-top: 1em;
  padding-left: 0.5em;
  padding-right: 0.5em;
}
#index-content .index-row .index-row-text {
  flex: 1 1 auto;
  padding-top: 1em;
  padding-left: 0.5em;
  padding-right: 0.5em;
}
#index-content .index-row .index-row-img {
  flex: 1 1 auto;
  padding-top: 1em;
  padding-left: 0.5em;
  padding-right: 0.5em;
}

#links-content {
  margin-left: 0.5em;
  margin-right: 0.5em;
  padding-bottom: 0.5em;
}
#links-content #links-table {
  width: 100%;
  table-layout: fixed;
}

@media only screen and (min-width: 769px) {
  .desktop-nav {
    display: block;
  }
  .mobile-nav {
    display: none;
  }
  .navbar .dropdown-toggle:not(.nav-link)::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.5em;
    vertical-align: 0;
    border-bottom: 0.3em solid transparent;
    border-top: 0.3em solid transparent;
    border-left: 0.3em solid;
  }
}
/* Switch to hamburger menu on small devices */
@media only screen and (max-width: 768px) {
  .desktop-nav {
    display: none;
  }
  .mobile-nav {
    display: block;
  }
  .mobile-nav #mobile-menu-btn {
    padding-top: 0.25em;
    padding-bottom: 0.25em;
    cursor: pointer;
    background-image: url('/images/universal/paper.jpg');
    border: none;
    box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.5), 0 6px 20px 0 rgba(0, 0, 0, 0.3);
  }
  .mobile-nav #mobile-menu {
    position: absolute;
    left: 0;
    top: 7%;
    height: 100%;
    z-index: 1000;
    transition: 0.5s;
  }
  .mobile-nav #mobile-menu.hide {
    visibility: hidden;
    width: 0;
    max-width: 0;
    overflow: hidden;
  }
  .mobile-nav #mobile-menu.show {
    visibility: visible;
    width: 75%;
    max-width: 75%;
    overflow: vertical;
  }
  ul {
    padding-left: 0;
  }
  .captcha {
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
    transform-origin: left;
    -webkit-transform: left;
  }
}

.modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 100;
  /* Sit on top */
  padding-top: 5em;
  /* Location of the box */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: #000000;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.9);
  /* Black w/ opacity */
  /* The Close Button */
  /* Modal Content (image) */
  /* Caption of Modal Image */
}
.modal .close {
  position: absolute;
  top: 0.5em;
  right: 1.5em;
  color: #f1f1f1;
  font-size: 40pt;
  font-weight: bold;
  transition: 0.3s;
}
.modal .close:hover,
.modal .close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}
.modal .modal-content {
  margin: auto;
  display: block;
  width: 100%;
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}
.modal #caption {
  display: block;
  text-align: center;
  color: #ccc;
  padding: 1em 0;
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}
/* Add Animation */
.modal-animate {
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}
@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(0);
  }
  to {
    -webkit-transform: scale(1);
  }
}
@keyframes zoom {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}
/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px) {
  .modal-content {
    width: 100%;
  }
}

#navbar-inner {
  overflow-y: auto;
  height: 90vh;
  margin-bottom: 2em;
  border-radius: 10px;
  /* Override color of label to delineate sub-menu items */
}
#navbar-inner .nav-item {
  background-image: url('/images/universal/paper.jpg');
  padding-bottom: 0.25em;
  text-align: center !important;
  width: 100%;
}
#navbar-inner .nav-item .nav-link[data-toggle]:not(.collapsed) {
  color: #636363;
}
#navbar-inner .nav-item .nav-link[data-toggle]:not(.collapsed):after {
  content: "▴";
}
#navbar-inner .nav-item .nav-link[data-toggle].collapsed:after {
  content: "▾";
}
#navbar-inner .nav-item a {
  color: black;
  white-space: normal !important;
}
#navbar-inner .nav-item a:hover {
  color: grey;
}
#navbar-inner .nav-sub-item a {
  color: #9d3e04 !important;
}

#press-content {
  width: 100%;
  padding-right: 2%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  align-items: center;
}

#research-content {
  font-weight: normal;
  width: 90%;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
#research-content h3 {
  text-align: center;
}
#research-content table {
  width: 100%;
  table-layout: fixed;
}
#research-content table tr td {
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  padding-left: 1em;
  padding-right: 1em;
}

#summary-content {
  width: 100%;
  padding-right: 2%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
#summary-content h1 {
  text-align: center;
  text-decoration: underline;
}
#summary-content h2 {
  text-align: center;
}
#summary-content h3 {
  text-align: right;
}
#summary-content #summary-pAndp {
  font-size: 1em;
}

#visit-content {
  font-weight: normal;
  width: 90%;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
#visit-content h3 {
  text-align: center;
}
#visit-content table {
  width: 100%;
  table-layout: fixed;
}
#visit-content table tr td {
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  padding-left: 1em;
  padding-right: 1em;
}
#visit-content #places-to-visit {
  display: flex;
  flex-direction: column;
}
#visit-content #places-to-visit #place-to-visit-text {
  width: 100%;
}
#visit-content #places-to-visit #places-to-visit-map {
  width: 100%;
}
#visit-content #places-to-visit #places-to-visit-map #map {
  border: 1px solid black;
  height: 50vh;
  box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.8);
  margin-left: 0.5em;
}
#visit-content #places-to-visit #places-to-visit-map #map img {
  box-shadow: none;
}
#visit-content #places-to-visit #places-to-visit-note {
  margin-top: 2em;
}
#visit-content #places-to-visit #places-to-visit-note h5 {
  text-align: left;
}
#visit-content #places-to-visit #places-to-visit-note img {
  margin-left: 0.1em;
  margin-right: 0.2em;
}
