@charset "UTF-8";
/* CSS Document */

h1 {
	text-align:center;
	margin-top:7vh;
	font-family: adobe-caslon-pro, serif;
	font-weight: 400;
	font-style: normal;
	font-size:5vw;
	margin-bottom:-5vh;
}
.invisible {
	opacity:0%;
	margin:-0.5vw;
}

#invisible4 {
	margin-right:0.5vw;
}
#invisible5 {
	margin-left:0.5vw;
}

button {
	width:10%;
	padding:none;
	border:none;
}

#vogue, #seventeen {
	margin-left:20%;
	margin-top:7.5vh;
}
#glamour, #charm, #overseaswoman, #mademoiselle {
	margin-left:15%;
	margin-top:7.5vh;
}

img {
	width:100%;
	height:25vh;
}

div {
	background:linear-gradient(90deg,white 20%, #ddd 40%, #ccc 45%, #aaa 49%, #888 50%, #aaa 51%, #bbb 55%, #ccc 60%, white 80%);
	width:100%;
	height:25vh;
	margin-left:100%;
	margin-top:-25vh;
	opacity:0%;
	border:2px #aaa solid;
}

.letter1, .letter2, .singleletter {
	display: inline-block;
	-webkit-transform: scale(-1, 1);
	transform: scale(-1,1);
	opacity:99;
	font-family: adobe-caslon-pro, serif;
	font-size:5vw;
}
.letter1 {
	margin-left:31%;
}
.letter2 {
	margin-top:6vh;
	margin-left:2%;
}
.singleletter {
	margin-right:50%;
	margin-top:6vh;
}

#vogue .letter1:hover, #vogue .letter2:hover {
	color:#A39590;
}
#glamour .letter1:hover, #glamour .letter2:hover {
	color:#A20B1D;
}
#overseaswoman .singleletter:hover {
	color:#526D66;
}
#seventeen .letter1:hover, #seventeen .letter2:hover {
	color:#708F56;
}
#charm .letter1:hover, #charm .letter2:hover {
	color:#FFF0D2;
}
#mademoiselle .letter1:hover, #mademoiselle .letter2:hover {
	color:#AAD6E6;
}

/* Curl Bottom Right */
.hvr-curl-bottom-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
}
.hvr-curl-bottom-right:before {
  pointer-events: none;
  position: absolute;
  content: '';
  height: 0;
  width: 0;
  bottom: 0;
  right: 0;
  background: white;
  /* IE9 */
  background: linear-gradient(315deg, white 45%, #aaa 50%, #ccc 56%, white 80%);
  box-shadow: -1px -1px 1px rgba(0, 0, 0, 0.4);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: width, height;
  transition-property: width, height;
}
.hvr-curl-bottom-right:hover:before, .hvr-curl-bottom-right:focus:before, .hvr-curl-bottom-right:active:before {
  width: 25px;
  height: 25px;
}

/* Page Turn Open */
.perspectiveLeft:focus {
	-webkit-animation-name: perspectiveLeft;
	animation-name: perspectiveLeft;
	animation-duration:2s;
	-webkit-animation-duration:2s;
	animation-fill-mode: forwards;
	-webkit-animation-fill-mode: forwards;
}
@-webkit-keyframes perspectiveLeft {
  0% {
    transform-origin: 0 0;
    transform: perspective(800px) rotateY(0deg);
  }
  100% {
    transform-origin: 0 0;
    transform: perspective(800px) rotateY(-180deg);
  }
}
@keyframes perspectiveLeft {
  0% {
    transform-origin: 0 0;
    transform: perspective(800px) rotateY(0deg);
  }
  100% {
    transform-origin: 0 0;
    transform: perspective(800px) rotateY(-180deg);
  }
}

.perspectiveLeft:focus div {
	opacity:100%;
	transition-delay:0.5s;
	transition-duration:0.5s;
	width:200%;
	margin-left:-100%;
}
.perspectiveLeft:focus img {
	opacity:0%;
	transition-delay:0.5s;
	transition-duration:0.5s;
}