.transparent-bg {
    background: rgba(255, 255, 255, 0.9);
}

body {
    background: url('/static/images/background.jpg') no-repeat fixed center center;
    background-color: #eee;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.slider {
    width: 100% !important;
}

.nowrap {
    white-space: nowrap;
}

html,
body {
    height: 100%;
}

body {
    padding-top: 50px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
    padding-bottom: 50px;
}

.dropzone {
    border: none
}

.attention {
    cursor: default;
}

.example-image {
    cursor: pointer
}

.disable {
  opacity: 0.5;
}

.jumbotron {
  padding: 2rem 2rem;
  margin-bottom: 0.5rem;
}

ul {
  margin-bottom: 0;
}

.song-btn {
    cursor: pointer;
}

#dropdownMenuButton {
    border: none;
    background-color: rgb(25 98 37 / 80%);
    margin-bottom: 10px;
    margin-left: 10px;
}

.highlighted {
	background-color: rgb(0, 144, 255) !important;
}
