:root {
  --rewt-grey: #333333;
  --rewt-cream: #EDDFC3;
  --rewt-green: #8BAC87;
  --rewt-pink: #E9C5DD;
  --rewt-brown: #676738;
  --body-font: 'Lora', serif;
  --heading-font: 'Nunito', sans-serif;
}
html, body {
  margin: 0px;
  min-width: 100vw;
  min-height: 100vh;
  max-width: 100%;
  max-height: 100%;
  font-family: var(--body-font);
  font-weight: lighter;
  font-size: 18px;
  color: var(--rewt-grey);
}
body a{
  color: var(--rewt-grey);
  text-decoration: none;
}
.rewt-welcome{
  display: block;
  justify-content: center;
  align-items: center;
  min-width: 100vw;
  width: 100%;
  min-height: 100vh;
  height: 100%;
  margin: 0px;
  background-image: linear-gradient(210deg, var(--rewt-cream) 30%, var(--rewt-green) 75%);
}
.rewt-welcome-logo{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80vh;
}
.rewt-logo-main{
  max-width: 225px;
  max-height: 200px;
}
.tap-rewt{
  text-align: center;
  font-family: var(--heading-font);
  margin-bottom: 100px;
}
.rewt-full{
  display: block;
  justify-content: center;
  align-items: center;
  min-width: 100vw;
  min-height: 100vh;
  max-width: 100vw;
  max-height: 100vh;
  margin: 0px;
  background-image: linear-gradient(210deg, var(--rewt-cream) 45%, var(--rewt-pink) 75%);
}
.rewt-top{
  max-height: 50px;
  min-height: 50px;
  max-width: 100vw;
  min-width: 100vw;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0px;
  left: 0px;
}
.rewt-bottom{
  max-height: 75px;
  min-height: 75px;
  max-width: 100vw;
  min-width: 100vw;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 0px;
  left: 0px;
}
.rewt-footer{
  max-height: 50px;
  min-height: 50px;
  max-width: 100vw;
  min-width: 100vw;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 75px;
  left: 0px;
}
.rewt-notag{
  max-width: 100px;
  max-height: 50px;
}
.rewt-main{
  width: 100vw;
  height: calc(100vh);
  margin: 0px;
  position: absolute;
  left:0px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.form-content{
  height: 465px;
  justify-content: space-around;
}
.rewt-text-middle{
  display: flex;
  justify-content: space-around;
  align-items: center;
  height: 375px;
}

.rewt-next-middle{
  position: relative;
  bottom: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.main-block{
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 50px;
  margin-left: 50px;
}
.popup2{
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: left;
  height: auto;
  width: 175px;
  font-size: 20px;
  font-family: var(--heading-font);
  padding: 30px;
  background: var(--rewt-cream);
  opacity: 0.9;
  border: 2px solid var(--rewt-grey);
  border-radius: 10px;
  font-size: 16px;
  font-weight: bold;
  color: var(--rewt-grey);
  z-index:21;
}
.rewt-popup2{
  appearance: none;
  -webkit-appearance: none;
  position: absolute;
  top: 0;
  left: 0;
  height: calc(100vh);
  width: 100vw;
  font-size: 18px;
  font-family: var(--heading-font);
  background-color: transparent;
  border: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--rewt-grey);
  z-index:20;
}
.popup{
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: left;
  height: auto;
  width: 175px;
  font-size: 20px;
  font-family: var(--heading-font);
  padding: 30px;
  background: var(--rewt-cream);
  opacity: 0.9;
  border: 2px solid var(--rewt-grey);
  border-radius: 10px;
  font-size: 16px;
  font-weight: bold;
  color: var(--rewt-grey);
}
.rewt-popup{
  appearance: none;
  -webkit-appearance: none;
  position: absolute;
  top: 0;
  left: 0;
  height: calc(100vh);
  width: 100vw;
  font-size: 18px;
  font-family: var(--heading-font);
  background-color: transparent;
  border: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--rewt-grey);
}
.rewt-popup ul{
  list-style: none;
  padding: 18px;
}
.rewt-heading{
  font-family: var(--heading-font);
  margin-bottom: 0px;
  margin-top: 0px;
}
.rewt-heading-small{
  font-family: var(--heading-font);
  font-size: 18px;
  margin-bottom: 0px;
  margin-top: 0px;
}
.rewt-form-elements{
  display: grid;
  max-width: 300px;
  min-width: 275px;
}
.rewt-extra-text{
  display: grid;
  padding-top: 20px;
}
.staying{
  display: inline-flex;
  margin-top: 20px;
  margin-bottom: 20px;
}
.rewt-next{
   appearance: none;
  -webkit-appearance: none;
   width: 125px;
   height: 50px;
   background-color: transparent;
   border: 2px solid var(--rewt-grey);
   border-radius: 10px;
   font-family: var(--heading-font);
   font-size: 18px;
   color: #333333;
 }
