/* ------------------------------------------------ */


/* MAIN */


/* ------------------------------------------------ */

*,
p {
    margin: 0px;
    padding: 0px;
    outline: 0 none;
}

html {
    margin: 0 !important;
    padding: 0 !important;
    overflow-y: scroll;
}

html,
body {
    background: #FFFFFF;
    background-position: center top;
    font-family: Verdana;
    font-size: 12px;
    color: #000000;
}

body {
    padding: 2em 0;
    display: flex;
    flex-direction: column;
    height: 95vh;
    background-color: white;
}

h1 {
    font-size: 20px;
}

hr {
    height: 1px;
    margin: 10px 0;
    border: 0px;
}

.site {
    width: 880px;
    margin: 0 auto;

}

.logo {
    width: 750px;
    margin: 0 auto;
}

.soundItem {
    width: 250px;
    float: left;
    border: 1px solid #000000;
    margin: 5px;
    padding: 5px 10px;
    box-shadow: 1px 1px 5px #CCCCCC;
    background: #EEEEEE;
    font-family: Verdana;
    font-weight: bold;
    font-size: 13px;
    text-shadow: 1px 1px 3px #FFFFFF;
    color: #1A1A1A;
}

.home {
    text-align: center;
    margin: 2em 0;
}

.videocontainer {
    width: 100% !important;
    background-color: white;
    position: fixed;
}

#spacer {
    height: 4px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .5);
    color: rgb(255, 254, 254);
    width: 750px;
    margin: 0 auto;
}

.clear {
    clear: both;
}

.command {
    margin-left: 10px;
}

.button-play,
.button-chat {
    cursor: pointer;
    display: inline-block;
    font-size: 20px;
}

.button-play {
    color: #aaa;
}

.soundItem .button-chat {
    display: none;
}

.button-chat {
    color: blue;
}

#twitch-connect {
    text-align: center;
    margin-top: 2em;
    margin-bottom: 2em;
}