@import "bootstrap.css";
@import "bootstrap-default.css";
@import "font-awesome.css";

body {
	background-color: white;
	color: black;
	font-size: 14pt;
	font-family: Times New Roman;
}

p {
	/*text-indent: 30px;*/
	text-align: justify;
	margin: 20px 10px 20px 10px;
}

h1 {
	font-size: 23pt;
	font-style:italic;
}

img {
	border: none;
	margin: 0px 5px 0px 5px;
}

.schneider {
	margin-left: 20px;
}

.btb a {
	text-decoration: none;
	color: black;
}

.btb a:hover {
	color: blue;
	text-decoration: underline;
}

a {
	text-decoration: none;
	color: blue;
}

a:hover {
	color: red;
	text-decoration: underline;
}

a:visited{
	color: blue;
	text-decoration: none;
}

#page-content {
	clear: both;
}

#header h1 {
	padding-top: 90px;
}

.book-logo {
	margin-top: 10px;
	margin-right: 79px;
}

#release {
	float: left;
	padding-left: 100px;
}

.logo-box {
	width: 300px;
	padding: 20px 5px 20px 20px;
	margin: 0px 5px 0px 5px;
	/*background-color: red;*/
}

.pcplogo {
	margin: 0px;
}

.btb {
	border-top: 3px solid darkred;
	border-bottom: 3px solid darkred;
	display: inline-block;
	padding: 5px 0px 5px 0px;
}

.alert {
	display: inline-block;
	min-width: 300px;
}

.book-chp, .book-chp * {
	font-family: Garamond;
}

.book-chp h1 {
	font-style: normal;
}

.book-chp p {
	text-indent: 0.25in;
	text-align: justify;
	margin: 10px 0px 10px 0px;
}

.book-chp .fa {
	font-family: FontAwesome !important;
}

.footnotes li {
	padding-left: 30px;
	text-indent: -30px;
	font-size: 12pt;
	text-align: justify;
	margin-top: 20px;
}

.blockquote {
	padding-left: 30px;
	padding-right: 30px;
	text-indent: 0px !important;
}

@font-face {
	font-family: 'Garamond';
	src: url('../fonts/garamond.ttf') format('truetype');
	src: url('../fonts/garamond.eot') format('opentype');
}

/* Tablet Styles */
@media (max-width:991px) {
	#header h1 {
		padding-top: 40px;
	}
	.header-img {
		width: 200px;
	}
	.pcplogo {
		width: 150px;
	}
	.btb {
		margin-top: 15px;
		border: none;
	}
}

@media (max-width: 750px) {
	#header {
		clear: both;
	}
	#header h1 {
		padding-top: 0px;
	}
	.logo-box {
		margin-top: 15px;
	}
}

/* Phones */
@media (max-width: 475px) {
	.header-img {
		margin-top: 0px;
		width: 100px;
	}
	.logo-box {
		padding: 5px;
	}
	.pcplogo {
		margin-top: 12px;
		width: 75px;
	}
	.btb {
		margin-top: 0px;
	}
	#message {
		width: 100%;
	}
	.blockquote {
		padding-left: 10px !important;
		padding-right: 10px !important;
	}
	.footnotes li {
		padding-left: 10px;
		text-indent: -10px;
		margin-top: 10px;
		word-wrap: break-word;
	}
	.footnotes {
		padding-left: 0px;
	}
}

/* Really small devices */
@media (max-width:250px) {
	.header-img {
		width: 50px;
		padding: 0px;
	}
	.pcplogo {
		margin-top: 2px;
		width: 50px;
	}
	.btb {
		height: 60px;
	}
	.desktop {
		display: none;
	}
}