body {
    font-family: 'Roboto';
	padding:30px;
}

.home{
	line-height:30px;
}

.home img{
	margin:30px 0 60px 0;
}

.center div{
	text-align:center;
}

h3{
	font-family:"Hind Madurai";
	font-size: 47px;
	margin-bottom: 29px;
}

img{
	margin:0 auto;
}

section{
	border:1px solid rgb(139,149,158);
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	width:360px;
	height:150px;
	margin:10px auto;
	padding:13px;
	padding-left: 162px;
	position:relative;	
	font-size: 19px;
}

section:hover{
	-webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 0px 5px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 0px 5px 0px rgba(50, 50, 50, 0.75);
}

.calendar_h{
	background-image:url("img/calendar_h.png");
	background-size: 170px;
	background-repeat: no-repeat;
	background-position: 0 10px;
}

.calendar_d{
	background-image:url("img/calendar_d.png");
	background-size: 147px;
	background-repeat: no-repeat;
	background-position: 7px 39px;
}

@font-face {
	font-family: 'Roboto';
	src: url('fonts/Roboto/Roboto-Regular.ttf');
}

@font-face {
	font-family: 'Hind Madurai';
	src: url('fonts/Hind_Madurai/HindMadurai-Regular.ttf');
}