@charset "UTF-8";

/** * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/) * http://cssreset.com */
	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.5;
	}
	
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 reset*/

	/* COLOR PALETTE:
		teal: rgb(16, 103, 96);
		dark teal: rgb(11, 40, 45);
		pink: rgb();
		dark pink: rgb(131, 39, 58);*/

body, html {
	height: 100%;
	margin: 0;
}

/* image styles */
.titlepic {
	background-image: url("img/jencreepy.gif");
	height: 100%;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.jennifer {
	background-image: url(img/jennormal.jpg);
	height: 100%;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.needy {
	background-image: url(img/needynormal.jpg);
	height: 100%;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.jennifer2 {
	background-image: url(img/jenbloody.gif);
	height: 100%;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.needy2 {
	background-image: url(img/needypink.gif);
	height: 100%;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

/* text styles */

p {
	font-size: 1.3em;
}

.title {
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	text-align: center;
	color: white;
	font-family: "Sen", sans-serif;
}

.title1 {
	text-transform: uppercase;
	font-size: 8em;
}

.title2, .title3 {
	font-size: 2em;
}

.intro {
	color: white;
	background-color: rgb(16, 103, 96);
	text-align: center;
	padding: 20%;
	text-align: justify;
	font-family: "Raleway", sans-serif;
}

.jennifer {
	color: white;
	text-align: left;
	font-family: "Raleway", sans-serif;
	padding-right: 20%;
	padding-left: 5%;
	padding-top: 50%;
	padding-bottom: 40%;
	font-size: 1.3em;
}

.boxoffice {
	color: white;
	background-color: rgb(11, 40, 45);
	text-align: center;
	padding: 20%;
	text-align: justify;
	font-family: "Raleway", sans-serif;
}

.needy {
	color: white;
	text-align: right;
	font-family: "Raleway", sans-serif;
	padding-left: 20%;
	padding-right: 5%;
	padding-top: 50%;
	padding-bottom: 40%;
	font-size: 1.3em;
}

.queerness {
	color: white;
	background-color: rgb(131, 39, 58);
	text-align: center;
	padding: 20%;
	text-align: justify;
	font-family: "Raleway", sans-serif;
}

.jennifer2 {
	color: white;
	text-align: left;
	font-family: "Raleway", sans-serif;
	padding-right: 20%;
	padding-left: 5%;
	padding-top: 50%;
	padding-bottom: 40%;
	font-size: 1.3em;
}

.importance {
	color: white;
	background-color: rgb(11, 40, 45);
	text-align: center;
	padding: 20%;
	text-align: justify;
	font-family: "Raleway", sans-serif;
}

.needy2 {
	color: white;
	text-align: right;
	font-family: "Raleway", sans-serif;
	padding-left: 20%;
	padding-right: 5%;
	padding-top: 50%;
	padding-bottom: 40%;
	font-size: 1.3em;
}

.end {
	color: white;
	background-color: rgb(16, 103, 96);
	text-align: center;
	padding: 20%;
	text-align: justify;
	font-family: "Raleway", sans-serif;
}

footer {
	color: white;
	background-color: rgb(16, 103, 96);
	font-family: "Raleway", sans-serif;
	padding: 1%;
}


/* turn off parallax scrolling for tablets & phones */
@media only screen and (max-device-width: 1366px) {
	.jennifer, .jennifer2, .needy, .needy2 {
		background-attachment: scroll;
	}
}


/* tablet styles */
@media only screen and (min-width: 500px) and (max-width: 900px) {

/* text styles */
	p {
		font-size: 1em;
	}

	.title1 {
		font-size: 4em;
	}

	.title2, .title3 {
		font-size: 1.3em;
	}

	.jennifer, .jennifer2 {
		font-size: 1em;
	}

	.needy, .needy2 {
		font-size: 1em;
	}

}


/* mobile styles */
@media only screen and (max-width: 600px) {

/* text styles */
	p {
		font-size: 1em;
	}

	.title1 {
		font-size: 4em;
	}

	.title2, .title3 {
		font-size: 1.3em;
	}

	.jennifer, .jennifer2 {
		padding-left: 20%;
		font-size: 1em;
	}

	.needy, .needy2 {
		text-align: left;
		padding-right: 20%;
		font-size: 1em;
	}

}












