header {
  background-image: url(images/header_background.jpg);
  background-repeat: no-repeat;
  background-position: bottom;
	background-size: cover;
}

.page-activate header {
	background-image: url(images/mountains.jpg);
	background-size: cover;
}

.page-unwind header {
	background-image: url(images/beach.jpg);
}

.page-explore header {
	background-image: url(images/eifel_tower.jpg);
	background-size: cover;
}

.mdl-layout__header {
	background-color: transparent;
	box-shadow: none;
}

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



header h1 {
  margin: 50px 0;
  font-weight: 300;
  font-size: 85px;
  font-style: normal;
	
	text-align: center;
	color: white;
}

.mdl-layout__title {
  font-size: 22px;
  text-align: center;
  font-weight: 300;
  margin-left: 20px;
}

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

.mdl-layout__content {
	text-align: center;
}

.reach_out {
	background-color: #237FAC;
	color: white;
	
  padding: 20px 0;
  font-size: 18px;
	margin-bottom: 20px;
}

img.article-image {
  width: 100%;
  height: auto;
}

.demo-card-event > .mdl-card__actions {
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    box-sizing: border-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.mdl-grid {
	max-width: 1080px;
}
.mdl-card__media {
	height: 193px;
	overflow: hidden;
}


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