.card {
  border: 0px !important;
  margin-bottom: 0px !important;
  background: #f8f9fa !important;
}

p.card-text {
  min-height: 80px;
  color: unset;
  color: #333;
  font-size: 13px;
}

div.card-body {
  /* position: absolute; */
  background: #e6e6e7;

  bottom: 0;
  padding: 25px;
}

div.frame:hover div.card-body {
  top: 0;
  display: block;
}

.frame {
  position: relative;
}

.album {
  padding-bottom: 0px !important;
  padding-top: 0px !important;
}

footer {
  background: #fff;
  position: relative;
}

.blackout {
  background: #f8f9fa !important;
  position: relative;
}

body {
  font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif !important;
}

a:hover {
  cursor: pointer;
}

header > section {
  border-top: 12px;
  background: #aaa;
}

.branding {
  display: inline-block;
  margin: 20px 0;
  max-width: 50%;
  position: relative;
  z-index: 9;
  min-height: 55px;
}

a {
  color: #333;
}

a:link {
  text-decoration: none;
  color: #333;
}

a:hover {
  color: #333;
}

.classButton {
  margin-top: 40px;
}

div.button-box {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 20px;
  text-align: center;
}

@media (max-width: 766px) {
  div.button-box {
    position: relative;
    right: 0;
    left: 0;
    bottom: 30px;
    text-align: center;
  }

  .card {
    background: #fff;
  }
}

@media (max-width: 480px) {
  div.button-box {
    right: 0;
    left: 0;
    bottom: 0;
    text-align: center;
    position: relative;
  }

  .card {
    background: #fff;
  }
}
