@font-face {
    font-family: LatoSemibold;
    src: url(fonts/Lato-Semibold.ttf);
}

@font-face {
    font-family: LatoLight;
    src: url(fonts/Lato-Light.ttf);
}

#container {
    width: 1000px;
    margin: 0 auto;
}

#heading {
    font-family: LatoSemibold;
    font-size: 55pt;
    margin-left: 150px;
    margin-top: -90px;
    margin-bottom: 10px;
}

#player {
    margin-left: 150px;
    margin-top: 50px;
    margin-bottom: 50px;
    position: relative;
}

#download {
    position: absolute;
    right: 0;
    top: 18px;
    font-family: LatoSemibold;
    font-size: 20pt;
    z-index: 1000;
}

#download>a,
#download>a:hover,
#download>a:visited,
#download>a:active {
    color: black;
    text-decoration: none;
}

#playbutton,
#stopbutton {
    display: inline-block;
    font-family: LatoSemibold;
    font-size: 20pt;
    cursor: pointer;
}

#time {
    display: inline-block;
    position: relative;
    width: 500px;
    height: 18px;
    margin-left: 50px;
}

#timeline {
    position: absolute;
    top: 8px;
    left: 0;
    height: 2px;
    width: 100%;
    background-color: black;
}

#playhead {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background-color: black;
}

.hide {
    display: none !important;
}

body {
    margin-top: 0;
}

.quote,
.bible,
.chorus,
.strophe,
.footer,
h2,
h3 {
    text-align: center;
}

h2 {
    font-family: LatoLight;
    font-size: 50pt;
    margin-top: -10px;
}

.quote,
.strophe {
    font-family: LatoLight;
    font-size: 20pt;
}

.bible,
h3,
.chorus {
    font-family: LatoSemibold;
    font-size: 20pt;
}

.logo {
    width: 60px;
    margin: 0 auto;
    margin-top: 150px;
}

.footer {
    font-family: LatoLight;
    font-size: 15pt;
}

h3 {
    margin-bottom: 0;
}