h1 {
    font-weight: bold;
}

h4 {
    font-style: italic;
}

.qrcode {
    border: 5px solid white;
    width:256px;
    height:256px;
    margin:1em;
}

.story {
    background-color: #ddd;
    margin: 1em;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 300px;
    border-radius: 10%;
    padding: 1.1em 0;
}

.description {
    width: 325px;
    text-align: center;
}

.button {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: "proxima-nova","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 1px;
    font-family: "proxima-nova";
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600;
    font-style: normal;
    text-decoration: none;
    padding: 1em 1.75em;
    background-color: #36b3a8;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    line-height: 1em;
    margin: 0 10px;
    color: #fff;
    border: none;
    -webkit-transition: background-color .1s 0s ease-in-out,color .1s 0s ease-in-out;
    -moz-transition: background-color .1s 0s ease-in-out,color .1s 0s ease-in-out;
    -ms-transition: background-color .1s 0s ease-in-out,color .1s 0s ease-in-out;
    -o-transition: background-color .1s 0s ease-in-out,color .1s 0s ease-in-out;
    transition: background-color .1s 0s ease-in-out,color .1s 0s ease-in-out;
    -webkit-border-radius: 300px;
    border-radius: 300px;
}

a:link, a:visited {
    text-decoration: none;
    color: #000;
}

@media print {
    .story {page-break-after: always;}
}

#stories {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    width: 100%;
    flex-wrap: wrap;
}

.notification {
    margin-top: 1em;
    background-color: gold;
    text-align: center;
    padding: 0.2em;
}

.story-image {
    max-width: 256px;
    max-height: 256px;
    border-radius: 10%;
}

#subject-heading {
    padding: 0 1em;
}

#player-elements {
    padding-bottom: 1em;
}

#subject-header {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
    width: 100%;
}

.subject-header-item {    
    background-color: #ddd;
    padding: 0.2em 0.25em;
    margin: 0.2em 0.1em;
    display: inline-block;
}

#loading-indicator {
    text-align: center;
}

#password-container {
    text-align: center;
}