.card {
  cursor: pointer
}

.card-title {
  margin-bottom: 0;
}
.jumbotron-album {
  background:url(https://farm5.staticflickr.com/4596/38799560464_372fffe496_k.jpg) center right no-repeat;
  background-size: cover;
}

.jumbotron-index {
  position: relative;
  background: none;
}

.jumbotron-index:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.5;
  background:url(/img/jumb-index.jpg) top left no-repeat;
  background-size: cover;
  z-index: -1;
  width: 100%;
  height: 100%;
}

.jumbotron-album .text-white {
  text-shadow: 1px 1px 2px black;
}

.jumbotron-index p {
  text-shadow: 0px 0px 2px white;
}

body {
  background:url(/img/index-bg.jpg) left no-repeat;
  background-position-y: 200px;
  background-size: auto;
  background-color: #f5edde;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Microsoft Yahei","微软雅黑", STXihei, "华文细黑", sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}

.album_card_cover {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.blog-header, .blog-post, .blog-pagination {
  padding-bottom: 2rem;
  margin-bottom: 0;
}

.dropdown-toggle::after {
  display: inline-table !important;
}

.footer {
  height: 56px;
  display: flex;
  align-items: center;
  position: relative;
}

.footer > div > span {
  font-size: 0.8rem;
}

#contact-me-icon {
  padding: .5rem;
  margin: 0.2rem 0.4rem 0.2rem 0;
}

.form-control:focus {
  box-shadow: none;
  border-color: #343a40;
  border-width: 0 0 1px 0;
}

.form-control {
  background: #ffffff45;
  border-color: #343a40;
  border-radius: 0;
  border-width: 0 0 1px 0;
  resize: none;
}

.g-recaptcha-overlay {
  width: 304px;
  height: 28px;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}

.g-recaptcha {
  height: 28px;
  overflow: hidden;
}

.g-recaptcha>div {
  position: relative;
  top: -22.5px;
  left: -13px;
}

.g-recaptcha-bg {
  display: block;
  height: 28px;
  float: left;
}

.g-recaptcha-left {
  background-color: #f5edde;
  width: 0;
}

.g-recaptcha-middle {
  width: 28px;
  border: 1.8px solid #343a40;
  border-radius: 2px;
}

.g-recaptcha-right {
  background-color: #f5edde;
  width: 263px;
  padding-left: 12px;
}
