@charset "utf-8";
/* CSS Document */
body{
	margin:0px;
	padding:0px;
	font-family: 'Oswald', sans-serif;
	font-size:18px;
	color:#fff;
	background-color:#ddd;
	overflow-x:hidden;
	height:100vh !important;
}
.content{
	max-width:1020px;
	margin:0 auto;
}
.header{
	position:relative;
	height:80px;
	width:100%;
	background-color:#45A2B0;
	color:#fff;
	font-size:58px;
	text-align:center;
	font-weight:300;	
}
.BG1{
	background-image:url(../img/BG1.jpg);
	background-attachment:fixed;
	width:100%;
	height:500px;
	position:relative;
	z-index:5;
	font-size:25px;
}
.BG1Content{
	max-width:570px;
	margin:0px auto 0px auto;
	padding-top:100px;	
}
.bookCover{
	padding:10px 0px 20px 0px;
	float:left;
	padding-left:10px;
	text-align:center;
}
.Text{
	float:left;	
}
.bookTitle{
	color:#fff;
	font-size:36px;
	font-weight:300;
	margin-left:10px;
}
.bookSubTitle{
	color:#fff;
	font-size:24px;
	font-weight:300;
	margin-left:10px;	
}
.bookAuthor{
	color:#fff;
	font-size:18px;
	font-weight:300;
	margin-left:10px;	
}
.button{
	background-color:#45A2B0;
	width:120px;
	height:40px;
	padding-top:5px;
	margin-left:10px;
	margin-top:45px;
	text-align:center;
	font-size:20px;
	cursor:pointer;	
}
.button:hover{
	color:#000;	
}
.BG2{
	background-image:url(../img/BG2.jpg);
	background-size:100% 100%;
	max-width:1020px;
	text-align:center;
	font-size:25px;
	position:relative;
	overflow:hidden;
}
.servicesTitle{
	color:#45A2B0;
	font-size:36px;
	font-weight:300;
	padding-bottom:30px;
	padding-top:30px;
}
.col-md-4{
	margin-top:40px;
}
.h2Div{
	color:#fff;	
	font-weight:300;
	font-size:20px;
	padding-top:20px;
	padding-bottom:50px;
}
#C1,#C4{
	position:relative;
	left:-700px;
	transition:all 500ms;	
}
#C2{
	position:relative;
	top:-500px;
	opacity:0;
	transition:all 500ms;	
}
#C5{
	position:relative;
	bottom:-500px;
	opacity:0;
	transition:all 500ms;	
}
#C3,#C6{
	position:relative;
	right:-700px;
	transition:all 500ms;	
}
.isShowingTop{
	top:0px !important;
	opacity:1 !important;
}
.isShowingBottom{
	bottom:0px !important;
	opacity:1 !important;
}
.isShowingLeft{
	left:0px !important;
}
.isShowingRight{
	right:0px !important;
}
.BG3{
	background-color:#45A2B0;
	color:#fff;
	max-width:1020px;
	padding:10px;
}
.articleBG{
	padding:30px 30px 30px 30px;
	font-weight:300;	
}
.articleBG span{
	font-size:36px;
}
.acrticleTitle{
	font-size:45px;
	text-align:center;
	color:#A84724;	
}
.footer{
	position:relative;
	height:80px;
	width:100%;
	background-color:#fff;
	color:#000;
	font-size:58px;
	text-align:center;
	font-weight:300;
}
@media all and (max-width: 480px){
	.header{
		position:relative;
		height:80px;
		width:100%;
		background-color:#45A2B0;
		color:#fff;
		font-size:36px;
		padding-top:15px;
		text-align:center;
		font-weight:300;	
	}
	.BG1Content{
		max-width:570px;
		margin:0px auto 0px auto;
		padding-top:10px;	
	}
	.bookCover{
		padding:10px 0px 10px 0px;
		float:none;
		padding-left:10px;
		text-align:center;
	}
	.Text{
		float:none;
		margin-top:10px;	
		text-align:center;
	}
	.button{
		margin:10px auto;
	}
	.footer{
		position:relative;
		height:80px;
		width:100%;
		background-color:#fff;
		color:#000;
		font-size:36px;
		padding-top:15px;
		text-align:center;
		font-weight:300;
	}
}










