@import url('http://fonts.googleapis.com/css?family=EB+Garamond');
@import url('http://fonts.googleapis.com/css?family=Quattrocento+Sans');

.reveal {
    font-size: 32px;
font-family: 'Quattrocento Sans', 'sans-serif'; }

.reveal h1, .reveal h2, .reveal h3, .reveal h4, .reveal h5, .reveal h6 {
    font-family: 'EB Garamond', 'serif';
    font-weight:normal;
    text-transform: none;
text-shadow: none; }

.reveal h1 { font-size: 2em; }
.reveal h2 { font-size: 1.7em; }
.reveal h3 { font-size: 1.4em; }
.reveal h4 { font-size: 1em; }

.reveal blockquote { width:90%; }

.box {
    position: absolute;
    width: 33%;
}

#part-1 {
    left: 0;
}

#part-2 {
    left: 33%;
}

#part-3 {
    left: 66%;
}

