.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;
}
* {
  box-sizing: border-box;
}
.navbar-brand {
  position: absolute;
  z-index: 99;
  background: url("../../css/ACT.png") no-repeat left center;
  background-size: contain;
  top: 0px;
  left: 5%;
  height: 90px;
  width: 200px;
}
.carousel-caption{
  bottom: 0%;
  left: 5%;
}
#stnext{
    background-color: black;
    color: white
}
#stnext:hover{
    background-color: rgb(207, 0, 0);
}
#changered{
  color: white;
}
#changered:hover {
  transition: 0.3s;
  color: red;
}
#changeblue{
    color: white;
  }
  #changeblue:hover {
      transition: 0.3s;
      color: blue;
  }
  #changeyellow{
    color: white;
  }
  #changeyellow:hover {
      transition: 0.3s;
      color: yellow;
  }
  #reserve{
    background-color: white;
    color: black;
  }
  #reserve:hover {
    background-color: red;
    color: white;
  }