.main {
    padding: 2em;
    color: black;
}

html, body {
    background-color: #D2F8F2;
}

h1, h2, h3, h4, h5, h6 {
    color: #282828;
}

.smallblock {
    margin: .2em auto;
}

.small {
    font-size: 80%;
}

.bordered {
    border: outset 1px gray;
    padding: .5em;
}

footer {
    padding: 2em;
}


/* Steaktalk containers */
div.stPlayerContainer {
    float: left;
    margin: .5em;
    border: outset 2px;
}

div.stPlayerContainer div.stLabel {
    color: #282828;
    font-style: italic;
    padding: .2em;
}

div.stPlayerContainer div.stPlayer {
    line-height: 0;
}

div.stPlayerContainer div.stControlBar {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

div.stPlayerContainer div.stControlBar div.stControls button {
    padding: 4px;
    line-height: 0;
}

/* IO state panel, colors for state icons */
div.stPlayerContainer div.stControlBar div.stState {
    padding: 4px;
    line-height: 0;
}

div.stState span.audio { color: rgba(  3, 95, 80,1); /* rgb(28, 184, 65); */ /* color: #F1B01D; */ }
div.stState span.audio.muted { color: rgba(118,217,200,1); /* color: #966A04; */ }
div.stState span.camera { color: rgba(134,  4, 43,1); }
div.stState span.camera.off { color: rgba(253,214,225,1); }

.stLocalPlayerForPeers {
    display: none;
}

#myConId {
    font-style: italic;
}

/* Button definitions */
.button-xsmall {
    font-size: 70%;
}

.button-small {
    font-size: 85%;
}

.button-large {
    font-size: 110%;
}

.button-xlarge {
    font-size: 125%;
}

.button-success,
.button-error,
.button-warning,
.button-secondary {
    color: white;
    border-radius: 4px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}

.button-success {
    background: rgb(28, 184, 65);
    /* this is a green */
}

.button-error {
    background: rgb(233, 78, 125);
    /* this is a maroon */
}

.button-warning {
    background: rgb(255, 203, 85);
    /* this is an orange */
}

.button-secondary {
    background: rgb(60, 180, 160);
    /* this is a light blue */
}



/* Menu stuff from purecss.io */
.pure-menu-heading {
    color: white;
}

.pure-menu-link {
    color: #FFDC8B;
}

.custom-wrapper {
    background-color: #129982;
    color: white;
    margin-bottom: 1em;
    -webkit-font-smoothing: antialiased;
    height: 2.1em;
    overflow: hidden;
    -webkit-transition: height 0.5s;
    -moz-transition: height 0.5s;
    -ms-transition: height 0.5s;
    transition: height 0.5s;
}

.custom-wrapper.open {
    height: 14em;
}

.custom-menu-3 {
    text-align: right;
}

.custom-toggle {
    width: 34px;
    height: 34px;
    position: absolute;
    top: 0;
    right: 0;
    display: none;
}

.custom-toggle .bar {
    background-color: #777;
    display: block;
    width: 20px;
    height: 2px;
    border-radius: 100px;
    position: absolute;
    top: 18px;
    right: 7px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}

.custom-toggle .bar:first-child {
    -webkit-transform: translateY(-6px);
    -moz-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    transform: translateY(-6px);
}

.custom-toggle.x .bar {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.custom-toggle.x .bar:first-child {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

@media (max-width: 47.999em) {

    .custom-menu-3 {
        text-align: left;
    }

    .custom-toggle {
        display: block;
    }

}
