html, body {
  margin:0;
  padding:0;
  height:100%;
}

body {
  background-color:#131313;
  /* display: flex;
  align-items: center;
  justify-content: center; */
  color:#fff;
}

h3 {
  font-family: 'Fira Code', monospace;
  /* margin-top:0; */
  margin-bottom:3px;
  font-weight: 500;
  font-size:14px;
  text-align:center;
}

h3.first {
  margin-top:35px;
}

h4 {
  font-family: 'Fira Code', monospace;
  margin-top:3px;
  margin-bottom:25px;
  font-weight: 400;
  font-size:12px;
  text-align:center;
}

.container {
  background-color:#0005CA;
  width:100%;
  max-width:460px;
  min-height:100%;
  margin:auto;
  position: relative;
}

.container .hero-bg {
  width:100%;
  height:35vh;
  background:url('/img/header-img-min.png') no-repeat bottom center;
  background-size:cover;
}

.container .hero-text img {
  width:100%;
  height:auto;
  display:block;
}

.container .hero-text.bump-down {
  margin-top:10px;
}

.palm-tree {
  width:40px;
  margin:0px auto;
}

.palm-tree img {
  width:100%;
  height:auto;
}

.login {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top:20px;
}

.login span {
  color:#0005CA;
  padding:8px 16px;
  background-color:#fff;
  border-radius:20px;
  text-transform: uppercase;
  font-family: 'Fira Code', monospace;
  font-weight: 400;
  font-size: 14px;
}

.login a {
  text-decoration:none;
}

.results {
  padding:20px 6%;
  width:100%;
  box-sizing:border-box;
}

.results.top-padding {
  padding-top:55px;
}

.box {
  border:1px solid #fff;
  box-sizing: border-box;
  padding:10px;
  width:90%;
  margin:0 auto 10px auto;
  position: relative;
}


.artist {
  font-family: 'Fira Code', monospace;
  /* margin-top:0; */
  font-weight: 500;
  font-size:14px;
  display:block;
  margin-bottom:2px;
}

.stage {
  font-family: 'Fira Code', monospace;
  font-weight:400;
  background-color:#fff;
  padding:2px 6px;
  text-transform: uppercase;
  font-size:10px;
  color:#0005CA;
  display:inline-block;
}

.date {
  font-family: 'Fira Code', monospace;
  font-weight:400;
  display:block;
  margin-top:5px;
  font-size:12px;
}

.probably {
  margin:25px 0 0 0;
}

.because {
  font-family: 'Fira Code', monospace;
  font-weight:400;
  font-size: 11px;
  line-height: 15px;
  display: inline-block;
  font-style: italic;
  margin-top:6px;
  max-width:85%;
}

.play {
  position: absolute;
  top:50%;
  right:20px;
  transform: translateY(-50%);
  width:40px;
  opacity:0.9;
}

.play img {
  width:100%;
  height:auto;
  display: block;
}

a.orderby {
  float:right;
  font-size:10px;
  font-family: 'Fira Code', monospace;
  font-weight:400;
  text-transform: uppercase;
  text-decoration: none;
  color:#fff;
}

a.relevance {
  position: absolute;
  top:20px;
  left:20px;
  display: block;
}
