html, body{
    height: 100%;
}
body {
    margin: 0;
    padding: 0;
    background-image: url(./images/togi.jpg);
    background-position: center center;
    background-repeat:  no-repeat;
    background-attachment: fixed;
    background-size:  cover;
    background-color: #fafafa;
    color: black;
}

.cast {
    font-size:1.6em;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Germania One', cursive;
}

h1 {
    font-size: 6em;
    line-height: .9em;
}

.semi-transparent {
    background: rgba(255, 255, 255, 0.9);
    height:100%;
    overflow-y: auto;
}

@media (max-width: 768px) {

}