.col-15{
    width: 20%;
    flex: 0 0 20%;
}
@import url(http://weloveiconfonts.com/api/?family=entypo);
/* entypo */
[class*=entypo-]::before {
  font-family: "entypo", sans-serif;
}
.tab-content ul.sub-tab-content{
    display: none;
}
.tab-content ul.sub-tab-content.active{
display: block;
}
#reserve{
    background-color: white;
    color: black;
}
#reserve:hover {
    background-color: red;
    color: white;
}
.navbar-brand {
  position: absolute;
  z-index: 99;
  background: url("ACT.png") no-repeat left center;
  background-size: contain;
  top: 0px;
  left: 5%;
  height: 90px;
  width: 200px;
}
