.tohello-header {
  position: relative;
  background-image: url(images/header-bg.jpg);
}

.tohello-header .mdl-layout__header-row {
  padding: 0;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.mdl-layout__title {
  font-size: 24px;
  text-align: center;
  font-weight: 600;
}

.is-compact .mdl-layout__title span {
  display: none;
}

.tohello-logo-row {
  min-height: 150px;
}

.is-compact .tohello-logo-row {
  min-height: auto;
}

.tohello-logo {
  background: url(images/tohello-logo.png) 100% no-repeat;
  background-size: contain;
  height: 133px;
  width: 400px;
  margin: auto auto -5px;
}

.is-compact .tohello-logo {
  height: 50px;
  width: 150px;
}

.tohello-table {
  align-self: center;
  border-collapse: collapse;
  border-bottom: 1px solid rgba(0,0,0,.12);
  width: 100%;
}

.tohello-table-cell {
  border-collapse: collapse;
  border-bottom:1px solid rgba(0,0,0,.12);
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 5px;
  padding-right: 5px;
}

.tohello-supporting-text {
  color:rgba(0,0,0,.54);
  font-size:1rem;
  line-height:18px;
  overflow:hidden;
  padding-top: 16px;
  width:100%
}

.tohello-navigation-row {
  background-color: rgba(204, 174, 166, 0.8);
  height: 45px;
}

.tohello-navigation-row  .mdl-navigation {
  text-align: center;
  max-width: 900px;
  width: 100%;
}

.tohello-navigation-row .mdl-navigation__link {
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  line-height: 42px;
}

.tohello-header .mdl-layout__drawer-button {
  background-color: rgba(136, 64, 48, 0.8);
}

.tohello-navigation-row .is-active {
  position: relative;
  font-weight: bold;
}

.tohello-navigation-row .is-active:after {
  content: "";
  width: 70%;
  height: 2px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: rgb(136,64,48);
  left: 15%;
}

img.article-image {
  width: 100%;
  height: 100%;
  background: white;
  object-fit: contain;
}

.tohello-max-width {
  max-width: 900px;
  margin: auto;
}

.no-padding {
  padding: 0;
}

.no-left-padding{
  padding-left: 0;
}

.no-bottom-padding {
  padding-bottom: 0;
}

footer {
  background-image: url(images/footer-background.png);
  background-size: contain;
}

