body
{
	background: url(/images/bg-gray-palms.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;

	font-family: 'Lexend Deca', sans-serif;

}

img
{
	max-width:100%;
}

img.feature
{
	width:1140px;
}

h1, h2, h3, h4, h5
{
	font-family: 'Cinzel', serif;
	color:#176493;
	font-weight:500;
	text-transform:uppercase;
}

h2, h4
{
	color:#0573b7;
	font-size:1.7rem;
}

h2 .location
{
	color:#6d6e71;
	font-size:1.4rem;
}

.btn-primary
{
    color: #fff;
    background-color: #0573b7;
    border-color: #0573b7;
}

.btn-primary:hover
{
    color: #fff;
    background-color: #176493;
    border-color: #0573b7;
}

.card
{
	border: 0px solid rgba(255,255,255,1.0);
	border-radius: 0.25rem;
	box-shadow: 0 0.25rem 0.75rem rgb(0 0 0 / 5%);
	background:rgba(255,255,255,0.3);
}

footer {
  padding-top: 5rem;
  padding-bottom: 2rem;
}

footer p {
  margin-bottom: .25rem;
}

.box-shadow { box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05); }

.propimg
{
	min-height:360px;
}

@media (max-width: 1280px)
{
	.propimg
	{
		min-height:34vw;
	}
}

@media (max-width: 768px)
{
	.propimg
	{
		min-height:40vw;
	}

}

@media (max-width: 576px)
{
	.propimg
	{
		min-height:55vw;
	}

}
