/* Headings: */
h1, h2
{
  font-weight: 300;
  color: #242424;
}
h3, h4, h5, h6
{
  font-weight: 400;
  color: #242424;
}

/* Logo: */
.brand {
  display: inline-block;
  position: relative;
}
.brand .word {
  font-size: 10px;
  color: #D0D0D0;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.brand .word-mealsite {
  display: none;
}
.brand .word-documentation {
  position: absolute;
  bottom: 3%;
  right: 10%;
}

header .brand img,
footer .brand img
{
  max-width: 200px;
  width: 100%;
  height: auto;
}

.navbar .brand img {
  padding-top: 0;
}

header .brand .word {
  color: #D0D0D0;
}
footer .brand .word {
  color: #404040;
}

@media screen and (min-width: 1200px)
{
  footer .brand .word-documentation {
    bottom: 1%;
    right: 3%;
  }
}
@media screen and (min-width: 768px) and (max-width: 990px)
{
  footer .brand .word-documentation {
    bottom: 1%;
    right: 3%;
  }
}

/* Layout: */
html,
body,
.page,
.layout {
  height: 100%;
}
.layout {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
  height: 100%;
}
header,
footer {
  flex: none;
}
.section-content-full,
.section-content-container {
  flex: 1 0 auto;
}

/* Pathway: */
.pathway.location {
  margin-bottom: 10px;
}
.pathway .pathway_separator {
  display: none;
}
.breadcrumbs .pathway .pathway_node::after {
  content: " / ";
  padding: 0 10px;
}
.breadcrumbs .pathway .pathway_node:last-child::after {
  content: " ";
}

/* Header: */
.masthead {
  padding: 40px 0 80px 0;
}
.masthead p {
  width: 90%;
}

/* Content: */
.section-content-full {
  padding: 0;
  min-height: 3em;
}
.section-content-container {
  padding: 20px;
  min-height: 3em;
}

.docs-img
{
	position: relative;
	float: right;
	z-index: 10;
	margin: 0 0 1em 1em;
	max-width: 40%;
}
.docs-img img
{
	padding: 0;
	max-width: 100%;
	width: auto;
	height: auto;
}
@media screen and (max-width: 767px)
{
	.docs-img
	{
		float: none;
		margin: 1em 0;
		max-width: 350px;
	}
}

.docs-img-full
{
	position: relative;
	z-index: 10;
	margin: 0 1em 1em 0;
	max-width: 100%;
}
.docs-img-full img
{
	padding: 0;
	max-width: 100%;
	width: auto;
	height: auto;
}

section.about-mealsite {
	margin: 50px 0;
}
section.about-mealsite img {
  max-width: 33%;
  height: auto;
}

@media print
{
	#developer_toolbar {
		display: none;
	}

	/* Make printed text darker. */
	:not(.copyright) > p {
		color: #000;
	}
	.copyright > p {
		font-size: 13px;
	}

	footer {
		background-color: transparent;
	}

	.navbar-toggle,
	.navbar-nav,
	.footer-links {
		display: none;
	}

	.widget.widget_categories {
		display: none;
	}

	.pathway .pathway_node:first-child /* Home */ {
		display: none;
	}

	.pathway .pathway_node a {
		color: black;
	}
}
