* {
    font-family: 'Lato', sans-serif;
}

body {
    color: #fff;
}

h1,
h2 {
    font-weight: 300;
}

h1 {
    font-size: 3rem;
}

h2 {
    font-size: 1.5rem;
    margin: 0.8em 0 0;
}

a {
    color: #dddddd;
    padding-bottom: 2px;
    border-bottom: dotted 1px #dddddd;

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

a:hover {
    color: #ffffff;
    text-decoration: none;
    border-bottom: dotted 1px #ffffff;
}

#bg-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/bg.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 0;
}

#intro {
    position: absolute;
    top: 35%;
    left: 0;
    right: 0;
    z-index: 2;
}

.author {
    font-weight: 600;
    padding-bottom: 3px;
    border-bottom: dotted 1px #fff;
}

.transcript {
    margin-top: 2em;
}