@charset "utf-8";
a:link.read_more{
	background-color:#CCC;
	display: block;
	clear: both;
	height: 60px;
	width: 60px;
	border-radius:60px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding-top:20px;
	text-decoration: none;
	border: thin solid #000066;
	-moz-box-shadow: 5px 5px 5px #777777;
	-o-box-shadow:  5px 5px 5px #777777;
	-webkit-box-shadow: 5px 5px 5px #777777;
	box-shadow: 5px 5px 5px #777777;
}
a:hover.read_more {
	border: thin solid #000;
	background-color:#006;
}
div#articles {
	clear:both;
}
article img{
	height: 200px;
	width: 200px;
	margin: 1em  auto  1em   auto;
}
article {
	border: thin solid #000;
	margin: 1em auto 1em  auto;
	padding:1em;
	height:400px;
	border-radius:20px;
}
article h2{
	background-color: #990;
	text-align: center;
	clear: both;
	width: 100%;
}
article p{height: 50px;}
#real_estate_certificate{  width:150px;  height:200px;  }
@media screen and (min-width:550px){
article {
	width:46%;
	float:left;
	margin: 1em 2% 1em 0;
}
}
@media screen and (min-width:960px){
article {
	width:30%;
	float:left; 
}
}

