/* Colors 

blue: 3a85ac
orange: ab4c36
yellow: e2bd4b
*/


body,html{
padding:0px;
margin:0px;	
font-family:"PT Sans";
font-weight:400;
}
td{
padding:0px;	
padding-left:20px;
padding-right:20px;
box-sizing:border-box;
}
h1, h2,h3,h4,h5,h6,p{
margin:0px;
padding:0px;	
}
h4{
font-style:italic;
font-size:20px;	
}
h1{
font-size:40px;
line-height:42px;	
}
h2{
font-size:30px;
line-height:32px;	
	margin-bottom: 15px;
}
p, li{
font-size:18px;
line-height:27px;	
margin-bottom:20px;
}
li{
	margin-bottom: 5px;
	margin-left: 0px;
}
ul{
	margin-left: 0px;
}
table{
width:100%;	
}
.darkBg{
	background:rgba(0,0,0,0.2);
}
.makeFlex{
	display: flex;
	justify-content: space-between;
	
	padding-top:15px;
	padding-bottom: 15px;
	max-width: 1000px;
  padding-left: 20px;
  padding-right: 20px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	box-sizing: border-box;
	flex-wrap: wrap;
}
.footer p{
	color:#fff;
}
.lastCall .innerHeader{
	 padding-left: 20px;
  padding-right: 20px;
	box-sizing: border-box;
}
.lastCall .innerHeader h2{
	margin-bottom: 20px;
	text-align: center;
	color: #fff;
}
.bookFlex{
	max-width: 1000px;
 
	display: flex;
	justify-content:space-between;
	box-sizing: border-box;
	margin-left: auto;
	margin-right: auto;
	flex-wrap: wrap;
	
}
.bookFlex .aBook{
	width:31%;
	background:#fff;
	border-radius: 5px;
	transform: scale(1);
	transition:all 0.15s;
	padding:15px;
	box-sizing: border-box;
}
.bookFlex .aBook img{
	height: 240px;
	width:100%;
	object-fit: contain;
	
}
.bookFlex .aBook h3{
	text-decoration: none;
	text-align: center;
	border-top:1px solid #f2f2f2;
	padding-top:15px;
}
.bookFlex .aBook a{
	display: block;
	text-decoration: none;
	color:#3a85ac;
}
.bookFlex .aBook:hover{
	transform: scale(1.05);
}
.smaller{
	font-size: 24px;
	font-weight: 500;
	font-style: italic;
}
.header{

background: linear-gradient(180deg, #6cb8da 0%, #3a85ac 50%, #2d6c8d 100%);

}
.header .td1,.aBody .td1{
	width:55%;
}
.header .td2,.aBody .td2{
	width:45%;
	vertical-align: top;
}
.header img{
max-width:100%;
height:auto;	
}
p{
color:rgba(0,0,0,0.65);	
}
.header h1,.header h4, .header p, .header li{
color:#fff;	
}

.float-right{
	max-width: 45%;
	height:auto;
	float: right;
	padding-left: 25px;
	padding-bottom: 5px;
}
.innerPad{
	padding-left: 20px;
	padding-right: 20px;
}

.button a{
background:#bc5e36;	
padding:10px;
padding-left:25px;
padding-right:25px;
box-sizing:border-box;
font-size:18px;
line-height:18px;
cursor:pointer;
text-decoration:none;
color:#fff;
border-radius:30px;
font-weight:900;
text-transform:uppercase;
-webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.32);
-moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.32);
box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.32);
display:inline-block;
vertical-align:middle;
	transform: scale(1);
	transition:all 0.15s;
}
.button{
	
display:inline-block;
}
.button a:hover{
transform: scale(1.05);
}
.social i{
font-size:32px;	
padding-right:15px;
color:#fff;

padding-bottom:20px;
}
.social i:hover{
	color:#e2bd4b;
}

