body {
  padding-top: 0rem;
	font-family: rustica, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size:1.2em;
}
h1 {
	color: #1d1d3d;
	margin:20px 0px;
	font-size:1.8em;
}
a {
	color: #1d1d3d;
	
}
p {
	text-align:justify;
	font-weight: 300;
	paddding:6px 0px;
	
}
img{
	width:100%
}

.row{margin:0px !important}
.iactscaler img{
	width:50%
}
.iactscaler{
	display:block;
	text-align:center
}
.nav-item{
	 padding-left:16px;
}

.nav-link{
	font-size: 1.1em;
	font-family: rustica, sans-serif;
	font-weight: 300;
	font-style: normal;
}
.topmessage{
	background: #333;
	padding:2px;
}
.card{
	cursor:pointer
}
.topmessage h1{
	text-align: center;
	display:block;
	font-size:.8em;
	color:#666;
	margin:8px 0px;
}
/*.colonicgraphic{
	background: url('../_images/digestive_tract.png');
	background-size: cover;
	background-repeat: no-repeat;
	background-position:  top;
}*/
.colonicgraphic img{
	width:100%
}
.herorow{
	/*height:400px;
	background: url('../_images/aerial.jpg');*/
	background:#4d4d5d;
	background-size:cover;
	background-repeat: no-repeat;
	background-position: center ;
	margin:0px;
	padding: 30px 0px;
}

.photoexteriorrow{
	height:400px;
	background: url('../_images/aerial.jpg');
	background-size:cover;
	background-repeat: no-repeat;
	background-position: center ;
	margin:0px;
}

.photoresearch{
	height:400px;
	background: url('../_images/parallax_microbiome.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center ;
	margin:0px;
	
	background-attachment: fixed;
  
	
}
.articlelistitem{
	border-top: 1px #ccc solid;
	margin: 20px 0px;
	padding: 10px 0px;
	cursor:pointer;
}

.aboutrow{
	background:#eee;
	padding: 60px 0px
}
.aboutrow a{
	color:
}
.maprow{
	background:#eee;
	height:300px;
	margin:0px 0px;
	
}
.colonicsrow{
	background:#fff;
	padding: 60px 0px;
	/*color:white*/
}
.markbuserow{
	background:#fcfcfc;
	padding: 60px 0px;
	/*color:white*/
}


.contactrow{
	 background: #1d1d3d;
	 color: white;
}


.footer {
	 background: #1d1d3d;
	 color: white;
}
 .footer .links ul {
	 list-style-type: none;
}
 .footer  a {
	 color: white;
	 transition: color 0.2s;
}

.footer .links li a {
	 color: white;
	 transition: color 0.2s;
}
 .footer .links li a:hover {
	 text-decoration: none;
	 color: #4180cb;
}
 .footer .about-company i {
	 font-size: 25px;
}
 .footer .about-company a {
	 color: white;
	 transition: color 0.2s;
}
 .footer .about-company a:hover {
	 color: #4180cb;
}
 .footer .location i {
	 font-size: 18px;
}
 .footer .copyright p {
	 border-top: 1px solid rgba(255, 255, 255, .1);
}
 