@import url('https://fonts.googleapis.com/css?family=K2D:300,400,700');

body{
  width: 100%;
  overflow-x: hidden;
  font-family: 'K2D', sans-serif;
  font-size: 18px;
  background-color: #ffffff;
  
}

.clearfix {
  overflow: auto;
}

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

/* UI */
.btn {
  display: inline-block;
  padding: .6rem 2.5rem .7rem;
  margin-bottom: 0;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 0;
  border-radius: 15px;
  background-color: #e11144;
  text-transform: uppercase;
  color: white;
  transition: 300ms all;
}

.btn:hover{
  background-color: #bc0e39;
}

.btn-times{
  cursor: pointer;
  display: inline-block;
  background-color: white;
  border-radius: 10px;
  font-weight: 700;
  letter-spacing: .5px;
  min-width: 100px;
  text-transform: uppercase;
  padding: .5rem 3rem;
  margin: 1rem 1rem;
  color: #393b3b;
}

#slide-container{
  width: 200vw;
}

#scene-wrapper{
  z-index: 99;
  width: 200vw;
  position: relative;
  left: 0;
  top: 0;
  -webkit-transition: all 1000ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition:         all 1000ms cubic-bezier(0.645, 0.045, 0.355, 1);
  background: url('../img/stars.png') #881e3e repeat;
}
.wrapper {

}
#scene-1,
#scene-2 {
  float: left;
  position: relative;
  overflow: hidden;
  width: 100vw;
  height: 75vh;

}

/* Input Box */
.app-input {
  position: absolute;
  right: 5%;
  text-align: center;
  color: #162c58;
  width: 50%;
  max-width: 400px;
  background-color: rgba(255,255,255,0.9);
  padding: 2rem;
  border-radius: 30px;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
}

.app-input label {
  font-size: 1.4rem;
}

.app-input h2{
  font-size: 1.6rem;
  text-transform: uppercase;
}

.app-form input {
  font-family: 'Roboto', sans-serif;
  font-size: 1.6rem;
  margin: .7rem auto .9rem;
  border: 1px solid #d0cbc9;
  color: #72788d;
  font-weight: 500;
  border-radius: 8px;
  padding: .5rem 2rem;
  min-width: 300px;
  min-height: 30px;
  text-align: center;
}

.app-form input[type=time] {
  letter-spacing: 5px;
}

/* Title */

.app-title {
    position: absolute;
    color: white;
    left: 5%;
    top: 5%;
    z-index: 999;
}

.app-title-logo{
  width: 100%;
  max-width: 650px;
}

.app-title p{
    max-width: 600px;
}

/* Results */

.app-results{
  position: absolute;
  color: white;
  font-size: 1.3rem;
  right: 5%;
  text-align: center;
  width: 50%;
  max-width: 500px;
  padding: 2rem;
  border-radius: 30px;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
}

.app-results h2{
  margin: 0;
  font-size: 6rem;
  margin-bottom: 2rem;
}

.results-header span{
  font-size: 1.6rem;
  text-transform: uppercase;
}

.results-share{
  margin-top: 2rem;
  padding: 1rem;
  color: #393b3b;
  text-transform: uppercase;
  background-color: white;
  border-radius: 15px;
  text-align: center;
  max-width: 200px;
  margin: 2rem auto 0;
  font-size: 1.2rem;
}

.results-share ul{
  margin: 0;
  padding: 0;
}

.results-share li{
  display: inline;
  list-style: none;
}

.results-share img{
  width: 40px;
  margin: .5rem .5rem 0;
  border-radius: 5px;
}
.re-try {
  margin-top:50px;
  cursor:pointer;
}
/* Info Bar */

#info{
  cursor: pointer;
  position: relative;
  width: 100%;
  color: #ffffff;
  background-color: #b59a59;
}

.info-header {
  font-size:26px;
  padding: 1.6rem;
  text-align: center;
}

.info-description{
    display: none;
    padding: 0 20px 40px 20px;
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
}

/* Image Props */

.prop{
  display: block;
  position: absolute;
}

.prop-bed{
  z-index: 2;
  bottom: -8%;
  left: 5%;
  width: 50%;
}

.prop-tree{
  z-index: 1;
  top: 5%;
  right: -8%;
  width: 40%;
}

.prop-tree-2{
  top: 5%;
  left: 25%;
  width: 40%;
}

.prop-window{
  z-index: 1;
  width: 32%;
  left: 0;
  bottom: 13%;
  right: 20%;
  margin: auto;
}

.prop-clock{
  z-index: 2;
  bottom: -5%;
  left: 5%;
  width: 32%;
}

/* Clock */

.hand-container{
  width: 100%;
  height: 100%;
  left: 9%;
  top: 9%;
  position: absolute;
  right: 0;
}

.hand {
  width:25%;
  left: 25%;
  height:15px;
  background:#333;
  position: absolute;
  top: 50%;
  transform: rotate(90deg);
  transform-origin: 100%;
  border-radius: 10px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  transition: all 0.5s ease-in-out;
}

.hour-hand {
  height:15px;
  width: 15%;
  left: 35%;
}

/* Footer */

footer{
    text-align: center;
    height:140px;
    padding-top:40px;
    font-size: 1rem;
    background:#ffffff;
}

footer img{
  max-width: 200px;
}


/* media queries */

@media only screen and (max-width: 1279px) {

  .app-title {
    max-width:450px;
  }
  .prop-tree-2 {
    left:10%;
  }
}

@media only screen and (max-width: 1000px) {

  #scene-1, #scene-2 {
    height:auto;
    overflow: visible;
  }
  /* props */
  .prop{
    position: relative;
  }
  .prop-tree {
    display: none;
  }
  .prop-tree-2 {
    top:0;
    left:auto;
    margin:0 auto;
    top:-230px;
    width:300px;
  }
  .prop-window{
    width:50%;
  }
  .prop-bed{
    width:60%;
  }
  .prop-clock{
    width:100%;
    max-width:230px;
    top:280px;
    margin:0 auto;
    left:0;
  }
  .hand {
    height:8px;
  }
  .app-title-logo{
    width:100%;
    height:auto;
  }
  .app-title {
    position:static;
    padding:20px;
    max-width:100%;
    top:0;
    left:0;
    margin:0 auto;
  }
  .app-title p{
    max-width: 500px;
  }
  .app-input{
      position: static;
      width: 100%;
      max-width: 100%;
      transform: none;
      right:0;
      border-radius: 0px;
      padding: 0;

  }    
  .app-input label{
    display: block;
  }
  .app-form input {
    min-width:230px;
  }
  .app-input p{
    padding:30px 30px 0 30px;
    margin: 0 auto;
    max-width: 550px;
  }
  .app-results {
    position:relative;
    max-width:100%;
    margin:0 auto;
    width:auto;
    right:auto;
    top:-120px;
    transform: none;
  }

  .app-results h2 {
    font-size:4rem;
  }

  .btn{
    margin-bottom: 30px;
  }

  .info-description p {

  }

  footer p {
    max-width:550px;
    margin:0 auto;
  }

}