html{
  overflow-y: scroll;
}

.logo {
  font-family: 'Bebas Neue', cursive;

}

#header {
  background-color: #102239;
}
#header .logo a {
  color: #db8a0c;
}
.navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover>a{
  color:#d8a879;

}

.navbar a, .navbar a:focus{
  color: #db8a0c;

}

.breadcrumbs{
  margin-top:90px;

}
.event-list .card:hover .card-body {
  border-color: #db8a0c;
}

.event-list .card:hover .card-body .card-title a {
  color: #db8a0c;
}
.card-body:hover {
  color: #db8a0c;
}

#footer {
  /*position: absolute;*/
/*  bottom: 0;*/
  width: 100%;
  background-color: #102239 !important;
  position: fixed;
  bottom: 0;
  z-index: 10;
  padding: 0px;
}
#footer .social-links{
  margin-bottom: 0px !important;
}


.copylink {
    color: #db8a0c;
}
.copyright a:hover{
    color:#d8a879;
}
