body {
	padding: 0;
	margin: 0;
	font-size: 20px;
	text-align: center;
	font-family: arial;
  	color: #f9f9f9;
	background-image: linear-gradient(to right, #3f3f3f, #474747, #3f3f3f);
}
.font2 {
	font-family: 'Bangers', sans-serif;
    letter-spacing: .15rem;
}

.card {
  	color: #f4d804;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}
.card p {
	font-size: 0.8rem;
	color: #f9f9f9;
}
.card h2 {
	font-size: 1.2rem;
}
.card-header{
	background-color: #212121;
  	box-shadow: inset 2px 2px rgba(255, 255, 255, 0.2), 2px 2px 2px rgba(0, 0, 0, 0.2);
}
.card-body{
	text-align: left;
	background-color: #212121;
  	box-shadow: inset 2px 2px rgba(255, 255, 255, 0.2), 2px 2px 2px rgba(0, 0, 0, 0.2);
}
.card-footer{
	background-color: #000;
  	box-shadow: inset 2px 2px rgba(255, 255, 255, 0.2), 2px 2px 2px rgba(0, 0, 0, 0.2);
}

.dropbtn {
  font-size: 1rem;
  padding: 0.75rem 1.75rem;
  letter-spacing: .15rem;
}
.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 260px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  color: #212121;
  border-left: 0.1rem solid #f4d804;
  font-family: 'Bangers', sans-serif;  font-size: 1rem;
  line-height: 1rem;
  letter-spacing: 0.15rem;
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 1rem 1.2rem;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {background-color: #dbdbdb;}

.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown:hover {
  background-color: #3e8e41;
}


#overlay {
	background-image:url('/images/bgs/fade-strong.png');
	width: 100%;
	height: 100%;
	position: fixed;
	text-align: center;
}
.vcenterPad {
	display: inline-block;
	width: 100%;
	height: 35%;

}
#progress-container {
	margin: 2rem 0 0 0;
	display: inline-block;
	width: 100%;
}
#readProgress {
	background-color: #212121;
}
.progress-bar {
	background-color: #f4d804;
}
@media (min-width: 800px) {
	#progress-container {
		width: 800px;
	}
}
#minsLeft {
	margin-left: 1rem;
}

.btn {
  background-color: #212121;
  color: #f4d804;
  cursor: pointer;
  box-shadow: inset 2px 2px rgba(255, 255, 255, 0.2), 2px 2px 2px rgba(0, 0, 0, 0.2);
  font-family: 'Bangers', sans-serif;
  text-transform: uppercase;
  letter-spacing: .15rem;
  border: 0;
}
.btn:hover {
  background-color: #000;
  color: #fff;
}

.btn:focus {
  background-color: #3a3a31;
  color: white;
}

.btn:active {
  background-color: #30302c !important;
}

.audio-button {
	display: inline-block;
	cursor: pointer;
	border-radius: 8px;
}
.audio-button > img {
	width: 150px;
}



#top {
	display: inline-block;
	float: left;
	text-align: left;
	width: 100%;
}
audio {
	width: 100%;
}

#middle {
	display: inline-block;
	float: left;
	width: 100%;
}

#page {
	overflow: hidden;
	text-align: center;
}
#pageRestriction {
	height: 0px;
	overflow: hidden;
	opacity: 0;
}

#bottom {
	display: inline-block;
	text-align: center;
	width: 100%;
}
#signUp {
	display: inline-block;
	float: left;
	width: 100%;
}

.gap {
	display: inline-block;
	width: 100%; height: 2rem;
}

.pagination {
	padding: 0;
	margin: 0;
	font-size: 1.5rem;
	width: 5rem; 
	cursor: pointer;
	display: inline-block;
	line-height: 50px;
}
.pagination:hover {
	color: #fff;
}

.activePage {
	margin: 0;
	padding: 0;
	text-align: center;
	display: inline;
  	background-color: #f9f9f9;
	line-height: 44px;
	font-size: 1.5rem;
	-moz-box-shadow:    inset 2px -5px 10px #b7b7b7;
   	-webkit-box-shadow: inset 2px -5px 10px #b7b7b7;
   	box-shadow:         inset 2px -5px 10px #b7b7b7;
}

.pagination-selected {
	background: #000;
	color: #fff;
}