/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


body {
	
	width: 1080px;
	border: solid 1px black;
}

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

#element{
    -webkit-animation: 11s ease 0s normal forwards 1 fadein;
    animation: 11s ease 0s normal forwards 1 fadein;
	max-width: 1080px;
	margin: 0px auto;
}

#element2{
    -webkit-animation: 1s ease 0s normal forwards 1 fadein;
    animation: 1s ease 0s normal forwards 1 fadein;
	max-width: 1080px;
	margin: 0px auto;
	
}

#welcome {
	font-size: 30px;
}

#elementcontent {
	
	
	height: 400px;
	width: 600px;
	margin: 0px auto;
	color: #3a519a;
	font-size: 20px;
	line-height: 30px;
}

#elementcontent a {
	
	color: white;
}

#intro {
	font-family: 'Kalam', cursive;
	font-size: 24px;
	line-height: 36px;
}

@keyframes fadein{
    0% { opacity:0; }
    66% { opacity:0; }
    100% { opacity:1; }
}

@-webkit-keyframes fadein{
    0% { opacity:0; }
    66% { opacity:0; }
    100% { opacity:1; }
}

/* Additional styles not required */
.wishes {
    position: absolute;
	top: 80px;
	margin: 0px auto;
	width: 1080px; 
	font-family: helvetica, arial, sans-serif;
    text-align: center;
    font-weight: bold;
	color: #3a519a;
    
}

#cranevideo2{
	position: absolute;
	top: 0;
	left: 0;
	width: 1080px;
	background-color: transparent;
	
}

.container {
	width: 600px;
	
}

#content {
	width: 1080px;
		
}

.unfold-btn a {
	position: absolute;
	top: 315px;
	left: 430px;
	background-color: #c10077;
	color: white;
	padding: 6px 12px;
	text-decoration: none;
}


.restart a {
	background-color: #c10077;
	color: white;
	padding: 6px 10px;
	text-decoration: none;
	font-weight: 400;
}


.mywish {
	position: fixed;
	top: 125px;
	left: 480px;
}

#gen {
  position: fixed;	
  top: 555px;
  left: 425px;
  padding: 8px;
  transition: 0.5s;
  background-color: #c10077;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
}

button:hover {
  text-decoration: none;
	cursor: pointer;
	
}

#quote {
	font-family: 'Kalam', cursive;
	width: 400px;
	font-size: 22px;
	font-weight: 400;
	line-height: 35px;
	text-transform: none;
	margin: 150px auto;
	text-align: center;
	
}


@media screen 
 and (max-device-width: 800px) 
  and (max-device-height: 640px) 
  and (-webkit-device-pixel-ratio: 2) 
  and (orientation: portrait) {
    p {
      font-size: 1em;
    }
}

#endtext {
	position: absolute;
	top: 476px;
	left: 560px;
	background-color: #c10077;
	padding: 8px;
	font-size: 18px;
}

#endtext a{
	
	width: 1080px;
	text-align: center;
	font-family: helvetica, arial, sans-serif;
	font-weight: 400;
	text-decoration: none;
	color: #ffffff;
}


#cranevideo2{
    -webkit-animation: 2s ease 0s normal forwards 1 fadeOut;
    animation: 2s ease 0s normal forwards 1 fadeOut;
	animation-delay:7s;
    -webkit-animation-delay:7s; /* Safari and Chrome */
    -webkit-animation-fill-mode: forwards;
	max-width: 1080px;
	margin: 0px auto;
	
}

@keyframes fadeOut{
    0% { opacity:1; }
    66% { opacity:0; }
    100% { opacity:0; }
}

@-webkit-keyframes fadeOut{
    0% { opacity:1; }
    66% { opacity:0; }
    100% { opacity:0; }
}




.mySlides {display: none}
img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;	
}

/* Next & previous buttons */
.prev {
 position: fixed;	
  top: 555px;
  left: 285px;
  padding: 8px;
  transition: 0.5s;
  background-color: #c10077;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
}

/* Position the "next button" to the right */
.next {
  position: fixed;	
  top: 555px;
  left: 425px;
  padding: 8px;
  transition: 0.5s;
  background-color: #c10077;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
}

.next:hover {
	cursor: pointer;
}

.prev:hover {
	cursor: pointer;
}


/* Caption text */
.text {
  font-family: 'Kalam', cursive;
	width: 400px;
	font-size: 22px;
	font-weight: 400;
	line-height: 35px;
	text-transform: none;
	margin: 150px auto;
	text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 11px}
}