/* 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;
}

html {
	box-sizing: border-box;
}
*, *:before, *:after {
	box-sizing: inherit;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}


/* Real stuff */


html, body {
	overflow: hidden;
	height: 100%
}


#preloader {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: black;
    padding: 20px;
}

#preloader h2,
#preloader h3 {
	text-align: center;
	font-family: 'Bad Script', cursive;
	color: white;
}

#preloader h2 {
	padding-top: 15%;
	font-size: 38px;
}
#preloader h3 {
	text-align: center;
	padding-top: 10%;
	font-size: 18px;
}

#preloader a {
	font-family: 'Bad Script', cursive;
    display: block;
    width: 100%;
    text-align: center;
    border: 2px solid white;
    border-radius: 20px;
    padding: 10px;
    color: white;
    font-size: 18px;
    text-decoration: none;
    margin-top: 20%;
}

#feed {
	overflow: hidden;
	position: relative;
}

#reel {
	position: absolute;
	left: 0px;
	right: 0px;
}

.section {
	overflow-y: auto;
}

.frame {
	background: url('../img/background.jpg') 50% 0% repeat-y;
	background-size: 100%;
	-webkit-box-shadow: inset 0px 0px 45px 1px rgba(0,0,0,0.3);
	box-shadow: inset 0px 0px 45px 1px rgba(0,0,0,0.3);
}

.frame a {
	
    display: block;
    padding: 20px;
    text-align: center;
    color: black;
    text-decoration: none;
    background: white;
    font-size: 18px;
	font-family: 'Bad Script', cursive;
}

.bubble {
	padding: 20px;
	position: relative;
	bottom: 100px;
	opacity: 0;
	transition: 0.5s all;
	position: absolute;
}

.bubble .content {
	display: block;
    padding: 10px;
    border-radius: 10px;
    transition: 0.5s all;
}

.bubble .content .copy {
	font-size: 0px;
	transition: 0.5s all;
}

.bubble .avatar {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	background-repeat: no-repeat;
	background-size: contain;
	display: block;
}
.bubble-she {
	font-family: 'Bad Script', cursive;
}

.bubble-he {
	font-family: 'Pangolin', cursive;
}


.bubble.loading {
	opacity: 1;
	bottom: 0px;
	position: relative;
}

.bubble.loaded .content .loader {
	display: none;
}
.bubble.loaded .content .copy {
	font-size: 18px;
}

/* Video */

#video {	
	background: black;
	z-index: 1;
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	right: 0;
}

#video .actor {
	overflow: visible;
	position: absolute;
	z-index: 10;
	opacity: 0;
	background-size: cover;
}

.background {
	width: 100%;
	height: 100%;
	position: absolute;
	background-size: cover;
	background-position: 50% 50%;
}