html,body{
  height: 100%;
  background-color: black;
}

.title {
  color: white;
  padding-top: 40px;
}

.events {
  padding-top: 50px;
  min-height: 100%;
}

.flyer {
  padding-top: 30px;
}

.eventinfo {
  color: white;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid white;
}

.btn {
  text-transform: uppercase;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  border-radius: 0;
}

.btn-default {
  border: 1px solid white;
  color: white;
  background-color: transparent;
}

.btn-default:hover,
.btn-default:focus {
  border: 1px solid white;
  outline: none;
  background-color: white;
  color: black;
}

a,#dirtyaudio {
  color: white;
}

a,#dirtyaudio:hover {
  color: black;
}

body, html {
  margin: 0;
  font: 400 15px/1.8 "Lato", sans-serif;
  color: #777;
}

.databaseheader {
    letter-spacing: 5px;
    text-transform: uppercase;
    font: 20px "Lato", sans-serif;
    color: white;
}

.caption {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  color: #000;
}

.input {
  background-color: black;
  color: white;
  border: 1px white solid;
  box-shadow: 0 1px 3px 0 #e6ebf1;
}

.input:focus {
  background-color: black;
  border-color: white;
  color: white;
}

.days,.hours,.minutes,.seconds {
  font-size: 25px;
}

.footer {
  padding-top: 100px;
}

@font-face {
    font-family: time;
    src: url(txt/DS-DIGIT.TTF);
}
@font-face {
    font-family: code;
    src: url(txt/CODELight.otf);
}

.img-css {
  border: solid 1px white;
  position:relative;
}

.img-effect {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;

}

.box-text {
    position:absolute;
    top:0;
    left:0;
    height: 100%;
    width: 100%;
    background: rgb(0,0,0,0.7);
    color: white;
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 36px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: 0.75s;
}

.box-text:hover {
  opacity: 1;
}
