html,
body {
    color: #181818;
    font-weight: 300;
    line-height: 26px;
}
.uk-link,
a {
    color: #FFF200;
}
b,
strong {
    font-weight: 500;
}
.uk-logo img {
    width: 200px;
}
footer small {
    color: #9e9e9e;
    display: block;
}
.uk-navbar,
.uk-navbar-container:not(.uk-navbar-transparent) {
    background: #231f20;
}
.uk-navbar-nav>li>a {
    color: #fff;
}
small {
    /*text-align: center;*/
    display: block;
    line-height: 16px;
    font-size: 12px;
    color: #9e9e9e;
    max-width: 450px;
    margin-top: 15px;
}
.header {
    /*
    background: url(../img/bg01.jpg);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    */
    background-image: linear-gradient(to top, #181818 0%, #212121 100%);
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff;
    padding: 30px 30px 0px 30px;
    margin-bottom: 0px;
}
.header img {
    width: 100%;
    max-width: 200px;
}
.header-grid .col-1-2 {
    display: inline-block;
    vertical-align: middle;
}
.header-grid {
    text-align: left;
}
.header-grid h1 {
    color: #fff;
    font-size: 30px;
}
.header-grid img {}
.header-grid h1 span {
    display: block;
    font-size: 42px;
    font-family: 'Playfair Display', serif;
}
.uk-button {
    text-transform: none;
    font-weight: 500;
    font-family: 'Roboto', sans-serif !important;
    font-size: 16px;
    color: #FFF200;
}
.uk-button:hover,
.uk-button:focus {
    color: #e2d604;
}
.uk-button-primary {
    background: #FFF200;
    border-radius: 30px;
    color: #181818;
}
.uk-button-primary:hover,
.uk-button-primary:focus {
    background: #e2d604;
    color: #181818;
}
footer {
    margin-top: 50px;
}
.uk-card-header img {
    width: 100%;
    max-width: 70px;
}
form .custom-radio label .uk-card {
    display: block;
    border: 2px solid #eee;
    border-radius: 5px;
    cursor: pointer;
}
form .custom-radio label .uk-button {
    display: block;
    width: 100%;
}
.uk-card {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}
form .custom-radio label:hover .uk-card,
form .custom-radio label:focus .uk-card {
    border: 2px solid #FFF200;
    background: rgba(255, 242, 0, 0.01);
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}
form .custom-radio input[type="radio"] {
    visibility: hidden;
    -webkit-appearance: none;
}
form .custom-radio input[type="radio"]:checked ~label .uk-card {
    background: rgba(255, 242, 0, 0.05);
    border: 2px solid #FFF200;
}
.uk-container {
    padding: 0 25px;
}
.uk-card-default .uk-card-title {
    color: #181818;
    font-size: 18px;
    font-weight: 500;
}
.text-center {
    text-align: center;
}
.hint {
    font-size: 18px;
    margin-top: 0;
    margin-bottom: 30px;
}
h2 {
    font-weight: 500;
    margin-bottom: 5px;
}
hr {
    margin: 50px 0;
}
button.uk-button.uk-button-submit {
    margin: 0 auto;
    display: block;
    background: #FFF200;
    color: #181818;
    border-radius: 5px;
    font-size: 18px;
    line-height: 22px;
    padding: 10px 30px 10px 80px;
    text-align: left;
    position: relative;
    box-shadow: 0 4px 6px -1px rgba(255, 242, 0, 0.1), 0 2px 4px -1px rgba(255, 242, 0, 0.06);
}
button.uk-button.uk-button-submit:hover,
button.uk-button.uk-button-submit:focus {
    background: #e2d604;
    box-shadow: 0 20px 25px -5px rgba(255, 242, 0, 0.1), 0 10px 10px -5px rgba(255, 242, 0, 0.04);
}
button.uk-button.uk-button-submit span {
    color: #181818;
    position: absolute;
    left: 21px;
    top: 13px;
    font-size: 34px;
}
button.uk-button.uk-button-submit span svg {
    width: 38px;
}
.uk-button span {
    margin-right: 10px;
}
button.uk-button.uk-button-submit p {
    display: block;
    font-weight: 400;
    font-size: 14px;
    margin: 0;
}
.formgrid {}
.uk-panel-dark h3 {
    color: #e0e0e0;
}
h3 {
    font-family: 'Playfair Display', serif;
    font-size: 38px;
}
.uk-panel-dark {
    margin-top: 100px;
    color: #9e9e9e;
    background: #231f20;
    padding: 30px;
}
.banner-header {
    margin-top: 40px;
    padding-top: 40px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.banner-header img {
    display: inline-block;
    width: 100%;
    max-width: 110px;
    margin-right: 40px;
    -webkit-filter: grayscale(100%);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    transition: all .1s ease-in-out;
}
.banner-header img:hover,
.banner-header img:focus {
    -webkit-filter: grayscale(0%);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
}
p#registration-error {
    background: rgba(255, 0, 0, 0.1);
    color: red;
    padding: 10px 25px;
    text-align: center;
    display: block;
    margin: 0 auto;
    margin-top: 30px;
}
p#registration-success {
    background: rgba(0, 128, 0, 0.1);
    color: green;
    padding: 10px 25px;
    text-align: center;
    display: block;
    margin: 0 auto;
    margin-top: 30px;
}
h5 {
    margin: 0;
    font-weight: 500;
    font-size: 18px;
}
a.uk-button.uk-button-small {
    background: #181818;
    color: #fff;
    border-radius: 20px;
    font-weight: 400;
    font-size: 14px;
    margin-top: 5px;
}
a.uk-button.uk-button-small:hover,
a.uk-button.uk-button-small:focus {
    background: #424242;
}
.uk-panel {
    padding-top: 50px;
    padding-bottom: 50px;
}
#section-about {
    background: #fafafa;
}
.uk-modal-title {
    font-size: 22px;
    font-weight: 500;
    line-height: 28px;
}
.custom-radio {
    display: block;
    position: relative;
    width: 100%;
    /* border: 2px solid #e0e0e0; */
    padding: 15px;
    border-radius: 5px;
    box-shadow: 0 4px 15px -1px rgba(0, 0, 0, 0.5);
    transition: all .1s ease-in-out;
    box-sizing: border-box;
    max-width: 800px;
    margin: 0 auto;
    margin-bottom: 30px;
    background: linear-gradient(to top, #181818 0%, #212121 100%);
}
.custom-radio:hover,
.custom-radio:focus {}
.track-cover {
    display: inline-block;
    width: 7%;
    vertical-align: top;
    margin-right: 15px;
}
.track-meta {
    display: inline-block;
    width: calc(43% - 19px);
    color: #fff;
    vertical-align: top;
    margin-right: 15px;
}
.track-media {
    display: inline-block;
    width: calc(50% - 19px);
    vertical-align: top;
}
.track-title {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    margin: 0;
}
.track-artist {
    font-size: 14px;
    margin: 0;
    margin-top: 0px;
    color: #9e9e9e;
}
.track {
    text-align: left;
}
.track-cover > div {
    width: 50px;
    height: 50px;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    border-radius: 5px;
}
textarea.uk-input[name="track-name"] {
    border: none;
    padding: 0;
    pointer-events: none;
    height: auto;
    resize: none;
    line-height: 24px;
}
audio {
    width: 100%;
}
.formgrid .uk-grid > div.uk-grid-margin {
    margin-top: 20px !important;
}
.formgrid .uk-grid > div.uk-first-column {
    margin-top: 0;
}
label.uk-form-label {
    color: #181818;
    font-weight: 400;
}
a.uk-button.uk-button-default {
    background: #eee;
    color: #181818;
    border-radius: 30px;
    border: none;
}
a.uk-button.uk-button-default:hover,
a.uk-button.uk-button-default:focus {
    background: #e0e0e0;
}
p.block-center {
    display: block;
    max-width: 650;
    margin: 0 auto;
    margin-bottom: 30px;
}

/*
  1. Base
*/


/*
  2. Components
*/

div.control-container {}
div.control-container div.amplitude-play-pause {
    width: 74px;
    height: 74px;
    cursor: pointer;
    float: left;
    margin-left: 10px;
}
div.control-container div.amplitude-play-pause.amplitude-paused {
    background: url("https://521dimensions.com/img/open-source/amplitudejs/examples/single-song/play.svg");
    background-size: cover;
}
div.control-container div.amplitude-play-pause.amplitude-playing {
    background: url("https://521dimensions.com/img/open-source/amplitudejs/examples/single-song/pause.svg");
    background-size: cover;
}
div.control-container div.amplitude-play-pause.amplitude-paused:hover:after {
    background: rgba(255, 242, 0, 0.1);
    border-color: #FFF200;
}
div.control-container div.meta-container {
    float: left;
    width: calc(100% - 84px);
    text-align: center;
    color: white;
    margin-top: 10px;
}
div.control-container div.meta-container span[data-amplitude-song-info="name"] {
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    color: #fff;
    display: block;
}
div.control-container div.meta-container span[data-amplitude-song-info="artist"] {
    font-family: "Open Sans", sans-serif;
    font-weight: 100;
    font-size: 14px;
    color: #fff;
    display: block;
}
div.control-container:after {
    content: "";
    display: table;
    clear: both;
}

/*
  Small only
*/

@media screen and (max-width: 39.9375em) {
    div.control-container div.amplitude-play-pause {
        background-size: cover;
        width: 64px;
        height: 64px;
    }
    div.control-container div.meta-container {
        width: calc(100% - 74px);
    }
}

/*
  Medium only
*/


/*
  Large Only
*/

div.time-container {
    opacity: 1;
    font-family: 'Roboto', sans-serif !important;
    font-weight: 400;
    font-size: 12px;
    color: #9e9e9e;
    height: 15px;
}
div.time-container span.current-time {
    float: left;
    margin-left: 0px;
}
div.time-container span.duration {
    float: right;
    margin-right: 0px;
}

/*
  Small only
*/


/*
  Medium only
*/


/*
  Large Only
*/

progress.amplitude-song-played-progress {
    background-color: #757575;
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 10px;
    display: block;
    cursor: pointer;
    border: none;
    border-radius: 5px;
}
progress.amplitude-song-played-progress:not([value]) {
    background-color: #757575;
    border-radius: 5px;
}
progress[value]::-webkit-progress-bar {
    background-color: #757575;
    border-radius: 5px;
}
progress[value]::-moz-progress-bar {
    background-color: #757575;
    border-radius: 5px;
}
progress[value]::-webkit-progress-value {
    background-color: #e0e0e0;
    border-radius: 5px;
}

/*
  Small only
*/


/*
  Medium only
*/


/*
  Large Only
*/


/*
  3. Layout
*/

div.bottom-container {
    border-radius: 5px;
}

/*
  Small only
*/


/*
  Medium only
*/


/*
  Large Only
*/

div#single-song-player {
    border-radius: 10px;
    margin: auto;
    width: 100%;
    -webkit-font-smoothing: antialiased;
}
div#single-song-player img[data-amplitude-song-info="cover_art_url"] {
    width: 100%;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}
