* {
    box-sizing: border-box;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    word-wrap: break-word;
    margin: 0;
}

.main {
    padding: 10px;
    margin: auto;
    max-width: 1024px;
}

.site-header {
    position: relative;
    width: 100%;
    background-color: #fff;
    border-bottom: none;
    z-index: 100;
    display: flex;
    justify-content: center;
    flex-flow: row wrap;
    margin: 0;
    padding: 0;
    padding-bottom: 10px;
}

.logo {
    padding: 5px 10px;
}

.listen-live-box,
.make-a-request-box {
    padding: 5px 10px;
    margin: auto 10px;
}

a {
    display: inline-block;
    font-style: bold;
    text-decoration: underline;
    color: black;
}

a:visited {
    color: black;
}

a:hover {
    color: #0B5AA2;
}

h2 {
    display: block;
    font-size: 1.5em;
    margin-block-start: 0.83em;
    margin-block-end: 0.83em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
    float: none;
    color: #0B5AA2;
}

h3 {
    margin-block-start: 0.5em;
    margin-block-end: 0.5em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-size: 1.1em;
    color: #0B5AA2;
}

img {
    vertical-align: middle;
    display: inline-block;
    height: auto;
    max-width: 100%;
    width: 100%;
    border: none;
    border-radius: 0;
    box-shadow: none;
}

.listen-live-box span,
.make-a-request-box span {
    font-style: none !important;
    vertical-align: middle;
    padding-left: 10px;
}

.listen-live,
.make-a-request {
    font: "Roboto", San-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    text-decoration: none;
    text-transform: uppercase;
    fill: #FF9308;
    color: #FF9308 !important;
    background-color: #61CE7000;
    border-style: solid;
    border-width: 3px 3px 3px 3px;
    border-color: #FF9308;
    border-radius: 0px 0px 0px 0px;
    padding: 8px 20px 8px 10px;
}

.footer {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.flex-container {
    display: flex;
    justify-content: center;
    flex-direction: row;
    margin: 0;
    padding: 0;
}

.play-buttons {
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: row;
    margin: 0;
    padding: 0;
}

@media (max-width: 800px) {
    .flex-container {
        flex-direction: column;
    }
}

.flex-item {
    padding: 2px 15px;
}

.main-image-placeholder {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    position: relative;
}

.main-image {
    width: auto;
    height: auto;
}

.main-image-overlay {
    position: absolute;
    top: 50%;
    left: 20%;
    width: auto;
    z-index: 92;
    height: auto;
    display: block;
    background: rgba(0, 0, 0, 0);
    color: white;
    font-size: 3em;
    font-weight: bold;
    line-height: 150%;
    text-shadow: 2px 2px black;
}

@media (max-width: 800px) {
    .main-image-overlay {
        font-size: 1.2em;
    }
}

.headphone-sprite {
    width: 32px;
    height: 32px;
    background: url(../image/sprite.gif) 0 0;
}

.telephone-sprite {
    width: 32px;
    height: 32px;
    background: url(../image/sprite.gif) -96px 0;
}

.email-sprite {
    width: 32px;
    height: 32px;
    background: url(../image/sprite.gif) -256px 0;
}

.snailmail-sprite {
    width: 32px;
    height: 32px;
    background: url(../image/sprite.gif) -128px 0;
}

.button {
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
}

.green {
    background-color: #04AA6D;
    /* Green */
}

.red {
    background-color: #aa046d;
    /* Red */
}

.purple {
    background-color: #774193;;
    /* Purple */
}

.rounded-box {
    border-radius: 10px;
    border-width: 1px;
    border-color: #FF9308;
    border-style: solid;
    margin: 15px;
}

.purple-text {
    color: #774193
}

.blue-text {
    color: #0B5AA2;
}

.disabled {
    color: gray;
}

.bigger {
    font-size: larger;
}

.app-image {
    width: 180px;
    padding: 10px;
    margin-top: 1em;
    margin-bottom: 1em;
    border-radius: 10px;
    border-width: 1px;
    border-color: lightgrey;
    border-style: solid;
    box-shadow: 2px 2px 2px #0B5AA2;
}

.app-download-image {
    width: 180px;
    padding: 10px;
}

.audio-loading {
    position: absolute;
    width: auto;
    z-index: 92;
    height: 100%;
    color: black;
    font-size: 1.5em;
    font-weight: bold;
    text-shadow: 2px 2px white;
    align-items: center;
    display: block;
    margin: auto 0;
}

.audio-loading span {
    height: 50px;
    display: table-cell;
    vertical-align: middle;
    margin: auto 0;
}

.copyright {
    text-align: centre;
    font-size: 0.9em;
    padding-top: 5px;
}

#days {
    list-style-type: none;
    display: flex;
    justify-content: center;
    flex-direction: row;
    background-color: #dddddd;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

li {
    float: left;
}

li a {
    display: block;
    background-color: #dddddd;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

@media (max-width: 800px) {
    #days {
        flex-direction: column;
    }

    li a {
        padding: 2px 16px;
    }
}

li {
    border-right: 1px solid #bbb;
}

/* Change the link color to #111 (black) on hover */
li a:hover {
    background-color: #111;
    color: gray;
}

li a:visited {
    text-decoration: none;
}

li:last-child {
    border-right: none;
}

li a.active {
    background-color: #774193;
    color: white;
}

#request-form label {
    width: 200px;
    display: inline-block;
    vertical-align: top;
}

