html,
body {
  height: 100%;
}

body {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
}

/* sign in */
.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* footer */
.footer a {
  color: white;
}

/* galleries */
.gallery img {
  max-height: 300px;
}

.gallery .carousel-cell .card {
  width: 250px;
}

.gallery .carousel-cell .card .card-text {
  line-height: normal;
}

.gallery .carousel-cell .zoom {
  position: absolute;
  right: 5px;
  top: 5px
}

.modal-backdrop.show {
  opacity: .75;
}
