body {
	color: #999;
}

.navbar-brand {
	background-image: URL("../images/theraplicity.png");
    background-size: 225px 50px;
	background-repeat: no-repeat;
	text-indent: -9999px;
	width: 225px;
	height: 50px;
}

header,
section.success,
#contact .btn-info {
	background-color: #8ec2d3;
}

hr.star-light:after,
hr.star-primary:after {
    content: "";
}

.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active,
.btn-outline.active {
    color: #8ec2d3;
}

h1, h2, h3, h4, h5, h6 {
	color: #777;
}

.success h1, .success h2, .success h3, .success h4, .success h5, .success h6, footer h3 {
	color: #fff;
}

hr.star-primary { border-color: #777; }

p { line-height: 27px; font-size: 14px; }

.hero-image {
	position: relative;
	width: 100%;
	height: 600px;
	background: URL("../images/header.jpg") center center no-repeat;
}

.intro-text { margin: 0; padding: 0; }

.intro-text h3 { color: #fff; padding: 330px 0 0 0; margin: 0 }




/* 1.25 dpr */
@media (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) { .navbar-brand { background-image: URL("../images/theraplicity2x.png"); }

/* 1.3 dpr */
@media (-webkit-min-device-pixel-ratio: 1.3), (min-resolution: 124.8dpi) { .navbar-brand { background-image: URL("../images/theraplicity2x.png"); }

/* 1.5 dpr */
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) { .navbar-brand { background-image: URL("../images/theraplicity2x.png"); }
