.peach {
	background-color: #e9c2b0; 
} 
.white {
	background-color: #fff; 
}
.pink {
    background-color: #B16B75;
}
li.logo-nav {
	display:none;
}
.cta-text {
    border: 1px solid #daa691;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.tel-inline {
  font-weight: 700; display: inline-block; 
}
.tel-inline:before {
  margin-right: 5px;
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  content: "\f095";
  font-size: .93em;
}

.button-wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 1em;
}

.button-wrapper a {
	margin: 0.75em;
}

.col-lg-4 img {
	width: 100%;
	height: 376.66px;
	object-fit: cover;
}

.breakout h1, .breakout h2, .breakout h3, .breakout h4 {
	color: #3c3b3c;
}
.final-star {
    color: #b16b75 !important;
}

.home-ctas {
  text-align: center;
  margin-top: 1em;
  margin-bottom: 0;
  justify-content: center;
}
.home-ctas h5 {margin-bottom: 0;}
.home-ctas h5:after {
  display: block;
  text-align: center;
  content: '\00B7 \00B7 \00B7';
  font-size: 25px;
  line-height: 20px;
  margin: 5px 0 0;
  color: #e5d09e;
}

.home-ctas .wrap {border: 1px solid #dcac96;color: #000;height: 100%;padding: 1em 1.0em .5em;font-weight: 400;line-height: 1.6em;-webkit-transition: all .3s ease-in-out;-moz-transition: all .3s ease-in-out;-o-transition: all .3s ease-in-out;transition: all .3s ease-in-out;}
 
h5 {
    font-size: 1.1em;
    text-transform: uppercase;
    margin-top: .5em;
}
.accent {
    font-family: 'Unna';
}
.gradient {
	background: rgb(239,225,227);
	background: -moz-linear-gradient(180deg, rgba(239,225,227,1) 0%, rgba(233,194,176,1) 100%);
	background: -webkit-linear-gradient(180deg, rgba(239,225,227,1) 0%, rgba(233,194,176,1) 100%);
	background: linear-gradient(180deg, rgba(239,225,227,1) 0%, rgba(233,194,176,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#efe1e3",endColorstr="#e9c2b0",GradientType=1);	
}
.serv-row .wrap {
    padding: .5em 1.5em 1.5em;
    background: #efe1e3;
    margin: .5em 0;
}

.serv-row > div:nth-child(odd) .wrap {
    background: #f1d7cb;
}

.serv-row .wrap .fancylist li:before {
    color: #b16b75;
}
.serv-row h2, .serv-row h3 {
	text-transform: uppercase; letter-spacing: .1em; 
}
body.home .breakout.billboard .bg-img {
	min-height: 40vh;
	background-position: center;
}

@media (min-width: 992px) {

	.text-wrap {
		max-width: 580px;
		padding: 1em 2em 1em 0;
	}
	.left-text-wrap {
		margin: 0 0 0 auto;
	}	
	body.home .breakout.billboard .bg-img {
		background-size: 600px;
		background-repeat: no-repeat;
		background-color: #d7a38b;
		background-position: left;
	}
}
@media only screen and (min-width: 768px) and (max-width: 850px) {
   li.logo-nav img {
        max-height: 150px;
    }
    .nav-bar > ul > li {
        MARGIN: 0 5px;
    }
}
@media only screen and (min-width: 768px) {


	.nav-bar > ul > li.logo-nav {
		margin: 1em 30px 0; display: inline-block; 
	}
	.nav-bar > ul > li.logo-nav a { padding: 0; } 	
	.passed-header .nav-bar > ul > li.logo-nav {
		margin: 10px 30px;
	}
	body.home .breakout.billboard .bg-img {
    	min-height: 400px;
	}
	.passed-header .nav-bar > ul > li.logo-nav img {
		max-height: 70px;
	}
	.phone {
		position: absolute;
		top: 0;
		right: 0;
	}
}