/*************************************
CSS Reset
*************************************/
/* 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;
}

/*************************************
Generic
*************************************/
body {
	font-size: 100%;
	font-family: 'Open Sans', sans-serif;
	color: #252525;
}

p {
	margin: 0 0 20px 0;
}

img {
	border: 0;
}

h1 {
	font-size: 3.5em;
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: -2px;
}
h1 span {
	display: inline-block;
	padding-bottom: 0;
	border-bottom: 0.04em #ffff00 solid;
}
h1 span.wording {
	padding-left: 0.3em;
	font-family: 'Great Vibes', cursive;
	text-transform: lowercase;
	font-size: 0.45em;
	font-weight: 100;
	letter-spacing: 0;
	border: none;
}
h1 span.noCase {
	text-transform: none;	
}

h2 {
	font-size: 1.2em;
	margin-bottom: 1em;	
}
h2 span {
	line-height: 1.4em;
	border-bottom: 1px #ffff00 solid;
}

h3 {
	font-family: 'Great Vibes', cursive;
	font-size: 1.5em;	
	letter-spacing: 1px;
	margin: 2em 0 0.5em 0;
	color: #333;
}

p a {
	color: #252525;
	text-decoration: none;
	border-bottom: #ffff00 1px solid;	
}
p a:hover {
	border-bottom: none;	
}

.left {
	float: left;	
}

.right {
	float: right;
}

.button {
	font-size: 0.7em;
	display: inline-block;
	height: 3em;
	width: 3em;
	margin: 0 auto;
	line-height: 3em;
	text-align: center;
	background: #000;
	color: #fff;
	text-decoration: none;
	border: 1px solid #000;
	-webkit-border-radius: 3em;
	-moz-border-radius: 3em;
	border-radius: 3em;
}
.button:hover {
	background: none;
	color: #252525;	
}

.button span {
	padding-left: 1em;	
}

.nextSlide {
	position: absolute;
	width: 10em;
	overflow: hidden;
	bottom: 1em;
	padding: 0 1em;
	display: none;
}

.showInfo {
	position: absolute;
	top: 10%;
	left: -1.8em;
}

#footer .button {
	width: auto;
	padding: 0 1.5em 0 1em;	
}

/*************************************
Structure
*************************************/
.slide {
	position: relative;
	width: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-size: cover;
	margin: 0 auto;
	overflow: hidden;
	padding: 0;
	border-bottom: 0.4em #ffff00 solid;
	text-align: left;
}

.textWrapper {
	position: relative;
	width: 90%;
	margin: 0 auto;
	padding-top: 3.5em;	
	z-index: 0;
}

.info {
	position: absolute;
	left: 95%;
	width: 75%;
	min-height: 92%;
	padding: 10%;
	background: #fff;
	-moz-box-shadow: -1px 0px 12px #333;
	-webkit-box-shadow: -1px 0px 12px #333;
	box-shadow: -1px 0px 12px #333;
}

/*************************************
Frontpage
*************************************/
#intro {
	margin: 0 auto;
	background: #fff;
	background-position: bottom left;
	background-repeat: no-repeat;
	background-size: cover;
}

.logo {
	position: absolute;
	top: 0;
	right: 2em;
	display: inline-block;
	width: 8em;
	height: 3em;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url(images/logo_painsicook.svg);
	z-index: 99;
}
#footerWrapper .logo {
	background-image: url(images/logo_painsicook-white.svg);
}

#aboutMe {
	margin-top: 2em;
	text-align: center;
}

/*************************************
Slides
*************************************/
.text {
	font-size: 0.5em;	
	line-height: 1.4em;
}

/*************************************
Footer
*************************************/
#footerWrapper {
	background: #252525;
	width: 100%;
	border: none;
}

#footer {
	width: 90%;	
	margin: 0 auto;
	margin-top: 2em;
}

#footer h1 {
	color: #fff;
	font-size: 2.5em;
}

#footer .button {
	margin-bottom: 0.5em;	
}

#footer .button:hover {
	color: #fff;
}

#contact {
	margin-top: 2em;	
}

#contact h1 {
	margin-bottom: 0.1em;	
}