html,body {
	font-family:Helvetica,sans-serif;
	font-size:15px;
	line-height:1.5;
	margin: 0px;
	background-color: #d7d7d7;
	}

html {
	overflow-x:hidden;
	}


	/*  TOP BANNERS  */


.banner {
	background-image: url('images/vegarose-web-bg1-small.png');
	background-image-repeat: no-repeat;
	background-color: #8d5d5e;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 500px;
	font-family: 'Krub', sans-serif;
	font-size: 50px;
	color: #fff;
	text-shadow: 0 0 5px #664041;
	}

.secondary-banner {
	background-color: #8d5d5e;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	padding: 10px;
	font-family: 'Krub', sans-serif;
	font-size: 20px;
	font-weight: 300;
	color: #fff;
	text-shadow: 0 0 5px #664041;
	overflow: auto;
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	z-index: 1;
	}

.third-banner {
	background-color: #dd787a;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	padding: 10px;
	font-family: 'Krub', sans-serif;
	font-size: 15px;
	font-weight: 300;
	color: #fff;
	text-shadow: 0 0 5px #664041;
	overflow: auto;
	}


	/*  EBOOK SCROLL LIST  */


.fourth-banner {
	background-color: #fff;
	width: 100%;
	padding: 5% 10px 5% 10px;
	text-align: center;
	}


.recent-ebooks {
	width: 90%;
	min-height: 300px;
	padding: 10px;
	margin: auto auto;
	}

.item {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size:18px;
	width:300px;
	color:#000;    
	}



	/*  BLOG POST LIST  */


.fifth-banner {
	width: 100%;
	padding: 5% 10px 5% 10px;
	text-align: center;
	}


.recent-blogs {
	width: 70%;
	min-height: 200px;
	padding: 10px;
	margin: auto auto;
	}

.blogitem {
	background-color: #fff;
	margin: 10px 20px 10px 20px;
	font-size:10px;
	color:#000;    
	min-height: 400px;
	}



	/*  OTHER  */


h1{font-size:36px}
h2{font-size:30px}
h3{font-size:24px}
h4{font-size:20px}
h5{font-size:18px}
h6{font-size:16px}
.w3-serif{font-family:serif}

h1,h2,h3,h4,h5,h6{font-family:"Segoe UI",Arial,sans-serif;font-weight:400;margin:10px 0}
.w3-wide{letter-spacing:4px}

hr{border:0;border-top:1px solid #eee;margin:20px 0}