@charset "utf-8";
/* CSS Document */
.logo-portraits img {
	margin: 0 auto 3rem;
}
.text-portraits p {
	font-size: 1.25rem;
	line-height: 1.4;
	margin-bottom: 0.75rem;
}
.text-choise h6 {
	color: #d39e00;
	font-weight: 700;
	margin: 2rem 0;
}
.city img {
	margin-bottom:2rem;
}
.city h6 {
	color: #e0a800;
	font-weight:600;
	margin-bottom:.75rem;
}
.city p {
	margin-bottom:0.75rem;
	text-align:justify;
}
.city a.btn {
	color: #ffffff;
	font-weight: 700;
	border-radius: .75rem;
	padding: .75rem .25rem;
	margin-bottom: 2rem;
}
.container-fluid.footer {
	background-color:#AEBA00;
	margin-top:0;
}
.footer-text {
	padding-top:2rem;
	padding-bottom:2rem;
}
.footer-text p {
	color:#fff;
}


