@import url(http://fonts.googleapis.com/css?family=Yanone+Kaffeesatz);
@import url(http://fonts.googleapis.com/css?family=Droid+Serif:400,700,400italic);
@import url(http://fonts.googleapis.com/css?family=Ubuntu+Mono:400,700,400italic);
@import url(http://fonts.googleapis.com/css?family=Roboto:300,300italic,400,400italic,500,500italic);

/* FONT FACE LOADER */
@font-face {
    font-family: 'Lane';
    src: url('http://engineering.odl.mit.edu/fonts/lanenar_Lane.eot');
    src: url('http://engineering.odl.mit.edu/fonts/lanenar_Lane.eot?#iefix') format('embedded-opentype'), url('http://engineering.odl.mit.edu/fonts/lanenar_Lane.woff') format('woff'), url('http://engineering.odl.mit.edu/fonts/lanenar_Lane.ttf') format('truetype'), url('http://engineering.odl.mit.edu/fonts/lanenar_Lane.svg#Lane') format('svg');
    font-weight: normal;
    font-style: normal;
}


/* All slides */

body {
    font-family: 'Roboto';
    font-weight: lighter;
}

h1, h2, h3
{
	font-family: 'Lane';
	font-weight: normal;
}

.remark-code, .remark-inline-code {
    font-family: 'Ubuntu Mono';
    background: #252525;
}

.remark-slide-content {
    font-size: 36px;
    padding: .5em 2.5em 1em 2.5em;
    color: #c0c0c0;
    background: #171812;
}

.remark-slide-content .remark-slide-number {
    color: #a31f34;
}

.remark-slide-content h1 {
    font-size: 60px;
    margin-top: 0.1em;
    margin-bottom: 0.5em;
    color: #f3f3f3;
}

.remark-slide-content h2 {
    font-size: 50px;
    margin-bottom: 0.2em;
    color: #f3f3f3;
}

.remark-slide-content h3 {
    font-size: 45px;
    margin-bottom: 0.5em;
    color: #a7a8a2;
}

.center ul {
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    width: 75%;
}

.title ul {
    width: 55%;
}

ul {
    margin-top: 0.2em;
}

.top-padding {
    padding-top: 20%;
}

a {
    color: rgb(200, 100, 100);
    text-decoration: none;
    transition-property: all;
    transition-duration: 0.5s;
}

a:hover {
    color: rgb(250, 200, 200);
}

.left {
    text-align: 'left';
}

.right {
    text-align: 'right';
}

ul, ol {
    padding-top: 10px;
    padding-bottom: 10px;
}

li {
    padding-top: 7px;
}

li li {
    color: #8a8b8c;
    font-size: 28px;
}

ul>li {
    list-style: square;
}

ol>li {
    list-style: decimal;
}

/* Title slide */

.title h1 {
    font-size: 80px;
}

.title h1, .title h2 {
    line-height: 1em;
}

.title h3 {
    margin-bottom: 0em;
}

.mitx {
    background-image url('mitx.png');
    width: 100px;
    height: 100px;
}

/* Two-column layout */
.left-column {
    color: #777;
    width: 30%;
    height: 115%;
    float: left;
    background-color: #525252;
    margin-left: -2.5em;
    margin-top: -1em;
    padding-left: .2em;
    padding-top: 2em;
}
.left-column h2:last-of-type, .left-column h3:last-child {
    color: #000;
}
.right-column {
    width: 75%;
    float: right;
    padding-top: 0em;
}

.left-column h1 { 
    color: #959595;
    font-size: 24px;
    text-shadow: 0 0px 0px;
}

.left-column h2 {
    color: #d5d5d5 !important;
    font-size: 18px;
    margin-left: 1.2em;
    text-shadow: 0 1px 1px #424242;
}

.left-column h3 {
    color: #424242 !important;
    font-size: 18px;
    margin-left: 1.2em;
    text-shadow: 0 1px 1px #757575;
}

.head-float {
    position: absolute;
    top: 0px;
    right: 0px;
    margin: 20px 30px 0 0;
}

.big_bullets li {
    font-size: 50px;
}

.small_code .remark-code{
    font-size: 14px !important;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.graph img {
	max-width: 100%; 
	height: auto;
}

.screenshot img {
	height: 600px;
	width: auto;
}
