html { height: 100% }
body {
    background: #362F26;
    color: #A77E45;
    display: flex;
    flex-direction: column;
    font-family: 'Open Sans', sans-serif;
    min-height: 100%;
    margin: 0px;
    padding: 0px;
}

h1 { margin-top: 50px; color: #F4F4F4; }
h2 { margin-top: 50px; color: #DDDDDC; }
h3 { margin-top: 25px; color: #CCCCCC; }
h4 { margin: 5px 15px; color: #BBBBBB; font-style: italic; }

video {
    border-radius: 8px;
    box-shadow: 4px 4px 10px #2A241D;
    display: block;
    margin: auto;
    width: 65%;
}

a { color: #C79E75 }
a:hover { color: #E7BE95 }

h1 a {color: #FF9900; }
h1 a:hover { color: #FFBB44; }

#nuts-container { position: fixed; width: 100%; height: 100% }
#nuts-canvas { background: #362F26; width: 100%; height: 100%; }
#nuts-loading-bar { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); display: none }
#nuts-logo { width: 154px; height: 130px; background: url('nuts-logo-dark.png') no-repeat center }
#nuts-progress-bar-empty { width: 141px; height: 18px; margin-top: 10px; margin-left: 6.5px; background: url('progress-bar-empty-dark.png') no-repeat center }
#nuts-progress-bar-full { width: 0%; height: 18px; margin-top: 10px; background: url('progress-bar-full-dark.png') no-repeat center }
#nuts-footer { position: relative }
.nuts-mobile #nuts-footer { display: none }
#nuts-build-title { float: right; margin-right: 10px; line-height: 38px; font-family: arial; font-size: 18px }
#nuts-warning { position: absolute; left: 50%; top: 5%; transform: translate(-50%); background: white; padding: 10px; display: none }
