*{margin: 0;padding: 0;}
 @font-face { font-family: loveLetter; src: url('LoveLetter.ttf'); }

body{
	background-color: #292a65;
}

#background {
	width: 100vw;
	height: 100vh;

	background-image: url(../images/newback.png);
	background-color: #292a65;
	background-size: contain;
	position: fixed;
	z-index: -5;
}



.sectionHolder {
	width: 100%;
	height: 100vh;
	overflow: hidden;
	text-align: center; 
}


#indicatorHolder {
	width: 5px;
	right: 30px;
	position: fixed;
	top: 50vh;
	bottom: 50vh;
	background: black;
	list-style-type: none;
}

.indicator {
	width: 5px;
	height: 5px;
	border: 1.5px solid #EBD2AB;
	border-radius: 50%;
	margin-bottom: 10px;
	margin-top: 10px;
}

.indicatorCheck{
	background-color: #EBD2AB;
}

#logoBig {
	height: 10vh;
	background-image: url(../images/logo.png);
	background-size: contain;
	background-repeat: no-repeat;
	margin: 0 auto; 
	background-position: center;
	margin-top: 40vh;
}

#logoSmall {
	background-image: url(../images/logoSmall.svg);
	background-size: contain;
	background-repeat: no-repeat;
	width: 150px;
	height: 20px;
	position: fixed;
	z-index: 100;
	left: 50px;
	top: 50px;
	display: none;
}

#line {
	width: 5vw;
	height: 1px;
	background-color: #EBD2AB;
 	margin: 20px auto 20px auto; 
}

#text {
	margin: 0 auto; 
	width: 30vw;
	color: #EBD2AB;
	font-family: 'Crimson Text', serif;
	font-size: 1em;
	letter-spacing: 0.5px;
}

#scroll {
	bottom: 30px;
	left: 0;
	right: 0;
	position: absolute;
	color: #EBD2AB;
	font-size: 0.7em;
}

#layer4 {
	position: fixed;
	top:0;
	width: 100%;
	height: 130%;
	background-image: url(../images/layer4.png);
	background-size: 100%;
	background-position: top;
	background-repeat: no-repeat;
	transform: translateY(0px);
	z-index: 2;
}

#layer3 {
	position: fixed;
	top:0;
	width: 100%;
	height: 400%;
	background-image: url(../images/layer3-1.png);
	background-size: 100%;
	background-position: top;
	transform: translateY(0px);
	background-repeat: no-repeat;
	z-index: -2;
	opacity: 0.6;
}

#layer2 {
	position: fixed;
	top:0;
	width: 100%;
	height: 400%;
	background-image: url(../images/layer2-1.png);
	background-size: 100%;
	background-position: top;
	opacity: 0.8;

	transform: translateY(0px);
	background-repeat: no-repeat;
	z-index: -2;
}

#layer1 {
	position: absolute;
	top:0;
	width: 100%;
	height: 200%;
	background-image: url(../images/newpd.png);
	background-size: 100%;
	background-repeat: no-repeat;
	z-index: -1;
}

.paraText {
	width: 50%;
	font-family: 'Crimson Text', serif;
	font-size: 1.5em;
	color: #EBD2AB;
	margin: 0 auto; 
	margin-top: 50vh;
	letter-spacing: 0.5px;
	text-align: left;
	display: inline-block;
}

.firstPara {
	margin-top: 30px;
	width: 50%;
	display: none;
}


/*.paraText::first-letter {
	font-family: loveLetter;
	font-size: 4.5em;
	float:left;
	margin-right: 7px;
	margin-top: 0;
	margin-bottom: -30px;
}*/

.firstPara:first-letter {
	font-family: loveLetter;
	font-size: 4.5em;
	float:left;
	margin-right: 1px;
	margin-top: 0;
	margin-bottom: -30px;
}

.thirdPara {
  	width: 30vw;
 	height: 50vh;
 	vertical-align: top;
 	margin-top: 45vh;
 	margin-left: 20px;
}

/*.thirdPara:first-letter {
	font-family: loveLetter;
	font-size: 4.5em;
	float:left;
	margin-right: 7px;
	margin-top: 0;
	margin-bottom: -30px;
}*/

#card1 {
	margin-top: 25vh;
	width: 20vw;
	height: 50vh;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	display: inline-block;
	margin-right: 30px;
}

