/* Main Styles */
body {
  font-family: work sans,helvetica,tahoma,geneva,arial,sans-serif;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  background-color: #fff;
}

a, a:link, a:visited, a:hover, a:active {
  color: #000;
  text-decoration: none;
  border-bottom: 1px dotted;
}

/* Customize container for mobile design */
@media (max-width: 479px) {
  .jumbotron {
    display: block !important;
    margin-top: 0 !important;
  }
  .cover {
    margin-bottom: 2rem;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 480px) {
  .container {
    max-width: 52rem;
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
  }
}

/* Main Content */
.jumbotron {
  display: flex;
  align-items: flex-start;
  font-family: "interface",sans-serif;
  margin-top: 3rem;
}

.description {
  margin-top: 3em;
  font-size: 1.1em;
  font-weight: 300;
  line-height: 1.3em;
}

.details {
  margin-top: 3em;
}

/* Cover Image */
.cover {
  flex-basis: 23%;
  align-items: center;
  display: flex;
  flex-direction: column;
  padding: 0 4.125rem;
  position: relative;
  width: 12rem;
}
.coverimg {
	align-items: flex-start;
	display: flex;
	position: relative;
	width: 100%;
}
.cover-image {
	display: flex;
	width: 100%;
	box-shadow: 8px 10px 16px 0 rgba(0,0,0,0.2);
	transition: 0.3s;
}

/* Available Formats */
.quicklinks {
  flex: 1;
  overflow: hidden;
  overflow-wrap: break-word;
}
.quicklinks h1 {
  margin-top: 0;
  font-size: 1.75em;
}
.quicklinks h2 {
  font-size: 1.25em;
  font-weight: normal;
}
.quicklinks h3 {
  font-size: 1em;
}

/* Detail Box */
.detailbox {
	display: flex;
	flex-flow: row;
	flex-wrap: wrap;
	font-family: "interface",sans-serif;
	font-size: .75rem;
	line-height: 1.33;
}
.detailbox dt {
	flex: 0 0 30%;
	text-overflow: ellipsis;
	color: rgba(10,16,26,0.6);
	margin-bottom: .5rem;
}
.detailbox dd {
	flex: 0 0 70%;
  margin-left: auto;
  text-align: left;
	text-overflow: ellipsis;
}
