@font-face { font-family: Montserrat; src: url('../fonts/Montserrat/Montserrat-VariableFont_wght.ttf'); } 

a { outline: transparent 0px none; }

a:hover { text-decoration: none !important; }

body { 
  background-color: #f4d246;
  font-family: Montserrat, sans-serif;
  padding-top: 5em;
}

form {
  margin-top: 20px;
  padding: 0 15px;
}

main.container {
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  width: 100%;
  max-width: 960px;
}

nav {
  background-color: #f4d246;
  color: black;
  font-weight: bold;
  letter-spacing: 1px;
  max-width: 960px;
}

nav a, nav a:hover { color: #111826; }

p {
  color: #222;
  font-size: 90%;
  font-weight: 200;
 }

small { font-size: 70%; }

#empty-state-container {
  margin-top: 85px;
  width: 50%;
  min-width: 128px;
  max-width: 256px;
}

#events {
  list-style-type: none;
  margin-bottom: 10px;
  margin-top: 10px;
}

#highlight { color: #111826; }

#search {
  font-size: 13px;
  height: 30px;
}

#tools {
  background-color: #111826;
  border-bottom: 2px solid rgba(0,0,0,0.2);
  list-style-type: none;
  padding: 5px 0;
  position: fixed;
  top: 55px;
  z-index: 100;
  max-width: 960px;
}

#tools a {
  color: white;
  padding: 5px 15px;
  border-bottom: 2px solid transparent;
}

#tools a.active { border-bottom-color: #c92d22; }

.list-group-item a.accordion-toggle {
  margin-top: -19px;
  margin-right: 15px;
}

.accordion-toggle:after { content: "\25b2"; }
.accordion-toggle.expand:after { content: "\25BC"; }

.big-star:after {
  background-color: white;
  border: 2px solid #343a40;
  border-radius: 8px;
  color: #f4d246;
  font-size: 5em;
  padding: 15px 30px;
  content: "\2606";
}

.hide { display: none; }

.list-group { width: 100%; }

.list-group-item {
  padding: 11px 5.5px;
}

.list-group-item a {
  display: inline-block;
  float: right;
  margin-top: -25px;
}

.past-event h6, .past-event h6 small, .past-event a, .past-event p { color: #ccc !important; }

.star {
  background-image: url("../images/active_favorite_star.png");
  background-position: 16.5px center;
  background-repeat: no-repeat;
  background-size: 22px;
  position: relative;
  left: 5.5px;
  top: -8px;
  padding: 22px;
}
.star.empty { background-image: url("../images/active_empty_star.png"); }
.past-event .star { background-image: url("../images/disabled_favorite_star.png"); }
.past-event .star.empty { background-image: url("../images/disabled_empty_star.png"); }
