/* –––––RESETS/BODY–––––– */
* {
  margin: 0;
  padding: 0;
}
body {
  background: url('../bkg/text.jpg') repeat;
  overflow: hidden;
}

/* –––––HEADS–––––– */
h1 {
  color: #5b3d00;
  font-family: 'Tangerine';
  font-size: 7em;
  font-weight: normal;
}
h2 {
  color: #5b3d00;
  font-family: 'Tangerine';
  font-size: 4.5em;
  font-weight: normal;
}
h3 {
  color: #5b3d00;
  font-family: 'Fira Sans Condensed';
  font-size: 1.5em;
  line-height: 30px;
  font-weight: normal;
}

/* –––––MAIN VIEW–––––– */
#main {
  position: absolute;
  top: 0; left: 0;
  width: 100vw;
  height: 100vh;
  text-align: center;
}
#deepening {
  position: absolute;
  width: 700px;
  top: 50%; left: 50%;
  transform: translate(-50%,-50%);
  margin-top: -60px;
  color: #5b3d00;
  font-family: 'Fira Sans Condensed';
  font-size: 18px;
  line-height: 27px;
  text-align: left;
}
#title {
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
}
.leoCit {
  font-family: 'Tangerine';
  font-size: 2em;
  line-height: 1em;
  margin-top: 0.5em;
}
.description {
  margin-top: 2em;
}
button {
  background: transparent;
  border: solid 3px;
  font-family: 'Fira Sans Condensed';
  font-weight: 600;
  color: #5b3d00;
  font-size: 1.8em;
  text-align: center;
  text-decoration: none;
  margin-top: 50px;
  padding: 2px 11px;
  cursor: pointer;
  outline: 0;
}
button:hover {
  background-color: rgba(255,255,255,0.4)
}
#nextButton {
  margin-top: 30px;
}
#copyr {
  color: #5b3d00;
  position: absolute;
  bottom: 0; right: 0;
  margin: 0 50px 25px 0;
  font-family: 'Tangerine';
  font-size: 2em;
}

/* –––––LEFT SIDE–––––– */
#left {
  position: absolute;
  top: 0; left: -50%;
  width: 50vw;
  height: 100vh;
  background: url('../bkg/textQ.jpg') repeat;
}
#leftButton {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%,-50%);
  width: 400px;
  height: 400px;
  margin: 0;
  padding: 5px;
  background: transparent;
  border: 3px #5b3d00 solid;
  cursor: pointer;
}
#leftButton:hover {
  background-color: rgba(255,255,255,0.4)
}
#leftQuest {
  position: absolute;
  width: 370px;
  top: 50%; left: 50%;
  transform: translate(-50%,-50%);
  font-family: 'Tangerine';
  color: #5b3d00;
  font-size: 2.9em;
  text-align: center;
  pointer-events: none;
}

/* –––––RIGHT SIDE–––––– */
#right {
  position: absolute;
  top: 0; right: -50%;
  width: 50vw;
  height: 100vh;
  background: url('../bkg/textQ.jpg') repeat;
}
#rightButton {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%,-50%);
  width: 400px;
  height: 400px;
  margin: 0;
  padding: 5px;
  background: transparent;
  border: 3px #5b3d00 solid;
  cursor: pointer;
}
#rightButton:hover {
  background-color: rgba(255,255,255,0.4)
}
#rightQuest {
  position: absolute;
  width: 370px;
  top: 50%; left: 50%;
  transform: translate(-50%,-50%);
  font-family: 'Tangerine';
  color: #5b3d00;
  font-size: 2.9em;
  text-align: center;
  pointer-events: none;
}

/* –––––COUNTER–––––– */
#counter {
  display: none;
  position: absolute;
  width: 100px; height: 100px;
  top: 0; left: 50%;
  margin-left: -50px;
  font-family: 'Tangerine';
  color: #5b3d00;
  font-size: 5em;
  text-align: center;
}
#nr {
  margin-bottom: 10px;
}
#prog[value] {
  /* Reset the default appearance */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100px;
  height: 20px;
}
#prog[value]::-webkit-progress-bar {
  background: url('../bkg/textQ.jpg') repeat;
  box-shadow: 0 0 5px #000 inset;
  border-radius: 2px;
}
#prog[value]::-webkit-progress-value {
  background-color: #5b3d00;
  border-radius: 2px;
}
#prog[value]::-moz-progress-bar {
  background-color: #5b3d00;
  border-radius: 2px;
}

/* –––––PAGINA FINALE–––––– */
#results {
  overflow-x: hidden;
  overflow-y: scroll;
  position: absolute;
  width: 100vw;
  height: 100vh;
  top: 100%;
  background: url('../bkg/textQ.jpg') repeat;
}
#results::-webkit-scrollbar {
  width: 8px;
}
#results::-webkit-scrollbar-track {
  background-color: rgba(255,255,255,0.4);
}
#results::-webkit-scrollbar-thumb {
  background-color: #5b3d00;
}
#menu {
  position: absolute;
  top: 0; left: 0;
  margin: 10px;
  cursor: pointer;
}
#container {
  position: relative;
  width: 700px;
  margin-top: 60px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
#final {
  margin-bottom: 30px;
}
#finalProg[value] {
  /* Reset the default appearance */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 500px;
  height: 45px;
}
#finalProg[value]::-webkit-progress-bar {
  background: url('../bkg/textQ.jpg') repeat;
  box-shadow: 0 0 5px #000 inset;
  border-radius: 2px;
}
#finalProg[value]::-webkit-progress-value {
  background-color: #5b3d00;
  border-radius: 2px;
}
#finalProg[value]::-moz-progress-bar {
  background-color: #5b3d00;
  border-radius: 2px;
}
#why {
  width: 650px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 100px;
}
.subtitles {
  margin-top: 30px;
}
.subpar {
  margin-top: 7px;
  color: #5b3d00;
  font-family: 'Fira Sans Condensed';
  font-size: 18px;
  line-height: 27px;
  text-align: left;
}
a {
  color: #5b3d00;
}
a:visited {
  color: #5b3d00;
}
a:hover {
  text-decoration: overline;
}
