/* yobitch.org */

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

a,
a:link,
a:visited {
	color: #f52564;
	text-decoration: none;
}

a:hover {
	color: #eb0427
}


.clear{
	clear: both;
}

@font-face {
	font-family: "Refrigerator-Deluxe";
	src: url('../fonts/Refrigerator-Deluxe.otf') format('opentype');
	font-style: normal;
}

@font-face {
	font-family: "Refrigerator-Deluxe-Heavy";
	src: url('../fonts/Refrigerator-Deluxe-Heavy.otf') format('opentype');
	font-style: normal;
}

@import url(http://fonts.googleapis.com/css?family=Open+Sans:400italic,800,400);

body#home {
	background-image: url('../i/APSLEEP.jpg');
	background-size: cover;
	background-repeat: no-repeat;
}

body { 
	font-family: 'Open Sans', Helvetica, sans-serif;
	font-style: normal;
	padding: 20px;
	}

h1, h2 { font-family: "Refrigerator-Deluxe-Heavy"; text-transform: uppercase; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

h1 { 
	color: #000;
	width: 96%;
	font-size: 2.2rem;
	margin: 0px 0px 1.4rem;
	
}

h2 {
	font-size: 1.6rem;
	margin: 0px 0px 1rem;
	color: #373737

}

p {
	font-size: 1rem;
	line-height: 1.4rem;
	margin: 0px 0px .8rem;

}

#container{
	width: 100%;
	position: relative;
	margin: auto;
	margin-top: 0px;
}
.mobileonly { display: block; }
.desktoponly { display: none; }


#logo { width: 90%; margin: .6em auto 2em; }
#logo img { width: 100%; height: auto; max-width: 500px; }

#logohome { width: 250px; height: auto }

#description {
	text-align: center;
}

	#description img{
		margin-bottom: 20px;
	}

	#description a {
		margin-bottom:2px;
		display: block;
	}

#tagline-normal, #tagline-mobile {
	font-size: 20.17px;
	text-align: center;
	margin-bottom: 22.5px;
	font-family: 'Refrigerator-Deluxe', Helvetica, sans-serif;
	text-transform: uppercase;
	color: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;

}

#tagline-normal {
	display:none;
}

#appstore {
	width: 220px;
	height: auto;
}

#app_icon {
	width: 64px;
	height: auto;
	margin: 0 auto;
}

#tagline-mobile{
	color: black;
}

#phone {
	text-align: center;
	margin-bottom: 25px;
	background-image: url('../i/iphone6@2x.png');
	background-size: 234px auto;	
	background-repeat: no-repeat;
	background-position: center;
	width: 300px;
	height: 476px;
	margin-left: auto;
	margin-right: auto;
	float: none;	
	}

	#phone ul{
	}

	#phone ul li {
		display: none;
	}

.slides {
	width: 200px;
	height: auto;
	position: relative;
	top: 60px;
	left: 50px;
}

.slides img{ 
	width: 100%;
}

#content_container { width: 100%; }

#footer{
	text-align: center;
	margin: 3em 0 0;
}

	#footer ul {
		margin-bottom:40px;
	}

	#footer ul li {
		list-style-type: none;
		display: inline-block;
		margin: 0px 16px;
	}
	#footer ul li a {
		color: black;
		text-decoration: none;
		font-family: 'Refrigerator-Deluxe', Helvetica, sans-serif;
		font-size: 20px;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;

	}

	#home #footer ul li a {
		color: black;
	}

	#footer_text_normal{
		display: block;
	}

	#footnote{
		display: block;
		font-size: 14px;
		color: #A5A5A5;
		font-family: 'Refrigerator-Deluxe', Helvetica, sans-serif;
		margin-bottom: 20px;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;

	}
	
	#footnote a,
	#footnote a:link,
	#footnote a:visited {
		color: #7a7a7a;
	}

	#footnote a:hover {
		color: #4d4d4d;
	}
	
	

	#home #footnote{
		display: block;
	}

#mce-EMAIL { 
	padding: 4px;
	background: #fff;
	border: 1px solid #999;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	-khtml-border-radius:6px;
	text-transform: uppercase;
	width: 190px;
	font-family: 'Refrigerator-Deluxe', Helvetica, sans-serif;
	font-size: 14px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	
}
#mc-embedded-subscribe {
	padding: 5px;
	background: #000;
	color: #fff;
	border: none;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	text-transform: uppercase;
	font-family: 'Refrigerator-Deluxe-Heavy', Helvetica, sans-serif;
	font-size: 14px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;

}

#mc-embedded-subscribe:hover {
	cursor: pointer;
	background: #e30650
}

.micro {
	font-family: 'Refrigerator-Deluxe', Helvetica, sans-serif;
	color: #444;
	font-size: 11px;
	text-transform: uppercase;
	position: relative;
	left: -76px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;

}

::-webkit-input-placeholder {
}

:-moz-placeholder { /* Firefox 18- */
}

::-moz-placeholder {  /* Firefox 19+ */
}

:-ms-input-placeholder {  
}

div.release {
	padding: 20px;
	background: #f5f5f5;
	margin: 0 0 1em;
}

div.release p {
	font-size: 12px;
}

@media only screen and (min-width: 640px) {
	
	.desktoponly { display: block; }	
	.mobileonly { display: none; }
	
	
	#container {
		width: 640px;
		margin-top: 26px;
		
	}
	#logo { width: 500px;}


	#description, #phone {
		float: left;
		width: 320px;
	}

	.slides {
		left: 60px;
	}
	


	#tagline-normal, #footer_text_normal {
		display: block;
	}

	#tagline-mobile{
		display: none;
	}
	#content_container { width: 640px; margin: 40px auto; }

	#footer {
	}

	#footnote{
		font-size: 16px;
	}


	.footerhome {
		margin-top: 182.5px;
	}

	
	#footer ul li a {
		font-size: 26px;
	}

	
}