@font-face {
  font-family: roboto-thin;
  src: url("../fonts/Roboto-Thin.ttf");
}
@font-face {
  font-family: roboto-light;
  src: url("../fonts/Roboto-Light.ttf");
}
* {
  color: rgba(255, 255, 255, 0.8);
  font-family: roboto-thin;
}

html {
  min-height: 100%;
}

body {
  background: linear-gradient(to bottom right, #0a2023 20%, #200a23 100%) fixed;
  padding-bottom: 30px;
}

a {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: underline;
}

a:hover {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
}

h1 {
  text-align: center;
  font-size: 7em;
}

h1 a {
  text-decoration: none;
}

h2 {
  text-align: center;
  font-size: 2.5em;
}

.global_control {
  font-size: 0.6em;
  margin-left: 15px;
}

#page_header {
  padding-bottom: 20px;
  margin-bottom: 10px;
}

.year_element {
  display: block;
  padding-top: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  margin-bottom: 2px;
}

.year_content {
  font-size: 1.4em;
  margin: 0;
  color: rgba(255, 255, 255, 0.3);
}

.song_element {
  display: flex;
  flex-direction: row;
  font-size: 1.2em;
  padding: 5px 15px;
}

.song_element p {
  margin-bottom: 0;
}

.song_id {
  width: 20px;
  text-align: right;
}

.song_number {
  color: rgba(255, 255, 255, 0.3);
}

.song_title {
  margin: 0 15px;
  flex-grow: 1;
  display: flex;
}

.song_controls {
  min-width: 60px;
  margin-right: 10px;
  text-align: right;
  letter-spacing: 5px;
}

.song_duration {
  text-align: right;
  color: rgba(255, 255, 255, 0.3);
}

.song_element:hover .song_number,
.song_element.playing .song_number,
.song_element.selected .song_number,
.song_element:not(:hover):not(.selected) .song_play,
.song_element.playing .song_play,
.song_element:not(.playing) .song_playing,
.song_element:not(.selected) .song_controls {
  display: none;
}

.global_control,
.song_play,
.song_download,
.song_share,
.song_control {
  cursor: pointer;
}

.selected {
  background: linear-gradient(to right, rgba(211, 239, 242, 0.7) 30%, rgba(239, 211, 242, 0.7) 100%);
  border-radius: 4px;
}

.selected * {
  color: #0a2023;
}

.selected p,
.selected a {
  font-family: roboto-light;
}

.song_controls .dropdown-menu {
  background: linear-gradient(to bottom right, #d3eff2 30%, #efd3f2 100%);
}

.song_controls .dropdown-menu a {
  text-decoration: none;
}

.song_controls .dropdown-menu a:hover {
  background: rgba(0, 0, 0, 0.1);
}

#player {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  min-width: 100%;
  display: block;
}

footer {
  margin: 40px 0;
}

footer p {
  text-align: center;
}

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