.btn.btn-default {
  color: #000;
  background-color: #fff;
  border-color: #990000;
	margin-bottom: 4px;
}
.btn.btn-default.focus,
.btn.btn-default:focus {
	color: #000;
  background-color: #fff;
  border-color: #990000;
  
}
.btn.btn-default:hover {
  color: #fff;
  background-color: #990000;
  border-color: #990000;
  outline: none;
  box-shadow: none;
}
.btn.btn-default.active,
.btn.btn-default:active {
  color: #fff;
  background-color: #589335;
  border-color: #589335;
  outline: none;
}

.btn.btn-default.active:hover,
.btn.btn-default:active:hover {
  color: #fff;
  background-color: #990000;
  border-color: #990000;
  outline: none;
  box-shadow: none;
}
.btn.btn-default:visited {
  color: #000 !important;
  background-color: #fff !important;
  outline: none;
  box-shadow: none;
}
.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: large;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.dropdown-header {
	font-family: pt-sans;
	font-size: large;
	color: #303030;
	white-space: normal;
	text-decoration: none !important;
}
.dropdown-menu>li>a {
	font-family: pt-sans;
	font-size: large;
	text-decoration: underline;
	color: #93281e;
	white-space: normal;
	line-height: 200%;
}
.modal-content {
	padding: 10px 20px 20px 25px;
	font-family: pt-sans;
}	
.mc-field-group {
	font-family: pt-sans;
}
.mc-font {
	font-family: pt-sans;
}
#mc-embedded-subscribe.button {
	background-color: #93281e !important;
	color: #FFF !important;
}
.row.maincontent {
	
	padding-top: 50px;
	font-family: pt-sans;
	font-size: large;
	font-style: normal;
	font-weight: 400;
}
.container-fluid.hero {
	min-width: 100%;
	float: left;
}
#logo {
max-height: 80%;
}
a {
    color: #93281e;
}
a:hover {
	color: rgba(95,95,95,1.00);
}
.content {
	padding-left: 0px;
	padding-right: 20px;
	padding-top: 20px;
	font: pt-sans;
}
.topleft {
	padding-left: 20px;
	padding-top: 20px;
	align-content: center;
	font: "pt-sans";

}
.topright {
	margin-top: 20px;
	padding-top: 15px;
	background-color: #FFFFFF;
	padding-bottom: 20px;
	
}
.neruda-link {
	padding-left: 10px;
	padding-top: 0px;
	margin-top: -10px;
}
.bookcover {
	margin-left: 10px;
	margin-right: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
}


.hangingindent {
	padding-left: 1em;
	text-indent: -1em;
}
.imgindex {
	display: inline-block;
	float: right;
	padding-left: 8px;
}


.borderdouble {
	border-style: double;
	border-color: rgba(95,95,95,1.00);
	border-width: medium;
	border-radius: 7px;
	padding: 10px;
}
.border {
	border-style: solid;
	border-color: rgba(95,95,95,1.00);
	border-width: medium;
	border-radius: 7px;
	padding: 10px;
}
.bordered {
	border: medium solid #990000;
	border-radius: 14px;
	padding: 7px;
	display: center-inline-block;
	-webkit-box-shadow: 7px 7px 10px #393737;
	box-shadow: 7px 7px 10px #393737;
}
.maintext {
	font-family: pt-sans, sans-serif;
	font-size: 1.15em;
	color: #000000;
	font-weight: normal;
}
.maintextmd {
	font-family: pt-sans, sans-serif;
	font-size: 1.11em;
	color: #000000;
	font-weight: normal;
}
.maintextsm {
	font-family: pt-sans, sans-serif;
	font-size: 0.9em;
	color: #000000;
	font-weight: normal;
}
.bigtype {
	font-family: pt-sans, sans-serif;
	color: #000000;
	font-size: x-large;
	font-weight: bold;
}
.mediumtype {
	font-family: pt-sans, sans-serif;
	color: #000000;
	font-size: large;
	font-weight: 120;
}
.emphasistype {
	font-family: pt-sans, sans-serif;
	font-size: large;
	font-style: normal;
	color: #000000;
	font-weight: bold;
}
.makefontbiggerfuck {
	font-family: pt-sans, sans-serif;
	font-size: 1.23em;
}
.bigass {
	font-family: pt-sans, sans-serif;
	font-size: 1.75em;
}
.donation {
	overflow: hidden;
}
.headshot {
	max-height: 150px;
}
.coverimg {
	float: right;
	display: block;
	margin-bottom: 8px;
	margin-left: 8px;
	margin-top: 26px;
}

@media screen and (max-width:649px){
	.border {
		border-style: none;
	}
}
@media screen and (max-width:360px){
	.topright {
		padding-right: 0px;
	}
}
@media screen and (max-width:499px){
	.imgindex {
		padding-left: 0px;
		padding-bottom: 10px;
		display: block;
		float: none;
	}
}
@media screen and (min-width:650px){
	.bookcover {
		display: inline-block;
	}
}

@media screen and (max-width:649px){
.row.maincontent {
	padding-right: 0px;
	padding-left: 5px;
	padding-top: 20px;
}
}
@media screen and (max-width:449px){
.btn-default {
margin-bottom: 10px;
	white-space: normal;
}
}
@media screen and (max-width:849px){
	.coverimg {
		float: none !important;
		margin-bottom: 20px !important;
		margin-left: 0px;
	}
}

#mc_embed_signup {
	/* [disabled]white-space: pre-wrap; */
	
	padding-top: 0px;
	margin-top: 0px;
}
#mc_embed_signup_scroll {
	font-family: pt-sans;
	font-style: normal;
	font-weight: 400;
}
.mc-field-group {
	padding-top: 17px;
}
#mc_embed_signup_scroll .mc-field-group #mce-EMAIL {

}
input#mc-embedded-subscribe events {
	margin: 0 auto !important;
	display: block !important;
}

.indicates-required {
	text-align: left !important;
}
.card img {
	max-height: 150px;
}
.right {
	margin-top: -5px;
}
