@charset "UTF-8";
/* CSS Document */

.gallery .control-button {
  color: black;
  color: rgba(0, 0, 20, 0.4);
}

.gallery .control-button:hover {
  color: black;
  color: rgba(0, 0, 0, 0.8);
}

/*
	Theme controls how everything looks in Gallery CSS.
*/
.gallery {
  position: relative;
}
.gallery .item {
  height: auto;
  overflow: hidden;
  text-align: center;
  background: #fff;
}
.gallery .controls {
  position: absolute;
  bottom: -50px;
  width: 100%;
  text-align: center;
}
.gallery .control-button {
  display: inline-block;
  margin: 0 .1em;
  font-size: 2em;
  text-align: center;
  text-decoration: none;
  transition: color .1s;
	    border-bottom: 0px;
}