#holder {
	display: none;
}

#imgHolder1 {
	margin-left: 25vw;
	margin-top: 25vh;
	text-align: center;
	width: 50vw;
	height: 40vh;
	letter-spacing: 30px;
	display: none;

}

.img{
	max-width: 100%;
	max-height: 100%;
	box-shadow: 5px 5px 10px rgba(0,0,0,0.3);
}

#imgHolder2 {
	text-align: center;
	width: 40vw;
	height: 100vh;
	display: inline-block;
}

#nyaPic {
	width: 40%;
	position: absolute;
	top:10vh;
	left: 0;
	margin-left: 6%;
}

#babaPic {
	width: 40%;
	position: absolute;
	bottom: 10vh;
	right: 0;
	margin-right: 5%;
}

.secondPara {
	width: 30vw;
	margin-top: 10vh;
	margin-left: 5vw;
	vertical-align: top;
}

.secondPara:first-letter {
	font-family: loveLetter;
	font-size: 4.5em;
	float:left;
	margin-right: 5px;
	margin-top: 0;
	margin-bottom: -30px;
}

.error {
	width: 100vw;
	height: 100vh;
	position: fixed;
	top: 0;
	text-align: center;
	padding-top: 50vh;
	font-family: 'Crimson Text', serif;
	font-size: 1em;
	color: #EBD2AB;
	display: none;
}

.fourthPara {
	width: 30vw;
	margin-top: 10vh;
	vertical-align: top;
}

.fourthPara:first-letter {
	font-family: loveLetter;
	font-size: 4.5em;
	float:left;
	margin-top: 0;
	margin-bottom: -30px;
}

#overlap {
	width: 25vw;
	height: 40vh;
	margin: 0 auto;
	margin-top: 5vh;
	position: relative;
	text-align: center;

}

.overlap {
	max-width: 100%;
	max-height: 100%;		
	margin: 0 auto;
	box-shadow: 5px 5px 10px rgba(0,0,0,0.2)
}

.overlap.front{
	position: absolute;
	margin-left: -65%;
	margin-top: 10%;
	transform: rotate(7deg);
}

.fifthPara {
	width: 30vw;
	margin-top: 7vh;
	vertical-align: top;
}

.sixthPara {
	width: 40vw;
	margin-top: 10vh;
	vertical-align: top;
}

.sixthPara:first-letter {
	font-family: loveLetter;
	font-size: 4.5em;
	float:left;
	margin-top: 0;
	margin-bottom: -30px;
}

#cardList1 {
	width: 100%;
	height: 40vh;
	margin-top:20vh;
	letter-spacing: 10px;
}

#cardList2 {
	width: 100%;
	height: 40vh;
	margin-top:20vh;
	letter-spacing: 20px;
}





/*animation*/
@-webkit-keyframes newrotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transform: rotate3d(0, 0, 1, 7deg);
    transform: rotate3d(0, 0, 1, 7deg);
    opacity: 1;
  }
}

@keyframes newrotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transform: rotate3d(0, 0, 1, 7deg);
    transform: rotate3d(0, 0, 1, 7deg);
    opacity: 1;
  }
}

.newrotateInUpLeft {
  -webkit-animation-name: newrotateInUpLeft;
  animation-name: newrotateInUpLeft;
  animation-delay: 1.5s;
}

button {
	font-family: 'Crimson Text', serif;
	font-weight: 700;
	padding: 14px 60px;
	font-size: 1em;
	background-color: #EDA720;
	border: none;
	color: #EBD2AB;
	border-radius: 10px;
	box-shadow: 0px 5px 5px rgba(0,0,0,0.2);
	transition: all 0.3s;
	margin-top: 30px;
}

button:active{
	box-shadow: 0px 2px 2px rgba(0,0,0,0.2)
}

#finalImg{
	width: 40vw;
	height: 50vh;
	background-color: #EBD2AB;
	margin: 0 auto;
	background-image: url(../images/IMG_0007.jpg);	
	background-size: cover;
	background-position: center;
	border-radius: 10px;
}

h1 {
	font-family: loveLetter;
	color: #EBD2AB;
	font-weight: normal;
	font-size: 2.5em;
	margin-top: 15vh;
	margin-bottom: 10px;
	letter-spacing: 2px;

}