.img-30 img{
	margin: 0 auto;
	margin-bottom: 0.8em;
	/*max-width: 300px; */
	width: 30%;
}

.tiny {
	height: 4em;
}

h2, h3, h4, h5, h6 {
	font-family: "Open Sans", sans-serif;
	font-weight: 300;
}

.hero-h1 {
	font-family: "Lobster", cursive;
	font-weight: normal;
}

.anchor{
	display: block;
	height: 1px
	visibility: hidden;
}

@media (min-width : 770px) {
	.anchor{
	  display: block;
	  height: 70px; /*same height as header*/
	  margin-top: -70px; /*same height as header*/
	  visibility: hidden;
	}
}

/*.carousel-main .owl-item img {
	max-width: 100%;
}*/

.modal-content dl {
	margin-top: 1em;
}
.modal-content dd {
	margin-left: 1em;
}
