html {
  height: 100%;
}

body {
  min-height: 100%;
  font-family: "Montserrat";
  background-color: #d1c5b5;
  background-image: linear-gradient(to bottom, #d1c5b5 30%, #ffffff);
  background-attachment: fixed;
  font-weight: 500;
  display: flex;
  flex-direction: column;
}

::selection {
  background-color: rgba(133, 29, 25, 0.342);
  color: white;
}

img {
  display: block;
  max-width: 100%;

  -webkit-user-drag: none;
  -html-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
}

svg {
  max-width: 100%;
}

a:hover {
  text-decoration: none;
}

.qr-wrapper {
  position: relative;
  max-width: 300px;
  margin: 0px auto;

  /*background: rgba(0, 0, 0, 0.5);*/
}

.example-text {
  color: white;
  font-weight: bold;
  font-size: 30px;

  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  
  position: absolute;
  left: 50%;
  top: 50%;
}

.text-center {
  text-align: center;
}

.music-select-col span {
  display: block;
  text-align: right;
}

.admin-list {
    padding-bottom: 20px;
}

.admin-list .row {
  border-top: #333 solid 1px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.admin-list .row.played {
  background: rgba(0,0,0,0.3);
  color: white;
}

.thankyou .text-center{
  height: 300px;
  line-height: 300px;
}