* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.btn btn-default {
  border: 1px solid #f48fb1;
  box-shadow: 0 0 0 1px #f48fb1;
}
#event-card {
  background-color: rgba(0, 0, 0, 0.5);
  padding: inherit;
}

p.title {
  color: white;
  font-size: 20px;
}

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

#container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin-bottom: 50px;
  display: block;
  margin-top: 100px;
  height: 100%;
}
#background_video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  height: 100%;
  width: 100%;
}
#video_cover {
  position: absolute;
  width: 100%;
  height: 100%;
  background: url("../images/Live-Music.jpg") no-repeat;
  background-size: cover;
  background-position: center;
}
#video_controls {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
}
#play img {
  width: 100px;
}
#pause img {
  width: 90px;
}
#pause {
  display: none;
}
@media (min-width: 768px) {
  #video_controls {
    display: none;
  }
}
/* Demo page specific styles */

#overlay {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
}

#event-table,
#results-box,
#weather-table {
  display: none;
}

#search-bar,
#results-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.777;
}

.footer {
  width: 100%;
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
  font-size: 13px;
  position: absolute;
  bottom: 0; 
  left: 0; 
  right: 0; 
}

.footer a {
  color: rgba(255, 255, 255, 0.5);
  font-size: 13px;
}

#map {
  height: 300px;
  width: 450px;
  margin: 0 auto;
}

.table-dark {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
}

.logoStyle {
  margin-left: 38%;
  padding-bottom: 31px;
}

.customTable {
  background-color: rgba(0, 0, 0, 0.5); 
  font-size: 15px; 
}

.btn-primary {
  width: 100px;
  height: 40px;
  border: none;
  border: solid 2px black;
  border-radius: 5px;
  font-size: 15px;
  color: black;
  border-radius: 2%;
  background-color: #f4f4f4;
}

.btn-primary:hover {
  background: black;
  color: rgb(0, 135, 252);
}

.logo-link {
  position: absolute;
  display: none;
  margin-top: 15px;
  margin-left: 20px; 
}

.logo-link:hover {
  cursor: pointer;
}

#event-table {
  max-width: 768px;
  margin: 0 auto; 
}

.table-header {
  padding-left: 10px;
}

.card-title,
.card-text,
.card-text2,
.nav-link {
  color: #f4f4f4;
}

.nav-link:hover {
  background-color: #fff;
  color: #495057;
}

.card-header-tabs {
  opacity: 0.777;
}


 