html {
    height: 100%;
    min-height: 100%;
    position: relative;
}
body {
    position: relative;
    min-height: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: sans-serif;
    font-size: 1rem;
    background-color: #fff;
}
h2, .button {
    font-family: Arial, sans-serif;
    font-size: 1.1rem;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 2;
    color: #2d5674;
    margin-bottom: 0;
}
.wrapper {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 0;
    font-size: 0.9rem;
}
.section {
    z-index: 10;
    width: 80%;
    margin: 0 auto;
    margin-bottom: 40px;
    line-height: 0;
    background-color: #fff;
    padding-bottom: 0;
}
.section.light {
    width: 80%;
    margin: 0px 0px 0px;
    padding-left: 10%;
    padding-right: 10%;
    border: 0;
    background-color: #efefef;
    padding-bottom: 0;
    text-align: center;
    background-color: #dddddd;
    padding-bottom: 32px;
}
#section-canvas {
    padding: 0;
    width: 100%;
    height: 100%;
    margin: 0;
} 
@media only screen and (max-height: 400px) {
    h2 {
        margin-top: 0;
    }
    .section {
        padding: 10px;
    }
    .section.light {
        padding-bottom: 20px !important;
    }
    #word-output {
        height: 40vh !important;
    }
}
@media only screen and (min-height: 400px) {
    .section {
        padding: 20px;
    }
    .section.light {
        padding-bottom: 60px !important;
    }
    #word-output {
        height: 50vh !important;
    }
}
.section.clear {
    position: relative;
}
#webgl-canvas {
    width: 100%;
    height: 100%;
}
#section-header {
    display: none;
}
.dg {
    z-index: 1000 !important;
}
.dg .main {
    width: 450px !important;
} 

.active {
    background-color: #444444 !important;
}