/* CSS Document */
body, html {
  text-align: center;
  font-family: "Libre Baskerville", serif;
  font-size: clamp(16px, 3vw, 21px);
  color: #faf7f5;
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
  line-height: 180%;
  height: 100%;
}
a {
  color: #faf7f5;
  text-decoration: none;
}
.page {
  height: 100vh;
  width: 100%;
  position: relative;
  background-color: #140B04;
  box-sizing: border-box;
}
.page1 {
  background-image: url("/images/bg-page1.jpg");
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}
.page1 a {
  background-color: #92c7b9;
  padding: 4px 16px 3px 16px;
  letter-spacing: 1px;
}
.page2 {
  background-image: url("/images/bg-page2.jpg");
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}
.instagram-wrapper {
  position: relative;
  margin: auto;
  width: 90%;
  max-width: 1280px;
}
.instagram-wrapper::after {
  content: "";
  width: calc(100% + 4px);
  height: 62px;
  background-color: #faf7f5;
  position: absolute;
  bottom: 0;
  left: -2px;
}
.page3 {
  background-color: #faf7f5;
  height: auto;
  padding: 60px 0 30px 0;
}
.page3 h2 {
  color: #898888;
  margin-bottom: 40px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 2px;
}
.page4 {
  min-height: 300px;
  height: auto;
  background-color: #75C7B9;
  color: #faf7f5 !important;
  text-align: center;
  font-size: 14px;
  padding: 70px 2.5%;
}
h2 {
  color: #faf7f599;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 400;
  margin: 10px 0 0 0;
  line-height: 1.1;
}
footer a {
  color: #faf7f5;
  text-decoration: none;
  display: block;
}
footer a.map {
  color: #faf7f599;
  display: inline;
}
#container {
  position: relative;
  height: 100%;
  min-height: 625px;
  background-image: url("/images/nellies-site-comingsoon_CROPPED_REDUCED.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
#logo-container {
  width: 226px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  border: 113px solid #75C7B9;
  border-top-width: 0px;
  border-bottom: 55px solid transparent;
  box-sizing: border-box;
  height: 200px;
  animation: ribbon 3s;
  animation-timing-function: ease-in-out;
  z-index: 100;
}
#enter {
	display:none;
 /* position: absolute;
  bottom: 70px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 99;
  text-align: center;
  line-height: 1;
  font-size: 16px;
  opacity: .5;
  letter-spacing: 1px;
  cursor: pointer;
  transition: opacity .3s; */
}
#enter:hover {
  opacity: 1;
}
#enter:hover img {
  width: 50px;
  height: 50px;
}
#enter img {
  display: block;
  margin: 10px auto 0 auto;
  width: 29px;
  height: 29px;
  transition: width .3s, height .3s;
}
@keyframes ribbon {
  0% {
    height: calc(100% + 200px);
    border-bottom-width: 75px;
  }
  100% {
    height: 200px;
    border-bottom-width: 0px;
  }
}
@keyframes logo-rise {
  0% {
    top: calc(100vh - 355px);
  }
  100% {
    top: 0%;
  }
}
@keyframes tagline-rise {
  0% {
    opacity: 0;
    top: 455px;
  }
  65% {
    opacity: 0;
    top: 455px;
  }
  100% {
    opacity: 1;
    top: 275px;
  }
}
#logo {
  width: 226px;
  display: block;
  margin: auto;
  position: absolute;
  top: 0px;
  left: -113px;
  animation: logo-rise 3s;
  animation-timing-function: ease-in-out;
}
#tagline {
  max-width: 640px;
  width: 70%;
  position: absolute;
  top: 275px;
  left: 50%;
  transform: translateX(-50%);
  animation: tagline-rise 3s;
  animation-timing-function: ease-in-out;
}
#text {
  position: absolute;
  bottom: 100px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
.page0 {
  position: relative;
  width: 100%;
  height: 100vh;
  background-color: #00000099;
  overflow: hidden;
}
.box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  border: 1px solid #faf7f5;
  padding: 40px;
  max-width: 1080px;
  font-size: 20px;
  z-index: 1;
  box-sizing: border-box;
  width: 90%;
  line-height: 1.8;
  letter-spacing: 1px;
}
h1 {
  font-size: 26px;
  font-style: italic;
  font-weight: 400;
  letter-spacing: 1px;
}
.box a {
  font-weight: 700;
  text-decoration: none;
  color: #faf7f5;
  transition: color .3s;
}
.box a:hover {
  color: #faf7f599;
}
.page2 .box {
  font-size: 21px;
  font-style: italic;
  padding: 5% 9%;
  letter-spacing: 1px;
}
.page2 .box::first-letter {
  font-size: 36px;
  vertical-align: baseline;
  line-height: 0;
}
.page1::after, .page2::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #00000088;
  top: 0;
  left: 0;
  z-index: 0;
}
.logo {
  width: 175px;
  margin-top: 38px;
}
.instagram {
  width: 38px;
  height: 38px;
  opacity: .5;
  transition: opacity .3s;
  margin-top: 10px;
}
.instagram:hover {
  opacity: 1;
}
#credits {
  font-family: sans-serif;
  font-size: 12px;
}
#credits a {
  display: inline;
}
#instagrid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 2.5vw;
  width: 90%;
  max-width: 1280px;
  margin: auto;
}
#instagrid img {
  max-width: 100%;
  display: block;
  cursor: pointer;
}
@media screen and (max-width:680px) {
  footer span {
    display: block;
    font-size: 0;
    height: 0;
    margin-top: -7px;
  }
}
@media screen and (max-width:550px) {
  .instagram-wrapper::after {
    height: 46px;
  }
}
/* SLIDESHOW */
#arrowNext, #arrowPrev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 3vw;
  width: 35px;
  height: 70px;
  background: #faf7f500;
  z-index: 1000000;
  cursor: pointer;
}
#arrowPrev{right:auto;left:3vw;}
.header-slideshow {
  width: 100%;
  height: 100vh;
  font-size: 0;
  position: relative;
  top: 0;
  left: 0;
  box-sizing: border-box;
  z-index: 0;
}
.header-slideshow::after {
  content: "";
  background-color: #00000066;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
  top: 0;
  left: 0;
}
.slide {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity 3.5s;
}
.slide img {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
  box-sizing: border-box;
}
.slide.active {
  opacity: 1;
}
#imageProgress {
  -webkit-appearance: none;
  appearance: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -2;
  background-color: #eee;
  transition: opacity .3s;
  height: 10px;
  width: 200px;
}
progress[value]::-webkit-progress-value {
  background-color: #07111A;
  border-radius: 2px;
}