a.learn-more {
    display: block;
    width: 300px;
    margin: auto;
    margin-top: 30px;
    text-align: center;
    color: white;
    text-decoration: none;
    background-color: #202136;
    font-family: 'Roboto', sans-serif !important;
    padding: 20px;
    font-weight: 100;
}

/*
  Small only
*/


/*
  Medium only
*/


/*
  Large Only
*/


/*
  4. Pages
*/


/*
  5. Themes
*/


/*
  6. Utils
*/


/*
  7. Vendors
*/


/*# sourceMappingURL=app.css.map */

.player-left {
    display: inline-block;
    width: 20%;
}
.player-right {
    display: inline-block;
    width: calc(80% - 4px);
    vertical-align: text-bottom;
}
div.control-container div.amplitude-play-pause.amplitude-paused,
div.control-container div.amplitude-play-pause.amplitude-playing {
    background: none;
    color: #fff;
    font-size: 26px;
    margin-top: 0px;
    display: block;
    text-align: center;
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin-left: 0;
}
div.control-container div.amplitude-play-pause.amplitude-paused:after {
    content: '\25BA';
    color: #FFF200;
    font-size: 24px;
    margin-top: 0px;
    display: block;
    background: transparent;
    border-radius: 50%;
    text-align: center;
    /* background: #FFF200; */
    border: 2px solid #FFF200;
    width: 40px;
    height: 35px;
    line-height: 35px;
    padding-left: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    transition: all .1s ease-in-out;
}
div.control-container div.amplitude-play-pause.amplitude-playing:after {
    content: '\258C\258C';
    color: #FFF200;
    font-size: 12px;
    margin-top: 0px;
    display: block;
    background: rgba(255, 242, 0, 0.2);
    border-radius: 50%;
    text-align: center;
    border: 2px solid #FFF200;
    width: 40px;
    height: 35px;
    line-height: 35px;
    padding-left: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.track-action {
    border-top: 1px solid #e0e0e0;
    padding-top: 15px;
    margin-top: 15px;
    text-align: right;
}
.uk-modal-header {
    padding: 15px 30px;
    background: #fff;
    border-bottom: 1px solid #e5e5e5;
    background: #f5f5f5;
}
.results {
    padding: 30px 50px;
    margin: 0 auto;
    font-size: 14px;
} 
.results .uk-table {
    font-size: 14px;
}
@media(max-width: 628px) {
    .results {
    padding: 10px 10px;
    margin: 0 auto;
    font-size: 14px;
}
    h1 {
        font-size: 22px;
        font-weight: 600;
    }
    .header img {
        width: 100%;
        max-width: 60px;
        text-align: center;
        margin: 0 10px;
    }
    .header-grid {
        text-align: center;
    }
    .header-grid h1 {
        color: #fff;
        font-size: 16px;
        margin-top: 20px;
    }
    .header-grid h1 span {
        display: block;
        font-size: 24px;
        margin-top: 5px;
        font-family: 'Playfair Display', serif;
    }
    .header-grid .btn-group a {
        width: 100%;
        margin-bottom: 10px;
    }
    .banner-header {
        margin-top: 20px;
        padding-top: 20px;
        padding-bottom: 25px;
        text-align: center;
        border-top: 1px solid rgba(255, 255, 255, 0.1);
    }
    h3 {
        font-family: 'Playfair Display', serif;
        font-size: 38px;
        line-height: 38px;
    }
    a.uk-button.uk-button-default {
        background: #eee;
        color: #181818;
        border-radius: 30px;
        border: none;
        width: 100%;
        font-size: 14px;
    }
    .track-cover {
        display: inline-block;
        width: 20%;
        vertical-align: top;
        margin-right: 15px;
    }
    .track-meta {
        display: inline-block;
        width: calc(80% - 19px);
        color: #fff;
        vertical-align: top;
        margin-right: 0;
    }
    .track-media {
        display: block;
        width: 100%;
        vertical-align: inherit;
        margin-top: 15px;
    }
    .player-left {
        display: inline-block;
        width: 20%;
        margin-right: 15px;
    }
    .player-right {
        display: inline-block;
        width: calc(80% - 19px);
        vertical-align: text-bottom;
    }
    .track-action a {
        width: 100%;
    }
    .uk-modal-title {
        font-size: 14px;
        font-weight: 500;
        line-height: 22px;
    }
}
