
/* 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;
}
body {
	line-height: 1;
}
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;
}

/*end of reset DO NOT TOUCH */


/*start css here */

body {
	font-size: 18px;
	background-color: rgb(242, 167, 173);
}

h2 {
	text-align: center;
	font-family: 'Playfair Display', serif;
	padding: 5%;
	font-size: 1.8em;
	color: rgb(255, 255, 255);
}

#project-message {
	background: rgb(0, 117, 191);
	font-size: 1.5em;
	font-family: 'Barlow', sans-serif;
	color: rgb(255, 255, 255);
	padding: 5%;
}

#front-kirby {
	position: fixed;
	top: 0%;
	right: -100%;
	width: 100%;
	height: 100%;
	padding: 0%;
	background: red;
	z-index: 9;
	background-color: rgb(242, 167, 173);
	opacity: 0;
}

#logo-kirby {
	display: block;
	width: 100%;
	height: 35%;
	margin: 0px auto;
	padding-top: 5%;
}

#sub-title {
	text-align: center;
	margin: 0px auto;
	padding: 5%;
	font-family: 'Playfair Display', serif;
	font-size: 2.5em;
	color: rgb(255, 255, 255);

}

#kirb-car {
	display: block;
	padding-top: 5%;
	margin: 0px auto;
	position: fixed;
	width: 100%;
	height: 50%;
	top: 25%;
	right: 0%;
	opacity: 0;
	z-index: 9;
}

#who-kirby {
	position: fixed;
	top: -100%;
	left: 0%;
	width: 100%;
	height: 100%;
	padding: 0%;
	background: red;
	z-index: 9;
	background-color: rgb(238, 139, 179);
	opacity: 0;
}

#kirby-text {
	position: fixed;
	top: 15%;
	left: 15%;
	width: 70%;
	font-size: 1em;
	margin: 0 auto;
	padding: 3%;
	background-color: rgba(255, 255, 255, 0.5);
	font-family: 'Barlow', sans-serif;
}

#kirby-star {
	position: fixed;
	top: 50%;
	right: 10%;
	width: 75%;
	height: 50%;
	padding: 0%;
	z-index: 9;
	opacity: 0;
}

#kirby-sword {
	position: fixed;
	top: 50%;
	right: 15%;
	width: 75%;
	height: 50%;
	padding: 0%;
	z-index: 9;
	opacity: 0;
}

#kirby-friends {
	position: fixed;
	top: 60%;
	right: 9%;
	height: 30%;
	width: 75%;
	z-index: 9;
	opacity: 0;
	border-radius: 18%;
}

#create-kirby {
	position: fixed;
	top: 100%;
	left: 0%;
	width: 100%;
	height: 100%;
	padding: 0%;
	background: red;
	z-index: 9;
	background-color: rgb(235, 107, 142);
	opacity: 0;
}

#create-text {
	position: fixed;
	top: 100%;
	left: 10%;
	font-family: 'Barlow', sans-serif;
	font-size: 0.9em;
	margin: 0px auto;
	text-align: center;
	padding: 5%;
	background-color: rgba(255, 255, 255, 0.5);
	width: 75%;
}

#pic-create {
	display: block;
	width: 65%;
	height: 50%;
	margin: 0px auto;
	border: dashed 5px rgb(0, 117, 191);
	border-radius: 20%;
}


#kirby-timeline {
	position: fixed;
	top: 0%;
	left: -100%;
	width: 100%;
	height: 100%;
	margin: 0% auto;
	padding: 0%;
	background: red;
	z-index: 9;
	background-color: rgb(224, 0, 91);
}

#timeline{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	margin: 0 auto;
	background-color:rgba(255, 	255, 	255, 	0.6);
	grid-gap: 5%;
	font-size: 0.85em;
	padding: 5%;
	font-family: 'Barlow', sans-serif;
}

ul {
	padding: 5%;

}



h4 {
	font-size: 1.2em;
	padding: 5%;
	background-color: rgb(255, 255, 255);
	text-align: center;
}

h6 {
	font-family: 'Barlow', sans-serif;
}

#end-kirby {
	position: fixed;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	padding: 0%;
	background: red;
	z-index: 9;
	opacity: 0;
	background: rgb(0, 117, 191);
}

iframe {
	width: 450px;
	height: 300px;
	display: block;
	margin: 0px auto;
	padding: 3%;	
}
h6 {
	text-align: center;
	font-size: 1.75em;
	color: rgb(255, 255, 255);
}
a:link, a:visited {
	color: rgb(242, 167, 173);
	text-decoration: none;
	font-family: 'Barlow', sans-serif;;
}

a:hover {
	color: rgb(224, 0, 91);
}



/*desktop style */

@media only screen and (min-width: 700px) {


#logo-kirby {
	display: block;
	width: 75%;
	height: 50%;
	margin: 0px auto;
	padding-top: 5%;
}


#kirb-car {
	display: block;
	padding-top: 5%;
	position: fixed;
	width: 70%;
	height: 75%;
	top: 20%;
	right: 30%;
	opacity: 0;
	z-index: 9;
}

#kirby-text {
	position: fixed;
	top: 10%;
	left: 5%;
	width: 70%;
	font-size: 1.5em;
	margin: 0 auto;
	padding-left: 10%;
	padding-right: 10%;
	padding-top: 3%;
	padding-bottom: 3%;
	background-color: rgba(255, 255, 255, 0.5);
	text-align: center;
	font-family: 'Barlow', sans-serif;
}

#kirby-star {
	position: fixed;
	top: 75%;
	right: 30%;
	width: 35%;
	height: 35%;
	padding: 0%;
	z-index: 9;
	opacity: 0;
}

#kirby-sword {
	position: fixed;
	top: 50%;
	right: 25%;
	width: 50%;
	height: 50%;
	padding: 0%;
	z-index: 9;
	opacity: 0;
}

#kirby-friends {
	position: fixed;
	top: 60%;
	right: 32%;
	height: 30%;
	width: 35%;
	z-index: 9;
	opacity: 0;
}

h2 {
	text-align: center;
	font-family: 'Playfair Display', serif;
	padding: 2%;
	font-size: 3em;
	color: rgb(255, 255, 255);
}

#pic-create {
	display: block;
	width: 30%;
	height: 50%;
	margin: 0px auto;
}

#create-text {
	font-family: 'Barlow', sans-serif;
	font-size: 1.5em;
	margin: 0px auto;
	text-align: center;
	padding: 3.5%;
	background-color: rgba(255, 255, 255, 0.5);
	width: 75%;
}

#kirby-timeline {
	position: fixed;
	top: 0%;
	left: -100%;
	width: 100%;
	height: 100%;
	margin: 0% auto;
	padding: 0%;
	background: red;
	z-index: 9;
	background-color: rgb(224, 0, 91);
}

#timeline{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	margin: 0 auto;
	background-color:rgba(255, 	255, 	255, 	0.6);
	grid-gap: 5%;
	font-size: 1.5em;
	padding: 5%;
	font-family: 'Barlow', sans-serif;
}

ul {
	padding: 5%;
	text-align: center;

}

iframe {
	width: 800px;
	height: 415px;
	display: block;
	margin: 0px auto;
	padding: 10%;
	opacity: 0;
}

}
