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;
}

body {
    font-family: 'PT Sans', sans-serif;
    min-height: 740px;
}

h1,h2,h3,h4 {
    text-align: center;
}

h1 { 
    font-size: 80px;
}

b, strong { font-weight: bold }
i, em { font-style: italic }

a {
    color: inherit;
    text-decoration: none;
    padding: 0 0.1em;
    background: rgba(255,255,255,0.5);
    text-shadow: -1px -1px 2px rgba(100,100,100,0.9);
    border-radius: 0.2em;

    -webkit-transition: 0.5s;
    -moz-transition:    0.5s;
    -ms-transition:     0.5s;
    -o-transition:      0.5s;
    transition:         0.5s;
}

a:hover,
a:focus {
    background: rgba(255,255,255,1);
    text-shadow: -1px -1px 2px rgba(100,100,100,0.5);
}

.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;
}

.flides-supported .fallback-message {
    display: none;
}

.step {
    position: relative;
    width: 900px;
    padding: 40px;
    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: 'PT Serif', georgia, serif;
    font-size: 48px;
    line-height: 1.5;
}

.flides-enabled .step {
    margin: 0;
    opacity: 0;

    -webkit-transition: opacity 1s;
    -moz-transition:    opacity 1s;
    -ms-transition:     opacity 1s;
    -o-transition:      opacity 1s;
    transition:         opacity 1s;
}

.flides-enabled .step.active { opacity: 1 }

table {
    width: 100%;
    text-align: center;
}

.right {
    border-left: 5px black solid;
}

/*
	Slides specific part
*/


/* Title */

#title {
    padding: 0;
}

#title h2 {
    font-size: 100px;

    -webkit-transform: translateZ(50px);
    -moz-transform:    translateZ(50px);
    -ms-transform:     translateZ(50px);
    -o-transform:      translateZ(50px);
    transform:         translateZ(50px);
}

#title h3 {
    font-size: 40px;

    -webkit-transform: translateZ(50px);
    -moz-transform:    translateZ(50px);
    -ms-transform:     translateZ(50px);
    -o-transform:      translateZ(50px);
    transform:         translateZ(50px);
}

#title h4 {
    font-size: 30px;

    -webkit-transform: translateZ(50px);
    -moz-transform:    translateZ(50px);
    -ms-transform:     translateZ(50px);
    -o-transform:      translateZ(50px);
    transform:         translateZ(50px);
}

/* Global view */

#global_view {
    padding: 0; 
    background-image: url("loco.jpg");
    background-size: 1000px;
    background-position: center;
    background-repeat: no-repeat;
}

#global_view h1 {
    font-size: 200px;
}

/* History */

#history {
    padding: 0;
}

#history h2 {
    font-size: 30px;
}

#history i {
    font-size: 20px;
    color: red;
}

#history td {
    height: 130px;
}


/* Star-height */

#star-height {
    padding: 0;
}

/* Boundedness words */

#boundedness_words {
    padding: 0;
}

/* Parity */

#parity {
    padding: 0;
}

/* Boundedness trees */

#boundedness_trees {
    padding: 0;
}


/* Example */

#example {
    padding: 0;
}

#example img {
    width: 70%;
    float: left;
}

#example table {
    width: 30%;
    font-size: 30px;
    text-align: center;

    -webkit-transform: translateY(100px);
    -moz-transform:    translateY(100px);
    -ms-transform:     translateY(100px);
    -o-transform:      translateY(100px);
    transform:         translateY(100px);
}

/* Statement */

#statement {
    padding: 0;
    font-size: 35px;
}

#statement .r {
    -webkit-transform: translateX(50px);
    -moz-transform:    translateX(50px);
    -ms-transform:     translateX(50px);
    -o-transform:      translateX(50px);
    transform:         translateX(50px);
}

#statement .rr {
    -webkit-transform: translateX(100px);
    -moz-transform:    translateX(100px);
    -ms-transform:     translateX(100px);
    -o-transform:      translateX(100px);
    transform:         translateX(100px);
}

/* Negative */

#negative {
    padding: 0;
}

#negative img {
    width: 100%;
}

/* Negative2 */

#negative2 {
    padding: 0;
}

#negative2 img {
    width: 100%;
}

/* Positive */

#positive {
    padding: 0;
}

#positive img {
    width: 60%;
    float: left;
}

#overview { display: none }

.flides-on-overview .step {
    opacity: 1;
    cursor: pointer;
}

