@font-face {
  font-family: stamp;
  src: url(assets/trauma.ttf); }
.img-note {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto; }

.note-draggable {
  max-width: 100%;
  /*max-height:100%;*/
  max-height: 95px;
  margin: auto;
  /*transition: .8s max-width;*/
  opacity: 1;
  transition: .8s opacity;
  display: block;
  margin: 5px auto; }

.note-draggable.dropped {
  position: absolute; }

.bottom-pane, .focus .note-draggable, .right, .left {
  cursor: pointer; }

.intro {
  position: relative;
  max-width: 800px;
  height: 530px;
  color: #f2f2f5;
  font-size: 24px;
  margin: 0px 60px;
  text-align: center;
  /*opacity:0;*/
  /*opacity:0;*/
  transition: 1s all;
  margin: auto; }
  .intro .intro-page {
    max-width: 800px;
    height: 100%;
    display: none; }
    .intro .intro-page span {
      opacity: 0;
      /*display:none;*/
      transition: 1s all; }
  .intro .intro-page:not(.page5) {
    padding-top: 80px; }

/*.page-5{
	display:block;
	span{
		opacity:1;
	}
}*/
p {
  margin: auto;
  /*width:500px;*/
  text-align: center; }

body {
  font-family: 'Lora', serif;
  max-width: 100vw;
  height: 100vh;
  color: #f2f2f5;
  margin: 0px;
  background: linear-gradient(to top, #ea5263, #a30d2d); }

.bottom-pane {
  width: 90%;
  height: 0px;
  position: absolute;
  /*bottom:-40px;*/
  bottom: 0px;
  /*border: solid 1px white;*/
  border-radius: 25px;
  /*background-color:pink;*/
  left: 0px;
  right: 0px;
  margin: auto;
  transition: .8s all;
  padding: 20px;
  margin: 0px 60px;
  background: linear-gradient(to top, transparent, #f05567); }

.bottom-pane.open {
  height: 25vh; }

.bottom-pane.kinda-open {
  bottom: 10px; }

.bottom-pane, .header {
  max-width: 1200px;
  margin: auto; }

.header {
  padding: 0px 60px; }

.content-wrapper {
  /*max-width:1200px;*/
  width: 100%;
  position: absolute;
  top: 0px;
  height: 100%;
  overflow: hidden;
  margin: auto;
  left: 0px;
  right: 0px; }

.stamper {
  text-align: center;
  /*background-color:green;*/
  position: relative;
  transition: .8s all;
  bottom: 10px; }
  .stamper img {
    width: 140px; }

.stamper.active {
  bottom: 35px; }

.stamp-date {
  z-index: 5;
  font-size: 20px;
  color: rgba(0, 0, 0, 0.75);
  font-family: stamp;
  position: absolute;
  white-space: nowrap; }

h1 {
  opacity: 0;
  margin-bottom: 0px;
  margin-top: 40px;
  font-weight: normal; }

h2 {
  margin-top: 0px;
  font-style: italic;
  font-weight: normal;
  color: #ff6283;
  opacity: 0;
  transition: .8s all; }

.subheader {
  width: 220px;
  margin: 5px;
  position: relative;
  right: 10px; }

.start-button {
  display: none;
  width: 60px;
  height: auto;
  padding: 5px 20px;
  border-radius: 10px;
  color: #f2f2f5;
  border: solid 3px #ff6283;
  font-size: 14px;
  text-align: center;
  margin: auto;
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  transition: .8s all;
  background-color: transparent; }

.title-button {
  width: 60px;
  height: auto;
  padding: 5px 20px;
  border-radius: 10px;
  color: #f2f2f5;
  border: solid 3px #ff6283;
  font-size: 14px;
  text-align: center;
  margin: auto;
  transition: .8s all;
  background-color: transparent; }

.title-button:hover, .start-button:hover {
  background-color: #ff6283; }

.title {
  font-size: 80px;
  margin-top: 160px;
  margin-bottom: 40px;
  position: relative; }

.start-button.inactive {
  pointer-events: none;
  opacity: .5; }

.start-button:hover, .title-button:hover {
  cursor: pointer; }

.img-wrapper {
  text-align: center; }

.note-wrapper {
  width: 100%;
  /*background-color:yellow;*/
  height: 70vh;
  position: relative;
  /*overflow-x:hidden;*/
  /*	overflow-x:hidden;
  	overflow-y:visible;*/
  transition: .8s height; }

.nav {
  font-size: 36px;
  position: absolute;
  top: 30%;
  opacity: 1;
  transition: 1s all;
  z-index: 5; }

.nav.right {
  right: 60px; }
  .nav.right span {
    position: relative;
    top: 0px;
    transition: 1s all; }

.hint-wrapper {
  right: 40px; }
  .hint-wrapper .hint, .hint-wrapper .bottom-pane .stamp-description, .bottom-pane .hint-wrapper .stamp-description {
    top: -5px; }

.hint.large, .bottom-pane .large.stamp-description {
  top: -10px; }

.hint, .bottom-pane .stamp-description {
  background-color: rgba(75, 22, 22, 0.41);
  font-size: 13px;
  padding: 12px;
  padding-left: 20px;
  padding-right: 45px;
  border-radius: 30px;
  position: relative;
  opacity: 1;
  transition: 1s all; }

.hint.hidden, .bottom-pane .hidden.stamp-description {
  opacity: 0; }

.bottom-pane {
  pointer-events: none;
  text-align: center; }
  .bottom-pane .sticker-hint, .bottom-pane .stamper-hint, .bottom-pane .stamp-description, .bottom-pane .trash-hint {
    text-align: center;
    padding: 12px 20px; }
  .bottom-pane .hint.open-hint, .bottom-pane .open-hint.stamp-description {
    position: absolute;
    top: -70px;
    text-align: center;
    margin: auto;
    width: 50%;
    left: 0px;
    right: 0px; }
  .bottom-pane .sticker-hint {
    bottom: 190px; }
  .bottom-pane .stamper-hint {
    bottom: 20px; }
  .bottom-pane .stamp-description {
    position: absolute;
    margin: auto;
    left: 0px;
    right: 0px;
    width: 90px;
    top: 100px;
    text-align: center;
    opacity: 1 !important; }

.bottom-section .hint, .bottom-section .bottom-pane .stamp-description, .bottom-pane .bottom-section .stamp-description {
  opacity: 0;
  transition: .6s all; }

.bottom-pane.open .bottom-section:hover .hint, .bottom-pane.open .bottom-section:hover .stamp-description {
  opacity: 1; }

.trash-hint {
  bottom: 65px;
  margin: -10px; }

.trash {
  /*	background-color: rgba(0,0,0,0);
  	transition: .6s all;*/ }
  .trash p {
    font-size: 90px;
    color: #a30d2d; }

/*.trash:hover{
	background-color:rgba(163, 13, 45, 0.25);
}*/
.nav.large {
  /*font-size:48px;*/ }
  .nav.large span {
    top: -5px; }

.left {
  left: 60px;
  opacity: 0; }

.note-wrapper.closed {
  height: 50vh; }

.note-wrapper:not(.original), .bottom-pane {
  display: none; }

.note-box {
  z-index: 1;
  max-width: 400px;
  max-height: 480px;
  width: 100%;
  height: 100%;
  position: absolute;
  /*background-color:black;*/
  /*display:inline;*/
  transition: 2s all;
  bottom: 0px;
  right: 0px;
  top: 0px;
  left: 0px;
  margin: auto;
  transform: translateX(0); }

.note-box.focus {
  opacity: 1;
  /*left:100px;*/
  /*margin-top:20px;*/
  /*margin-bottom:20px;*/
  transform: translateX(0);
  transition: 2s all; }

.note-box.right, .note-box.left, .note-box.left-hidden, .note-box.right-hidden {
  max-width: 300px;
  max-height: 350px;
  transition: 2s all; }

.note-box.right {
  opacity: .25;
  /*	width:50%;
  	height:50%;*/
  transform: translateX(150%); }

.note-box.left {
  opacity: .25;
  /*	width:50%;
  	height:50%;*/
  transform: translateX(-150%); }

.note-box.left-hidden {
  opacity: 0;
  /*	width:50%;
  	height:50%;*/
  transform: translateX(-250%); }

.note-box.right-hidden {
  opacity: 0;
  /*	width:50%;
  	height:50%;*/
  transform: translateX(250%); }

/*.note-box.original{
	display:inline-block;
	bottom:auto;
	top:auto;
	right:auto;
}*/
.note-wrapper.original {
  /*display:none;*/
  padding-top: 40px;
  width: 100%;
  margin: auto;
  height: 350px;
  /*opacity:0;*/ }

.original-note-box {
  display: inline-block;
  width: 150px;
  height: auto;
  padding: 20px; }

.original-note-box img {
  max-width: 100%;
  position: relative; }

.note.original {
  transition: .8s all;
  bottom: 0px;
  right: 0px;
  max-height: 60px;
  max-width: 100%; }

.note.original.pull {
  bottom: 0px;
  right: 0px; }

.hey-want-to .n2 {
  bottom: 68px;
  right: -80px;
  max-width: 60px; }
.hey-want-to .n1.rearranged {
  bottom: -145px; }

.physical .n2 {
  max-width: 176px;
  bottom: 10px;
  right: 14px; }
.physical .n2.rearranged {
  right: 409px;
  bottom: 170px; }

.im-done-with .n1 {
  max-width: 80px;
  right: 36px;
  bottom: -34px; }
.im-done-with .n1.rearranged {
  bottom: -123px;
  right: -200px; }

.lets-talk-in-the .n1 {
  max-width: 79px;
  bottom: -30px;
  right: 17px; }
.lets-talk-in-the .n1.rearranged {
  right: 200px; }

.see-flirt .n2 {
  max-width: 95px;
  right: -13px;
  bottom: 42px; }

.meet-eggplants .n2 {
  bottom: 12px;
  max-width: 147px; }

.that-u-miss .n1 {
  width: 60px;
  bottom: -36px;
  right: 30px; }
.that-u-miss .n2.rearranged {
  right: -400px;
  bottom: 130px; }

.ur-identity .n2 {
  bottom: 17px; }
.ur-identity .n2.rearranged {
  bottom: 35px; }

/*.actually-super-bad {
	.n2{
		bottom:22px;
	}
	.n2.rearranged{
		bottom:-50px !important;
		right:-50px !important;
	}
}

.emotional-labor {
	.n2{
		bottom:18px;
	}
	.n2.rearranged{
		bottom:-80px !important;
		right:-150px !important;
	}
}

.i-got-to-those-so{
	.n2{
		bottom:8px;
		right:1px;

	}
	.n2.rearranged{
		bottom:-35px !important;
		right:60px !important;

	}
	.n3{
		bottom:15px;
		right:6px;
	}
}

.i-know-how-it-is{
	.n1.rearranged{
		right:-400px !important;
		bottom:100px !important;
	}
	.n2{
		bottom:16px;
	}
}

.nonmonogamy{
	.n2{
		bottom:9px;
	}
	.n2.rearranged{
		right:200px;
		bottom:100px;
	}
	.n3{
		bottom:34px;
	}
}
*/
/*.note.original.pull{
	bottom:0px;
	right:0px;
}*/
.hidden {
  display: none; }

.sticker-sheet {
  background-color: #eeeeee;
  width: 230px;
  height: 300px;
  padding: 10px;
  position: relative;
  transition: 1.2s all;
  bottom: 0px;
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.15);
  z-index: 5; }

.sticker-sheet.open {
  bottom: 180px; }

.sticker {
  z-index: 5;
  display: inline-block;
  width: 20%;
  padding: 5px; }

.sticker:hover {
  cursor: pointer; }

.sticker.stuck {
  position: absolute;
  width: 60px; }

.bottom-section {
  width: 24%;
  display: inline-block;
  vertical-align: middle;
  /*background-color:blue;*/ }

.bottom-section.stamper-section {
  width: 20%; }

.bottom-section.pile, .bottom-section.trash {
  height: 300px;
  border: solid 1px rgba(163, 13, 45, 0.25);
  /*line-height:200px;*/
  border-radius: 20px; }

.bottom-section.pile {
  width: 36%;
  margin: .5%;
  padding: .5%; }
  .bottom-section.pile p {
    top: 80px;
    position: relative; }

.bottom-section.trash {
  width: 13%;
  margin: .5%;
  padding: .5%; }

.inPile {
  max-width: 300px; }

.bar {
  width: 30px;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 5px;
  height: 2px;
  margin: auto;
  margin-bottom: 4px; }

/*.note-box.focus{
	width:100%;
	margin:auto;
	top:0px;
	right:0px;
	left:0px;
	bottom:0px;
	opacity:1;
transition:3s all;


}*/
/*.note-box.right{
	height:60%;
	width:50%;
	opacity:.5;

	right:0px;
	bottom:0px;
	top:auto;
	left:auto;
	transition: 3s all;

}
*/
/*.note-box.left{
	height:60%;
	width:50%;
	opacity:.5;

	left:0px;
	bottom:0px;
	top:auto;
	right:auto;
	transition: 3s all;

}

.note-box.left-hidden{
	height:60%;
	width:50%;
	opacity:.5;
	left:-500px;
	bottom:0px;
	right:auto;
	top:auto;
	transition:3s all;


}*/
* {
  user-select: none; }

/*# sourceMappingURL=style.css.map */
