/*
 * Base structure
 */

body {
  text-shadow: 0 .05rem .1rem rgba(0, 0, 0, .5);
  box-shadow: inset 0 0 5rem rgba(0, 0, 0, .5);
}

.cover-container {
  max-width: 42em;
}

/* Header */
header {
  background-color: rgba(0, 0, 0, 0);
  background-position-x: 0%;
  background-position-y: 0%;
  background-repeat: repeat;
  background-attachment: scroll;
  background-image: linear-gradient(rgb(115, 181, 31), rgb(92, 145, 24));
  background-size: auto;
  background-origin: padding-box;
  background-clip: border-box;
  border-color: #5c9118;
}

.header-col-contents {
  line-height: 50px;
  height: 50px;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
}

/* Cards */
.card-cover {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border: all;
  border-width: 3px;
  border-color: black;
}

.card-cover:hover {
	border-color: #5c9118;
}
