#estates-type-list {
	margin-top: 7em;
	margin-bottom: 5em;
}

#estates-type-list a{
	display: block;
	text-align: center;
	font-family: 'Caveat', cursive;
	font-size: 2.2em;
}

#estates-type-list a:hover{
	text-decoration: none;
}

#estates-type-list a:hover span{
	color: #98ca3c;
}

#estates-type-list a img{
	display: block;
	margin: auto;
	width: 2em;
	margin-bottom: 0.3em;
}

.estate-item {
	text-align: center;
	display: block;
	padding-top: 15px;
	padding-bottom: 2.5em;
	margin-bottom: 15px;
}

.estate-item:hover {
	text-decoration:none;
	background-color: rgba(0,0,0,0.05);
}

.estate-item p {
	line-height: 1.3em;
}

.estate-item h3 {
	font-size: 2.4em;
}

.estate-item h4 {
	font-size: 1.9em;
}

#projects .button-circle-shadow{
	margin-top: -15em;
}

#projects{
	padding-bottom: 5em;
}

#background {
	background: url('watermark-ar-gray-sliced-bottom.svg') bottom no-repeat;
	background-size: 50vw;
	padding-bottom: 17em;
}

@media(max-width: 1199px) {
	#projects .button-circle-shadow {
		margin-top: -12em;
	}
}

@media(max-width: 991px) {
	.estate-item h3 {
		font-size: 1.8em;
	}

	#projects .button-circle-shadow {
		margin-top: -10em;
	}

	#projects .button-circle-shadow span{
		margin: 1em;
	}
}

@media(max-width: 767px) {
	#estates-type-list {
		margin-top: 0em;
		margin-bottom: 2em;
	}

	#estates-type-list a {
		font-size: 1.5em;
	}

	#projects .button-circle-shadow{
		margin: auto;
		margin-top: 3em;
		width: 60%;
	}

	#projects .button-circle-shadow strong{
		font-size: 5vw;
	}

	#background {
		padding-bottom: 5em;
	}
}