body {
    background-color: #110542;
    color: #CCE8FF;

    font-size: 16px;
    line-height: 1.25em;
}

a {
    color: #FFCCE8;
}

#go-home {
    margin: 0.5em;
}

#heading {
    margin: 0.5em auto;
    color: #38A5FF;

    font-size: 2em;
}

#directory {
    margin: 0 auto;
    max-width: 320px;
    padding: 0.5em;

    border: 1px solid #38A5FF;
}

#directory-header {
    margin-bottom: 0.5em;
}
#directory-header h2 {
    margin-bottom: 0.5em;
}

#directory-nav {
    font-size: 1em;
    line-height: 1.25em;
}

#heading,
#directory-header {
    text-align: center;
}
@media (min-width: 400px) {
    #heading {
	font-size: 2.5em;
    }

    #directory-header h2 {
	font-size: 1.75em;
    }

    #directory-nav {
	font-size: 1.25em;
    }
}
@media (min-width: 768px) {
    #heading {
	font-size: 3em;
    }

    #directory-header h2 {
	font-size: 2em;
    }

    #directory-nav {
	font-size: 1.5em;
    }
}

#player-header,
#player-subheader,
#content {
    margin: 0 auto;
    max-width: 768px;

    /* border-radius: .4em; */

    /* background-color: #8f90cc; */
    /* color: #000000; */
}

#player-header {
    margin-bottom: 1em;
    padding: 0.5em;

    border-bottom: 1px solid #38A5FF;

    text-align: center;
}

#player-subheader {
    margin-bottom: 0.5em;
    max-width: 600px;
}
#player-subheader h2 {
    margin-bottom: 0.25em;
    text-shadow: -4px -4px 0 black, 4px -4px 0 black, -4px 4px 0 black, 4px 4px 0 black;
    
    font-size: 1.5em;
    text-align: center;
}
@-webkit-keyframes glow {
    from {
	text-shadow: 0 0 35px #FFCCE8, 0 0 30px #FFCCE8, 0 0 25px #38A5FF, 0 0 20px #38A5FF;
    }
    to {
	text-shadow: 0 0 5px #38A5FF, 0 0 10px #38A5FF, 0 0 15px #FFCCE8, 0 0 20px #FFCCE8;
    }
}

#offline-header {
    position: relative;

    padding: 1em;

    background-color: #252525;
    color: #aa3333;

    text-align: center;
}
#offline-header p {
    /**
     * center the child with negative margins equal
     * to half width and half height of parent
     */
    position: absolute;
    top:50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#offline-header,
#kiwi-wrapper,
#my-video {
    margin: auto;
    width: 256px;
    height: 144px;

    font-size: 1em;
}
@media (min-width: 384px) {
    #offline-header,
    #kiwi-wrapper,
    #my-video {
	width: 384px;
	height: 216px;

	font-size: 1.25em;
    }

    #offline-header {
	font-size: 1.25em;
    }
}
@media (min-width: 512px) {
    #offline-header,
    #kiwi-wrapper,
    #my-video {
	width: 512px;
	height: 288px;
    }

    #offline-header {
	font-size: 1.5em;
    }
}
@media (min-width: 640px) {
    #offline-header,
    #kiwi-wrapper,
    #my-video {
	width: 640px;
	height: 360px;
    }

    #offline-header {
	font-size: 2em;
    }
}
@media (min-width: 768px) {
    #offline-header,
    #kiwi-wrapper,
    #my-video {
	width: 768px;
	height: 432px;
    }

    #offline-header {
	font-size: 2.5em;
    }
}

#kiwi-wrapper p {
    z-index: -1;
    position: absolute;

    margin: auto;
    padding: 1em;

    font-size: 1.25em;
}

#kiwi-wrapper iframe {
    border: 0;

    width: 100%;
    height: 100%;
}

#footer {
    margin-top: 1em;
    padding-top: 0.25em;
    padding-bottom: 0.25em;

    background-color: #CCE8FF;
    color: #110542;

    text-align: center;
}

.icon-online {
    background-image: url('icon-online.png');
}

.icon-offline {
    background-image: url('icon-offline.png');
}

.icon-online,
.icon-offline {
    width: 16px;
    height: 16px;

    background-repeat: no-repeat;
}

.online-subheader {
    padding: 1em;

    font-size: 0.5em;

    color: #00ff00;

    -webkit-animation: glow 1s ease-in-out infinite alternate;
    -moz-animation: glow 1s ease-in-out infinite alternate;
    animation: glow 1s ease-in-out infinite alternate;
}

h3 {
    margin-bottom: 0.5em;

    font-size: 1.5em;

    color: #38A5FF;
}
dl {
    margin-bottom: 0.5em;
}
dt {
    color: #f0f0f0;
}
dd {
    color: inherit;
}
dt,
dd {
    padding: 0.25em;
}
dt:nth-child(odd),
dd:nth-child(odd) {
    background-color: #111111;
}
dt:nth-child(even),
dd:nth-child(even) {
    background-color: #252525;
}
.schedule {
    padding: 0.5em;
}
.schedule__date {
    font-weight: bold;
}
.schedule__time {
    font-style: italic;
}