#request-form input.textbox,
#request-form textarea {
    width: 400px;
}

#request-form select {
    width: 400px;
    text-overflow: ellipsis;
}

@media (max-width: 800px) {
    #request-form label {
        display: block;
    }
    
    #request-form input.textbox,
    #request-form textarea {
        width: 100%;
    }

    #request-form select {
        width: 100%;
    }
}

#on-now {
    overflow: hidden;
    justify-content: center;
}
#on-now div.show {
    padding: 5px;
    margin: 2px auto;
    width: 50%;
    background-color: #F8F6FF;
    overflow: hidden;
}
@media (max-width: 800px) {
    #on-now div.show {
        width: 100%;
    }
}

div.show {
    position: relative;
}

#presenter-pic {
    height: 100px;
    width: 100px;
}

div.presenter-pic {
    display: block;
    float: left;
    margin: 2px;
    margin-right: 10px;
}

#button-overlay {
    height: 100px;
    width: 100px;
}

#button-overlay:hover {
    opacity: 1.0;
}

div.button-overlay {
    display: block;
    position: absolute;
    margin: 2px;
    top: 5px;
    left: 5px;
}

div.show-details {
    margin: 2px;
    width: 100%;
}

div.error-message {
    display: none;
}

#error-message {
    color: red;
}

#days {
    width: 100%;
}

div.schedule {
    margin: 0;
    padding: 0;
}

div.show {
    border: 2px solid #F8F6FF;
    width: 320px;
    padding: 4px;
    margin: 2px;
    background-color: #F8F6FF;
}

div.request-show {
    border: 2px solid #774193
    ;
}

div.show-demo {
    border: 2px solid #774193;
    padding: 4px;
    margin: 2px;
    margin-top: 1em;
    background-color: #F8F6FF;
    display: inline-block;
}

@media (max-width: 800px) {
    div.show {
        width: 100%;
        margin: 1px 0px;
    }
}

div.show p,
div.show-demo p {
    text-overflow: ellipsis;
    margin: 0;
    padding: 2px 3px;
}

div.show p.show,
div.show-demo p.show {
    font-weight: bold;
    color: #774193;
}

div.show p.presenter {
    font-size: 0.9em;
    color: #28599C;
}

div.show p.time {
    font-size: 0.9em;
}

.schedule {
    flex-wrap: wrap;
}

.text-centre {
    text-align: center;
}

.error-container {
    margin-top: 2em;
    margin-bottom: 2em;
}

