/*!
 * TJ acupuncture Responsive
 */

body {
  padding-top: 54px;
}

@media (min-width: 992px) {
  body {
    padding-top: 56px;
  }
}

.carousel-item {
  height: 65vh;
  min-height: 300px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.portfolio-item {
  margin-bottom: 30px;
}
h1,h2,h3,h4,h5,h6,p,th,td,li,ul,a{font-family:Verdana, Geneva, sans-serif!important;}

h1{
	font-size: 1.4em;
	
	color: #09F;
}
h2{font-size: 1.3em;
	text-align: center;
	color: #09F;}
	 h6{color:#09f;font-size:0.85em;}
	h3{text-align:center;font-size:1.1em;color:#09f;}
	h4{color:#fff;font-size:1em;text-align:center;}
	h5{background-color:#5DBEFF;font-size:0.95em;text-align:center;color:#fff;margin-top:0;margin-bottom:0;padding-top:0.5em;padding-bottom:0.5em;}
p{
	font-size: 0.9em;
	text-align: left;
	color: #666;
}
td{font-size:0.9em;color:#999;}
ol li{font-size:1em;color:#666;}
ul li{font-size:0.9em;color:#666; }
 
.anchor { padding-top: 90px; }
#social{text-align:center;}
#links{display:block;clear:both;margin-right:auto;margin-left:auto;text-align:center; }   
.headerImage{margin-left:auto;margin-right:auto!important;margin-top:0.5em;}
.imgwrapR{float:right;margin-left:12px;margin-bottom:5px;}
.imgwrap{float:left;margin-right:18px;margin-bottom:5px;}
.bg-dark{
	background-color: #09F!important;
}
.headerImage{margin-left:auto;margin-right:auto!important;margin-top:0.5em;}

@media only screen and (max-width: 768px) {
  /* For mobile phones: */
    
    .headerImage{margin-left:auto;margin-right:auto!important;margin-top:1.5em;}
}

@media (min-width: 320px) and (max-width: 480px) {
  
 .headerImage{margin-left:auto;margin-right:auto!important;margin-top:3.5em;}
}
.white{color:#fff!important;}
.center{text-align:center;}
footer a{text-decoration:none;font-size:1em;
 }
footer a:link{color:#fff;font-weight:normal;}
footer a:visited{color:#fff;font-weight:normal;}
footer a:hover{
	text-decoration: none;
	color: #ccc!important;
	font-weight: normal;
}
footer a:active{color:#fff;font-weight:normal;}
.readmore a{font-family:Verdana, Geneva, sans-serif;float:right;font-size:0.7em;font-weight:bold;}
.readmore a:hover{color:#C30}
.responsive {
    width: 100%;
    max-width: 400px;
    height: auto;
}