@charset "utf-8";

.wrapper {
	height: 100%;
	width: 100%;
	background-position: center 0%;
	background-size: cover;
	background-repeat: no-repeat;
}
.subtitle {
	font-size: 1.5em;
	font-weight: 700;
	text-align: center;
	margin-top: 0px;
	padding-bottom: 10px;
	letter-spacing: 2px;
}
.Press {
	font-size: 1.3em;
	font-weight: 700;
	font-style: italic;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.PressByline {
	margin-top: 0px;
	padding-top: 0px;
	font-size: 1em;
}
.PressByline a {
	color: #010101;
	text-decoration: none;
}
.PressByline a:hover {
	color: #010101;
	text-decoration: underline;
}
.Press a {
	color: #000000;
	text-decoration: none;
}
.Press a:hover {
	color: #000000;
	text-decoration: underline;
}

.Name {
	text-align: center;
	font-weight: 400;
	font-style: normal;
	font-size: 3em;
	color: rgba(255,255,255,1.00);
	background-color: #B31E24;
	padding-top: 20px;
}
.Name a:link {
	color: rgba(255,255,255,1.00);
	text-decoration: none;
}
.Name a:hover {
	text-decoration: underline;
}


footer {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-content: center;
	background-color: rgba(179,30,36,1.00);
	color: #FFFFFF;
	padding-top: 0px;
	margin-top: 0px;
}
footer p a {
	color: #FFFFFF;
}
footer p a:link {
	text-decoration: none;
}
footer p a:hover {
	text-decoration: underline;
}

.Row {
	display: flex;
	flex-direction: row;
	justify-content: center;
	padding-bottom: 20px;
	padding-top: 30px;
}
.Box {
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	align-self: center;
}


.Book {
	display: flex;
	flex-direction: column;
	height: auto;
	padding-left: 20px;
	padding-right: 20px;
	max-width: 40%;
	padding-top: 20px;
	font-size: 1.1em;
}
.Book p {
	font-size: 1em;
	line-height: 2em;
}

.Book .download_btn {
	background-color: #02029D;
	color: #FFFFFF;
	border-radius: 9px;
	text-align: center;
	height: 35px;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
}
.Book .download_btn a {
	color: #FFFFFF;
	text-decoration: none;
}
.Book .download_btn a:hover {
	text-decoration: underline;
}

.Row .Book img {
	text-align: center;
	justify-content: center;
	align-content: center;
	align-items: center;
	align-self: center;
	max-width: none;
}
.Name a {
	color: rgba(255,255,255,1.00);
}



@media all and (max-width:1024px) {
	

}


@media all and (max-width:500px) {
	
.Row {
	display: flex;
	flex-direction: column;
	justify-content: center;
}
	.Book {
	display: flex;
	flex-direction: column;
	height: auto;
	padding-left: 5px;
	padding-right: 5px;
	max-width: 100%;
}
.Box {
	padding-bottom: 10px;
}
footer p {
	font-size: 0.75em;
}
	
}