.button.secondary a{
	border:1px solid #e2bd4b;
	-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow:none;
background:#fff;
color:#e2bd4b;
}
.button.secondary a:hover{
	color:rgba(150,50,109,1);
	border-color:rgba(150,50,109,1);
}
.button.secondary{
margin-top:15px;	
padding:0px;
}

.header{
	padding-top:0px;
	padding-bottom:40px;
}
.innerHeader{
	max-width:1000px;
	padding-left:20px;
	padding-right:20px;
	margin-left:auto;
	margin-right:auto;
}
.aBody .td1, .aBody .td2{
vertical-align:top;	
}
.aBody{
padding-top:40px;
padding-bottom:15px;	
}

.lastCall{
	padding-top:40px;
	padding-bottom:40px;
	background:#f2f2f2;
}
.lastCall .button a{
	-webkit-box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.22);
-moz-box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.22);
box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.22);
}
.innerBottom{
padding-left:20px;
padding-right:20px;	
width:85%;
text-align:center;
margin-left:auto;
margin-right:auto;
}
.innerBottom p{
margin-bottom:0px;	
}
.innerBottom .button{
	
	margin-top:20px;
}

.aBody .td2{
text-align:center;	
}
.ftd2{
text-align:right;	
}
.footer{
background:#fff;
padding-top:20px;
padding-bottom:20px;

}
.footer p{
	
margin-bottom:0px;
}
.footer td{
padding-top:0px;	
padding-bottom:0px;
text-align:left;
}
.footer td.ftd2{
	text-align:right;
}
td.ftd2 img{
margin-bottom:-5px;	
}
.buttons .button a{
	margin-left:10px;
	margin-right:10px;
}
.justMobile{
display:none;	
}
.makeFlex .button{
	margin-top:5px;
}
.lastCall{
	background:linear-gradient(180deg, #e47c62 0%, #b04f38 50%, #612015 100%);
}
.footer{
	background:#501e13;
}

 @media (max-width: 810px) {
	table td{
	display:block;
	width:100%;	
	}
	.header .td1, .header .td2, .aBody .td2, .aBody .td1, .aBody .td2{
	width:100%;	
	padding:0px;
	}
	.header .td2 img{
	max-width:240px;
	padding-left:40px;	
	box-sizing:border-box;
	box-sizing:border-box;
	}
	.header .td2{
	text-align:center;	
	}
	.header{
	
	padding-bottom:30px;	
	}
	.aBody{
	padding-top:30px;
	padding-bottom:30px;	
	}
	.lastCall{
	padding-top:30px;
	padding-bottom:30px;	
	}
	.footer{
	padding-top:20px;
	padding-bottom:20px;	
	}
	.footer td, .ftd2{
	text-align:center;	
	padding-bottom:10px;
	}
	h1{
	font-size:32px;
	line-height:34px;	
	}
	h1,h4{
	text-align:center;
	}
	.button{
	text-align:center;	
	display:block;
	}
	.innerBottom{
	width:100%;
	box-sizing:border-box;	
	padding-left:0px;
	padding-right:0px;
	}
	.footer td.ftd2{
	text-align:center;	
	}
	.innerBottom{
	text-align:left;	
	}
	.innerBottom .buttons{
	text-align:center;	
	}
	.button.secondary a{
		padding-left:20px;
		padding-right:20px;
	}
	.social{
	text-align:center;	
	}
	.justMobile{
	display:block;	
	}
	.justMobile img{
		max-width:240px;
	}
	.hideMobile{
	display:none;	
	}
	.header .td2 .justMobile  img{
		padding-left:0px;
	}
	.innerBottom .button a{
		margin-bottom:15px;	
	}
	 .makeFlex h1, .makeFlex .button{
		 width: 100%;
		 text-align: center;
	 }
	 .smaller{
		 display: block;
		 text-align: center;
	 }
	 .bookFlex .aBook{
		 width: 100%;
		 margin-bottom: 20px;
	 }
	 h2{
		 text-align: center;
	 }
 }
