/*
 * Card
 */

.card {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background-color: #f2f2f2;
}

.card .view {
  -webkit-border-top-left-radius: 10px;
  border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  border-top-right-radius: 10px;
}

.card .view .mask {
  text-align: center;
  display : flex;
  align-items : center;
  justify-content: center;
}

.card-img-top {
  width: 300px;
  height: 300px;

  background-image: url('../images/album-cover.jpg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;

  cursor: pointer;
}

/*
 * Buttons
 */

#main .btn-grace-large {
  border-width: 1px !important;
  text-transform: none;

  -webkit-transition: 0.1s background-color linear, 0.1s color linear;
  -moz-transition: 0.1s background-color linear, 0.1s color linear;
  -o-transition: 0.1s background-color linear, 0.1s color linear;
  transition: 0.1s background-color linear, 0.1s color linear;

  font-family: 'Lato' !important;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 10pt;
  margin-bottom: 0px;
}

#main .btn-outline-danger {
    color: #a70202 !important;
    border-color: #a70202 !important;
    box-shadow: none !important;
}

#main .btn-outline-danger:focus {
    box-shadow: none !important;
}

#main .btn-outline-danger:hover {
    color: #fff !important;
    background-color: #a70202 !important;
    border-color: #a70202 !important;
}

.cursor {
  cursor: pointer;
}



#pButton {
    color: #222222;
}

.mask > #pButton {
  color: rgba(255,255,255,0.85);
  font-size: 200px;
}

.card .view .mask:hover #pButton {
  color: rgba(255,255,255,0.65);
}

/*
 * Card Body
 */

.sermon-title {
  color: #a70202;
  font-family: 'Lato' !important;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: block;
  font-size: 16px;

}
.sermon-subtitle {
  font-family: 'Libre Baskerville' !important;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0px;
  font-size: 13px;
  color: rgba(26,26,26,.7);
}


/*
 * Sermon downloads
 */

.sermon-links {
  display: inline-block;
  text-align: left !important;
}

a.btn-side {
  position: absolute;
  right: 10px;
  bottom: 10px;
}

a.btn-side:link, .btn-side:visited, .btn-side:active{
  color: black;
}

a.btn-side:hover {
  color: #a70202;
}

/*
 * QR Code
 */

#qrcode img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}