/* Custom Stylesheet */
/**
 * Use this file to override Materialize files so you can update
 * the core Materialize files in the future
 *
 * Made By MaterializeCSS.com
 */
body{
	font-family: 'Lora', serif;
}
.icon-block {
  padding: 0 15px;
}
.icon-block .material-icons {
	font-size: inherit;
}
.rounded{
	width: 50%;
	height: auto;
	border-radius: 50%;
}
.book{
	
    width: auto;
    height: 280px;
}
.page-footer {
    padding-top: 20px;
    padding-bottom: 20px;
}

h1{
	font-size: 34px;
	line-height: 38px;
	margin: 40px 0 20px 0;
	padding: 0;
	font-weight: 700;
}

h2{
	font-size: 20px;
	line-height: 28px;
	margin: 20px 0;
	padding: 0;
}
h3{
	font-size: 32px;
	font-weight: 700;
}

h5{
	font-size: 18px;
}
a.link-rs{

	margin-right: 20px;
}
i{
	color: #fff;
	font-size: 20px;
	padding: 10px;
	border: 1px solid #fff;
	border-radius: 50%;
	width: 40px;
	height: 40px;
}

a:hover i{
	color: #3e2723;
	background: #fff;
}