body {
	margin-top: 50px; /* 50px is the height of the navbar - change this if the navbarn height changes */
}

/* change the URL to a picture of your choice - the higher quality the better! */
.business-header {
	/*height: 900px;*/
}

/* adjust the color and text shadow to optimize legibility once you have an image set - you can also change the vertical positioning if desired  */
.tagline {
	color: #000;
	font-size:26px;
	margin: 50px 0 40px 0;
	/*text-shadow: 0 0 10px #000;*/
}
.social-buttons {
	float:left;
}

footer {
	margin: 50px 0;
}
.inline {
	display:inline;
}
.center {
	text-align:center;
}
.center-pic {
	margin: 0 auto;
}
.justify {
	text-align:justify;
	text-justify:inter-word;
}
@media (max-width: 767px) {
h2 {
    font-size: 24px;
  }
}


.centerImage {
    margin: 0 auto;
    padding-top: 10px;
}
