@font-face {
    font-family: 'Museo Sans W01';
    src:  url('../fonts/Museo Sans W01-400.woff2') format('woff2'),
          url('../fonts/Museo Sans W01-400.woff') format('woff');
    font-weight: 400;
}
@font-face {
    font-family: 'Museo Sans W01';
    src:  url('../fonts/Museo Sans W01-700.woff2') format('woff2'),
          url('../fonts/Museo Sans W01-700.woff') format('woff');
    font-weight: 700;
}
@font-face {
    font-family: 'Museo Sans W01';
    src:  url('../fonts/Museo Sans W01-900.woff2') format('woff2'),
          url('../fonts/Museo Sans W01-900.woff') format('woff');
    font-weight: 900;
}
body, html {
    font-family: "Museo Sans W01", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.3em;
    height: 100%;
    margin: 0;
}
h1 {
    font-family: "Museo Sans W01", sans-serif;
    font-weight: 900;
    font-style: normal;
}

img {
    max-width: 100%;
}
.container-fluid {
    padding-top: 1em;
}
.full-height {
    height: 100vh;
}
.page-title {
    text-align: center;
    margin-bottom: 0.5em;
}

.song-item {
    margin-bottom: 0.5em;
}
.song-artist {
    margin-top: 0.5em;
    font-weight: 900;
    font-size: 1.5em;
    color: #333333;
}
.song-title {
    margin-top: 0.5em;
    margin-bottom: 1em;
    font-size: 1.25em;
    color: #ff032c;
}
img.song-QRcode {
    margin: auto;
    display: block;
}

.debug-row {
    margin-top: 3em;
}