.rewt-next-less .rewt-next-long{
    appearance: none;
   -webkit-appearance: none;
    width: 175px;
    height: 50px;
    background-color: transparent;
    border: 2px solid var(--rewt-grey);
    border-radius: 10px;
    font-family: var(--heading-font);
    font-size: 18px;
    color: #333333;
    text-align: center;
  }
 .rewt-next-less{
   display: flex;
   justify-content: space-between;
 }
input[type=text], input[type=password], input[type=email], input[type=number] {
width: 275px;
 height: 30px;
 border: 1px solid #333333;
 border-radius: 4px;
 font-family: 'Lora', serif;
 padding: 2px;
 text-indent: 3px;
 margin-top: 5px;
 margin-bottom: 3px;
 font-size: 18px;
 background-color: white !important;
}
input[type=checkbox]{
  width: 18px;
  height: 18px;
  margin-right: 5px;
}
input[type=email]:focus{
  -webkit-appearance:none;
  appearance: none;
  outline: none !important;
  border:2px solid var(--rewt-green);
  background-color: white !important;
}
input[type=text]:focus{
  -webkit-appearance:none;
  appearance: none;
  outline: none !important;
  border:2px solid var(--rewt-green);
  background-color: white !important;
}
input[type=password]:focus{
  -webkit-appearance:none;
  appearance: none;
  outline: none !important;
  border:2px solid var(--rewt-green);
  background: white !important;
}
input[type=number]:focus{
  -webkit-appearance:none;
  appearance: none;
  outline: none !important;
  border:2px solid var(--rewt-green);
  background: white !important;
}

select{
  -webkit-appearance:none;
  appearance: none;
  width: 280px;
  height: 36px;
  padding: 5px;
  border: 1px solid #333333;
  border-radius: 4px;
  font-family: 'Lora', serif;
  margin-bottom: 5px;
  font-size: 18px;
  background-color: white;
  color: #333333;
}
select:focus{
-webkit-appearance:none;
appearance: none;
outline: none !important;
border:2px solid var(--rewt-green);
color: #333333;
}
.scaler input[type=text]{
  width: 275px;
}
input[type=range] {
  height: 0px;
  -webkit-appearance: none;
  appearance: none;
  max-width: 240px;
  width: 100%;
}
input[type=range]:focus {
  outline: none;
}
input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 2px;
  cursor: pointer;
  background: #333333;
}
input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  border: 5px solid #333333;
  background-color: #333333;
  cursor: pointer;
  margin-top: -10px;
}
input[type=range]:focus::-webkit-slider-runnable-track {
  background: #333333;
}
.emojis{
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 275px;
}
.emojis img{
  width: 40px;
  height: 40px;
}
#f1{
  width: 60px;
  height: 60px;
}
.description{
  text-align: center;
  font-family: 'Lora', serif;
  font-size: 16px;
}

.leaf{
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 275px;
}
.scaler{
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 275px;
  margin-top: 20px;
}
.leaf img{
 max-width: 65px;
 max-height: 65px;
}
.inline-flex-container{
  display: inline-flex;
  font-size: 22px;
  margin-bottom: 5px;
}

input[type='radio']{
  -webkit-appearance:none;
  appearance: none;
  width: 20px;
  height: 20px;
  border: 2px solid #333333;
  border-radius:50%;
  outline: none;
  margin-right: 10px;
}
input[type='radio']:checked {
  width: 20px;
  height: 20px;
  border-radius: 15px;
  border: 5px solid #333333;
  background-color: #333333;
  }
input[type='radio']:focus {
    -webkit-appearance:none;
    appearance: none;
    width: 20px;
    height: 20px;
    border: 2px solid #333333;
    border-radius:50%;
    outline: var(rewt-green);
  }
.strat-video{
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100vw;
  height: 100vh;
  background-color: black;
  z-index: 11;
}
.strat-video video{
  display: block;
  margin: auto;
  width: 100vw;
  height: 100vh;
}
.strat-video video::-webkit-media-controls-timeline {
  display:none !important;
  opacity: 0 !important;
  visibility: hidden;
}
.headphones-notice{
  width: 250px;
  font-family: var(--heading-font);
}

#cookies{
  display: none;
}
#signup-ok{
  display: none;
}
#rewt-ok{
  display: none;
}
#signup2{
  display:none;
}
#signup3{
  display: none;
}
#page2{
  display: none;
}
#page3{
  display:none;
}
#pg1{
  z-index: 0;
}
#pg2{
  z-index:10;
  display: none;
}
#pg3{
  z-index: 20;
  display: none;
}
#limit{
  display: none;
}

@media only screen and (max-height: 480px) and (max-width: 320px){
  .rewt-footer{
    max-height: 50px;
    min-height: 50px;
    max-width: 100vw;
    min-width: 100vw;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 30px;
    left: 0px;
  }
}

@media only screen and (max-height: 570px) and (max-width: 320px){
  .rewt-footer{
    max-height: 50px;
    min-height: 50px;
    max-width: 100vw;
    min-width: 100vw;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 50px;
    left: 0px;
  }
}
