@charset "utf-8";
/* CSS Document */

*, *:before, *:after {
    box-sizing: border-box;
}

body {
	background-color:#000;
    font-family: Verdana,Helvetica,sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    line-height: 1.5em;
    position: relative;
	margin:0;
	padding:0;
	text-align:left;
}

h1 {
	color:#fff;
	font-size:2em;
	font-weight:700;
	text-align:center;
	margin:15px 0 10px;
}

.sectionblockred {
	width:100%;
}

p.black {
	color:#000;
}

p.white {
	color:#fff;
	text-align:right;
	padding-right:20%;
}

p.white2 {
	color:#fff;
}

p.whitelarge {
	color:#fff;
	font-size:1.5em;
	font-weight:700;
}

p.whitelargetop {
	color:#fff;
	font-size:2em;
	font-weight:700;
	text-align:center;
	margin:0 0 10px;
}

p.whitemediumtop {
	color:#fff;
	font-size:1.2em;
	font-weight:700;
	text-align:center;
	margin:0 0 10px;
}

.sectionblockwhite {
	width:100%;
	background-color:#fff;
	text-align:center;
	padding:60px 0 50px;
}

.sectionblockred {
	width:100%;
	background-color:#dc0620;
	text-align:center;
	padding:70px 0 50px;
}

.sectionblockredtop {
	width:100%;
	background-color:#dc0620;
	text-align:center;
	padding:10px 0 10px;
}

.sectionentry {
	width:60%;
	margin: 0 auto;
}

.sectionentrytop {
	width:100%;
	margin: 0 auto;
}

.logoblock {
padding:10px 0 50px;
margin:0 auto;
max-width: 412px;
height: auto;
}

.responsiveimage {
  width: 100%;
  max-width: 412px;
  height: auto;
}

.responsivecover {
  width: 100%;
  max-width: 500px;
  height: auto;
}

.bookblock {
text-align:center;
}

.button {
  background-color: #000;
  border: none;
  color: #fff!important;
  padding: 19px 35px;
  text-align: center;
  display: inline-block;
  font-size: 16px;
  font-weight:700;
  margin:0 25px;
  text-decoration: none;
}

.button:hover {
  background-color: #ad0217;
  color: white;
  text-decoration: none;
}

.buttonbox {
	padding-bottom:50px;
}

a:link {
  color: #980315;
}

a:visited {
  color: #dc0620;
}

a:hover {
  color: #000;
}

a:active {
  color: #dc0620;
} 

h2 {
	color:#000;
	font-size:1.5em;
	line-height:2.75em;
	clear:both;
}


p {
	margin:5px 0 25px;
	padding:0;
	text-align:left;
	font-size:1.2em;
	line-height:1.6em;
}

.p2 {
	margin:0;
	padding:0;
	text-align:center;
	font-size:.8em;
	line-height:1.5em;
	color:#9f9e9e;
}

.p2 a, a.visited {
	color: #fff;
	text-decoration: none;
}

.p2 a:hover {
	text-decoration: underline;
	color: #dc0620;
}

#footerholder {
	text-align:left;
    padding:25px 25px 15px;
	margin:auto auto;
	margin-top:5px;
	max-width:800px;
	width:100%;
}

.clear {
	clear:both;
}

.videowrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
}

.videowrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.boxboy {
	text-align:center;
	padding:5px 0;
	margin:0 auto;
	max-width:90%;
	width:100%;
	clear:both;
}
@media only screen and (max-width: 761px) {

.sectionentry {
	width:85%;
	margin: 0 auto;
}

.button {
  display: block;
  font-size: 16px;
  font-weight:700;
  margin:20px 0;
}

.responsiveimage {
  max-width: 80%;
}

.responsivecover {
  max-width: 550px;

}
.boxboy {
	width:100%;
}
  }