.slide {
    font-size: 400%;
}
.slide section {
    -webkit-transition: opacity 1s ease-in-out;
}

.preso {
    background-color: #080808;
}

.slideContent {
    position: absolute;
    top: 0px;
    bottom: 0px;
    width:100%;
    padding-top:150px;
    padding-bottom:50px;
    padding-left: 10%;
    padding-right:20px;
}

.slideTitle {
    font-size: 200%;
}

a {
    text-decoration: none;
    color: #29F;
}

a:hover {
    text-decoration: underline;
}

body {
    color: #EEE;
    font-family: Calibri, Arial, sans-serif;
    margin: 0;
    padding: 0;
}

#header {
    position: absolute;
    top: 50px;
    width: 100%;
    -webkit-box-shadow: 0px 32px 128px rgba(50,150,255,0.1);
}

header {
    position: relative;
    padding: 8px;
    padding-left: 30px  ;
    left: 10%;
    right: 100%;
}

#background {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 0;
    background-image: url("img/stripes.png");    
}

nav {
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: 0px;
    padding: 10px;
    -webkit-box-shadow: 0px -12px 32px rgba(50,150,255,0.07);
}

.timebar {
    margin-bottom: 1px;
}
.slidebar, .timebar, .tick {
    height: 2px;
    background-color: rgba(255,255,255,0.15);
    width: 100%;
}

.tickbar {
    font-size: 0;
    margin-top: -6px;
}

.tick {
    height: 7px;
    width: 1px;
}

#meter {
    margin-top: 5px;
    left: 0;
    right: 10px;
}

#header, nav {
    background-color: rgba(0,0,0,0.4);
    border: dotted 1px rgba(50,150,255,0.9);
    z-index: 100;
}