/* impress.js imported styles */
/* by Eric Meyer http://meyerweb.com/eric/tools/css/reset/ */
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;
}

b, strong { font-weight: bold }
i, em { font-style: italic }

/* reset end */

/* fallback message */
.fallback-message {
    font-family: sans-serif;
    line-height: 1.3;

    width: 780px;
    padding: 10px 10px 0;
    margin: 20px auto;

    border: 1px solid #E4C652;
    border-radius: 10px;
    background: #EEDC94;
}

.fallback-message p {
    margin-bottom: 10px;
}

.impress-supported .fallback-message {
    display: none;
}

/**/
.step {
    position: relative;
    width: 1024px;
    height: 768px;
    padding: 30px;
    margin: 20px auto;

    -webkit-box-sizing: border-box;
    -moz-box-sizing:    border-box;
    -ms-box-sizing:     border-box;
    -o-box-sizing:      border-box;
    box-sizing:         border-box;

    font-family: "samsung_imagination_modern", sans-serif;
    font-size: 32px;
    line-height: 1.5;
}

.impress-enabled .step {
    margin: 0;
    opacity: 0.3;

    -webkit-transition: opacity 1s;
    -moz-transition:    opacity 1s;
    -ms-transition:     opacity 1s;
    -o-transition:      opacity 1s;
    transition:         opacity 1s;
}

.impress-enabled .step.active { opacity: 1 }

/* end imported styles*/
/* Main styles */

body {
    font-family: "samsung_imagination_modern", sans-serif;
    color: rgb(94, 106, 113);
}

h1 {
    font-size: 2em;
    color: white;
    text-align: center;
}

h2 {
    font-size: 1.4em;
    color: rgb(0, 181, 241);
    line-height: 1.4em;
    margin-left: 20px;
}
h1, h2 {
    white-space: nowrap;
}
h2.subtitle {
    text-align: center;
}
.title {
    padding: 280px 20px;
}
figure {
    margin: 0 auto;
    width: 800px;
}
svg { margin-left: 82px; }
svg text {
    font-family: "samsung_imagination_modern", sans-serif;
    color: white;
    font-size: 24pt;
}
svg text.smaller { font-size: 20pt; }
svg g > * { opacity: 0; transition: opacity .7s; }
figcaption {
    font-size: 0.4em;
}
ul {
    margin-left: 80px;
    list-style-image: url(../img/check.png);
}
li {
    font-size: 18pt;
    line-height: 40pt;
}
.slide {
    background: url(../img/slide_bg.jpg) no-repeat;
}
#howitworks {
    width: 890px;
    margin: 25px auto;
}
#howitworks > div { opacity: 0; transition: opacity .7s; }
.howitworks {
    display: inline-block;
    width: 172px;
    font-size: 14pt;
    vertical-align: top;
    margin-top: 20px;
    text-align: justify;
}
.howitworks figure { width: 110px; text-align: center; margin-bottom: 50px; }
.howitworks figcaption { color: rgb(228, 108, 10); font-size: 18pt; margin-top: 10px; }
.howitworks.next { margin-top: 50px; }
.howitworks.next, .howitworks.next figure { width: 50px; }
#architecture figure { width: 945px; overflow: hidden; margin-top: 25px; }
.syntaxhighlighter {margin-left: 15px !important;width: 880px !important;}
.syntaxhighlighter div.lines {
    font-size: 14pt !important;
}
#credits {
    color: rgb(0, 181, 241);
    position: absolute;
    right: 0;
    bottom: 250px;
    font-size: 12pt;
    width: 280px;
}
a {
    color: inherit;
    text-decoration: none;
    padding-right: 18px;
    background-image: url(../img/ext.png);
    background-repeat: no-repeat;
    background-position: right 0.4em;
}
#chromecast-icon {text-align: center; padding: 310px 0;}
#chromecast-icon img {width:300px;}