*
{
	padding:0;
	margin:0;
}
.container
{
	padding:30px;
	font-family:'Roboto';
	font-size:16px;
	font-weight:300;
	line-height:24px;
}
.container p
{
	position: relative;
	top: 20px;
	font-size: 17px;
}


/* .thumbanail
{
	width:200px;
	height: 200px;
	position:relative;
	box-shadow:0 0 5px rgba(0,0,0,.4);
	background-color:#fff;
	overflow:hidden;
	border-radius:8px;
	margin-bottom:10px;
}
.thumbanail:before
{
	content:'';
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	border:8px solid #fff;
	z-index:2;
	overflow:hidden;
	box-sizing:border-box;
} */
.thumbanail img
{
	width:80%;
	height:auto;
	border-radius:8px;
	transform:scale(1) rotate(0deg);
	transition:all .5s linear;
}
/* .thumbanail:hover img
{
	transform:scale(1.1) rotate(-5deg);
} */


.thumbanail.right
{
	float:right;
	margin-left: 50px;
	margin-top: 50px;
}
.thumbanail.left
{
	float:left;
	margin-left:80px;
	margin-top:50px;
}

@media screen and (max-width:767px)
{
	
	.thumbanail.right
	{
		float:none;
		margin-left:0px;
	}
	.thumbanail.left
	{
		float:none;
		margin-right:0px;
	}
	.thumbanail{
		width:50%;
	}
}

.home-button{
	position: relative;
	padding: 10px 20px;	
}

.home-btn{
	width: 40px;
	height: 40px;
	font-size: 24px;
	border-radius: 5px;
	background-color:  #498354;
	border: white;
}








