body{
    background-color: #000000;
    /* background-image: linear-gradient(to bottom, #c60063, #970047,#4f002b); */
    color: #f7f7f7;
    /* font-family: 'Dosis', Helvetica, sans-serif; */
    /* font-family: 'Roboto Slab', serif; */
    font-family: 'Nunito', sans-serif;
    font-size: 26px;
    font-weight: 400;
    margin: 0;
    padding-bottom: 2em;
}
h1{
    font-weight: 300;
    font-size: 1.5em;
}
h2{
    font-weight: 400;
    font-size: 1.2em;
}
a{
    text-decoration: none;
    background-color: #ffffff;
    padding: 0em .2em;
    color: #ffffff;
    /* border-bottom: 2px solid #000000; */
    display: inline-block;
}
a:hover{
    /* text-decoration: underline; */
    /* border-bottom: none; */
    /* border-bottom: 2px solid #000000; */
    /* margin-bottom: 2px; */
    color: #000000;
    background-color: #000000;
}
#main-container{
    padding: 2em;
    padding-top: 0em;
    width: 25em;
    margin: auto;
    min-width: 800px;
    box-sizing: border-box;
}
#title{
    /* margin-bottom: 1em; */
}
#logotype{
    max-width: 10em;
    margin: -10em, 0em;
     margin-bottom: 1em;
}
.section{
    margin: .5em .5em;
}
.brand-text{
    margin-top: .5em;
    margin-bottom: 2em;
}
a.no-bg{
    background-color: transparent;
}
.toggle{
    border-radius: 0px  0px  10px  10px;
    background-color: #ffffff;
    color: #ffffff;
    padding: .1em .8em;
    font-size: .9em;
    font-weight: 600;
    display: inline-block;
    line-height: 2em;
    /* box-shadow: 0 0 0 7px #ffffff; */
    cursor: pointer;
    margin-bottom: 2em;
    height: 2em;
    width: 5.5em;
    text-align: center;
}


#bg-container{
    background-color: #ffffff;
    position: fixed;
    top:0px;
    left:0px;
    bottom: 0px;
    right: 0px;
    /* width: 100%;
    height: 100%; */
    z-index: -1;
    margin: 0px;
    min-width: 800px;
}
#bg-canvas{
    /* margin: 10px; */
    /* background-color: #444444; */
    background-image: linear-gradient(to bottom, #6a6f6b, #6a6f6b);
    /* position: absolute; */
    /* width: 100%;*/
    /* height: 500px; */
    position: absolute;
    top:20px;
    left:20px;
    bottom: 20px;
    right: 20px;
    /* z-index: -1; */
}

#schedule{
    list-style: none;
    padding: 0px;
    }

#schedule li{
    display: flex;
    justify-content: space-between;
}
#schedule h2{
    margin-bottom: .1em;
    border-bottom: 2px solid #ffffff;
}

.local-time{
    border-radius: 5px;
    background-color: #ffffff;
    color: #ffffff;
    box-shadow: 0 0 0 7px #ffffff;
    /* background-color: #ffffff; */
    /* outline: .25em solid #ffffff; */
    /* outline-offset: .1em; */
    /* color: #000000; */
    /* padding-left: -10px; */
    margin-bottom: .3em;
    margin-top: .3em;
}
.date{
    /* margin-right: 1em; */
}
.time{
    /* margin-right: 1em; */
}
.time-zone{
    padding: 0em .4em;
    font-weight: 800;
    font-size: .8em;
    height: 1.3em;
    line-height: 1.8em;
}

#archive{
    list-style: none;
    padding: 0px;
}
#archive li{
    margin-bottom: .2em;
}

@media only screen and (max-width: 812px)  {
    #bg-canvas{
        /* margin: 10px; */
        /* background-color: #444444; */
        /* position: absolute; */
        /* width: 100%;*/
        /* height: 500px; */
        /* position: absolute; */
        top:0px;
        left:0px;
        bottom: 0px;
        right: 0px;
        /* z-index: -1; */
    }
}