body {
  padding-top: 70px; /* adjust to match navbar height */
}


a {
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
  hyphens: auto;
}

img {
	max-width: 100%;
}