/* 'PAPERS' THEME ELEMENTS */
body {
  font: 400 21px/1.5 "EB Garamond", serif;
  background: url(../img/bg.jpg) no-repeat;
  background-size: cover;
  background-attachment: fixed;
  color: #111;
  background-color: #fdfdfd;
  -webkit-text-size-adjust: 100%;
  -webkit-font-feature-settings: "kern" 1;
  -o-font-feature-settings: "kern" 1;
  font-feature-settings: "kern" 1;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow-x: hidden;
  width: 100%;
  height: 100%;
}

button,
.button {
  cursor: pointer;
  background-color: #E1CE0D;
  color: #520889 !important;
  border: 1px solid #000;
  border-width: 3px 1px 1px;
  border-radius: 0;
}

.yellow {
  background-color: #E1CE0D !important;
}

.page .toc-block>ul>li {
  border-top: 3px solid #000;
  font-variant: small-caps;
  background-color: #0E7359;
  width: calc(50% - 30px);
  margin: 30px 15px;
  padding: 15px 30px;
}

/* ENTER SUR */

#enter_wrapper {
  margin: auto;
  width: 50%;
  min-width: 350px;
  max-width: 500px;
padding: 25px;
  border-style: dotted;
  border-color: #8e8e8e50;
  border-radius: 20px;

}

#enter_container {
  text-align: center;
}

#entersur {
  padding: 2px;
  margin: auto;
  width: 40%;
  max-width: 170px;
  min-width: 100px;
}

.site-nav:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -9999px;
  right: -9999px;
  background-color: #0E7359;
  z-index: -1;
}

/* EXPLORE GENERAL */
.image_container {
  width: auto;
  display: block;
  position: relative;
   background-color: #e27a71;
  padding: 10px;
  border-radius: 35px;
}

/* Tooltip container */
.tooltip {
  position: relative;
  display: inline-block;
  background-color: rgba(209, 209, 202, 0.5);
  padding: 7px;
  padding-top: 1px;
  border-radius: 35px;
}

/* Tooltip text */
.tooltip .tooltiptext {
  font-family: 'Tahoma', sans-serif;
  font-size: medium;
  visibility: hidden;
  width: 120px;
  background-color: #00000090;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;
  width: 70px;
  bottom: -25%;
  left: -0%;

  /* Position the tooltip text - see examples below! */
  position: absolute;
  z-index: 1;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
  visibility: visible;
}

/* EXPLORE1 STYLE */
.walking-tour-bg-1 {
  background-image: url("https://digitalprojects.binghamton.edu/files/original/a921903bf6391311949266d1f8a9d62aea22799e.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 90vh;
  display: flex;
  position: relative;
  border: 5px;
  border-style: solid;
  border-color: #8bdcdc;
  border-radius: 20px;
}

.continue1 {
  position: absolute;
  z-index: 1;
  right: 5%;
  bottom: 5%;
}