body {
	font-family: 'Playfair Display', serif;
}
.home-main {
	text-align:center;
	width: 1200px;
	margin:10% auto;
}
.container-footer .content-footer {
	text-align:center;
	margin-bottom: 80px;
}
.subtitle-main {
    color: #6b6b6b;
    font-size: 22px;
    letter-spacing: 25px;
	margin-bottom:120px;
}
.text-footer {
    color: #777777;
    font-size: 14px;
}

.content-footer.col-xs-12 > img {
    width: 50px;
}
.box-container .img-box-demo {
	display:inline-block;
	width:49%;
}
.box-container {
	margin:0 auto 80px;;
	text-align:center;
}
.name-demo {
    color: #6b6b6b;
    font-size: 18px;
    letter-spacing: 4px;
    margin: 0 44px;
    padding: 10px;
	text-decoration:none;
	display:block;
	transition: all 0.5s ease-out;
}
.img-box-demo:hover .name-demo {
	background:#a16733;
	color:#fff;
	margin: 0 44px;
    padding: 10px;
	transition: all 0.5s ease-out;
}
.img-box-demo img {
	cursor:pointer;
}
a {
	color:#a16733;
	text-decoration:none;
}
a:hover {
	color:#000;
}
@media screen and (max-width: 1200px) {
	.home-main {
		width:100%;
	}
}
@media screen and (max-width: 1000px) {
	.box-container .img-box-demo {
		width:inherit;
		margin-bottom:80px;
	}	
}