
@import url('https://fonts.googleapis.com/css?family=Reenie+Beanie');
@import url('https://fonts.googleapis.com/css?family=Yanone+Kaffeesatz');
@import url('https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300');
@import url('https://fonts.googleapis.com/css?family=Ubuntu+Mono:400,700,400italic');

body {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

h1, h2, h3 {
	font-weight: 400;
	margin-bottom: 0;
}

.remark-slide-content h1 { font-size: 3em; }
.remark-slide-content h2 { font-size: 2em; }
.remark-slide-content h3 { font-size: 1.6em; }

.footnote {
	position: absolute;
	bottom: 3em;
}

li p { line-height: 1.25em; }
.red { color: #fa0000; }
.large { font-size: 2em; }
a, a > code {
	color: rgb(249, 38, 114);
	text-decoration: none;
}
code {
	background: none repeat scroll 0 0 #F8F8FF;
	border: 1px solid #DEDEDE;
	border-radius: 3px ;
	padding: 0 0.2em;
}
.remark-code, .remark-inline-code { font-family: "Bitstream Vera Sans Mono", "Courier", monospace; }


.remark-code-line-highlighted { background-color: #373832; }
.pull-left {
	float: left;
	width: 47%;
}
.pull-right {
	float: right;
	width: 47%;
}
.pull-right ~ p {
	clear: both;
}
#slideshow .slide .content code {
	font-size: 0.8em;
}
#slideshow .slide .content pre code {
	font-size: 0.9em;
	padding: 15px;
}
.main-title, .title {
	background: #272822;
	color: #777872;
	text-shadow: 0 0 20px #333;
}
.title h1, .title h2, .main-title h1, .main-title h2 {
	color: #f3f3f3;
	line-height: 0.8em;
}

/* Custom */
.remark-code {
	display: block;
	padding: 0.5em;
}

/* Transition */
.remark-fading {
	z-index: 9;
}
.remark-slide-container {
/*-webkit-transition: opacity 1s linear, right 1s ease-in-out;
transition: opacity 1s linear, right 1s ease-in-out;
opacity: 0;
right: 1000px;*/
}
.remark-visible {
/*-webkit-transition: opacity 1s linear, right 1s ease-in-out;
transition: opacity 1s linear, right 1s ease-in-out;
opacity: 1;
right: 0px;*/
}
.remark-visible ~ .remark-slide-container {
/* right: -1000px; */
}
