h1, h2, h3, h4, h5, h6, .acupuncturist div p b {
	color: #4c661a;
}

h1 {
    font-size: 18px;
    margin-top: 10px;
}

footer {
    margin-top: 100px;
    margin-bottom: 30px;
}

footer .bottom {
    color: #595959;
}

footer .bottom.copyright {
    padding-top: 15px;
}

footer .bottom .navbar-nav > li > a {
  color: #595959;
}

footer .logo-sm {
  margin-top: 100px;
  margin-bottom: 100px;
}

footer .logo-sm img {
  width: 170px;
  height: 57.5312px
}

footer div.bottom a.btn {
    padding-top: 7px;
    padding-bottom: 7px;
    margin-top: 7px;
    margin-left: 15px;
    margin-right: 15px;
}

.nav.navbar-nav > li > a {
    padding: 15px 12px;
}

@media (min-width: 768px) and (max-width: 1199px) {
    footer .bottom.copyright {
        position: relative;
        top: 45px;
    }
}

.call-to-action {
    margin-top: 30px;
}

.acupuncturist .panel-body {
    text-align: left;
}

.acupuncturist img {
    width: 100%;
    padding: 15px;
}

.acupuncturist h1 {
    font-size: 28px;
    letter-spacing: -0.022em;
}

@media (max-width: 992px) {
    .acupuncturist img {
        width: 263px;
    }
}

.panel.panel-default{
    border-color: #eee;
}

.panel.panel-default .panel-heading {
    background-color: #f2f5ec;
    border-color: #eee;
}

.contact-wrapper {
    margin: 0 auto;
    text-align: center;
}

.contact-items {
    list-style-type: none;
    padding-left: 0px;
    margin-bottom: 0px;
}

.contact-items li {
    display: inline;
    margin-left: 10px;
    margin-right: 10px;
    line-height: 75px;
}

.big-anchor {
    padding: 15px;
}

@media (max-width: 768px) {
    .contact-items li {
        display: block;
        margin-bottom: 10px;
    }

    .contact-items li:last-child {
        margin-bottom: 0px;
    }

    .contact-items li a {
        display: block;
    }
}

.contact-items .glyphicon {
    position: relative;
    top: 3px;
}

.glyphicon {
    font-size: 16px;
    color: #888;
}

.form-fields {
    width: 75%;
}

.form-fields * {
    margin-bottom: 10px;
}

.form-fields button {
    width: 50%;
}

#google-maps-link {
    margin-bottom: 15px;
}

#google-maps-link .glyphicon {
    position: relative;
    top: 3px;
}

@media (max-width: 992px) {
    .contact-form-fields {
        margin-bottom: 30px;
    }
}

.mobile-only, .desktop-only {
    /* set via js */
}

.error {
    border: 1px solid #fdbe00;
}

#form-error, #form-info {
    margin-top: 10px;
    margin-bottom: 10px;
}

#form-error {
    color: #fdbe00;
}

#form-info {
    color: #4668ff;
}

.price-block {
    float: right;
    font-size: 20px;
    margin-left: 17px;
}

.spacer-top {
    margin-top: 40px;
}

.spacer-bottom {
    margin-bottom: 25px;
}

.top-nav {
    font-size: 15.5px;
}

header {
    background-image: url(../img/yi-logo-green.webp);
    background-repeat: none;
    background-attachment: scroll;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

header {
    height: 450px;
}

@media (max-width: 400px) {
    header {
        height: 200px;
    }
}

@media (min-width: 401px) and (max-width: 768px) {
    header {
        height: 230px;
    }
}

@media (min-width: 769px) and (max-width: 1280px) {
    header {
        height: 350px;
    }
}

.attribution {
    color: #4c661a;
    font-weight: bold;
    margin-top: 20px;
}

.testimonial .fa {
    font-size: 35px;
    color: #acb796;
}

.testimonial p img {
	height: 100%;
	width: 100%;
}

#vid {
	display: none;
}

#vid-moxa {
	display: none;
}

#vid-cupping {
	display: none;
}

#vid-pulse {
	display: none;
}

#vid-moxa-feature {
	display: none;
}

#vid-ginger-moxa-feature {
	display: none;
}

#vid-thumb {
	background: url("../img/video.webp") no-repeat center center;
	border: none;
	background-size: contain;
	padding-top: 75%;
	cursor: pointer;
}

#vid-moxa-thumb {
	background: url("../img/moxa.webp") no-repeat center center;
	border: none;
	background-size: contain;
	padding-top: 57%;
	cursor: pointer;
}

#vid-cupping-thumb {
	background: url("../img/moving-cupping.webp") no-repeat center center;
	border: none;
	background-size: contain;
	padding-top: 57%;
	cursor: pointer;
}

#vid-pulse-thumb {
	background: url("../img/pulse-analysis.webp") no-repeat center center;
	border: none;
	background-size: contain;
	padding-top: 57%;
	cursor: pointer;
}

#vid-moxa-feature-thumb {
	background: url("../img/moxa-feature.webp") no-repeat center center;
	border: none;
	background-size: contain;
	padding-top: 57%;
	cursor: pointer;
}

#vid-ginger-moxa-feature-thumb {
	background: url("../img/ginger-moxa.webp") no-repeat center center;
	border: none;
	background-size: contain;
	padding-top: 57%;
	cursor: pointer;
}

#play-button {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	padding: 5px;
	background-color: white;
	font-size: 50px;
	margin-left: -25px;
	margin-top: 25px;
}

#play-moxa-button {
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	padding: 5px;
	background-color: white;
	font-size: 50px;
	margin-left: -31px;
	margin-top: 45px;
}

#play-cupping-button {
	display: block;
	position: absolute;
	left: 50%;
	top: 55%;
	padding: 5px;
	background-color: white;
	font-size: 50px;
	margin-left: -31px;
	margin-top: 61px;
}

#play-pulse-button {
	display: block;
	position: absolute;
	left: 50%; 
	padding: 5px;
	background-color: white;
	font-size: 50px;
	margin-left: -31px;
	margin-top: -124px;
}

#play-moxa-feature-button {
	display: block;
	position: absolute;
	left: 50%; 
	padding: 5px;
	background-color: white;
	font-size: 50px;
	margin-left: -31px;
	margin-top: -124px;
}

#play-ginger-moxa-feature-button {
	display: block;
	position: absolute;
	left: 50%; 
	padding: 5px;
	background-color: white;
	font-size: 50px;
	margin-left: -31px;
	margin-top: -124px;
}

.video-top-spacer {
    margin-top: 11px;
}

.center {
    text-align: center;
}

.spaced-p {
    margin: 30px;
}

h1.page-header {
    font-size: 30px;
}

img.col-content {
    width: 100%;
    height: auto;
    max-width: 512px;
}

.visual-block {
    border: 2px solid #4c661a;
    margin: 5px;
    padding: 8px;
}

.readable p {
    margin-bottom: 20px;
    line-height: 1.8;
}

.readable h1 {
    margin-bottom: 40px;
}

.readable h2 {
    margin-top: 40px;
}

a.link {
    color: #4c661a;
    text-decoration: underline;
}

a.link:hover {
    color: #6f9130;
}

a.link:visited  {
    color: #4c661a;
}

.aesthetic {
    text-align: center;
    margin-bottom: 10px;
}
