body {
  text-align: center;
  font-family: 'Merriweather Sans', sans-serif;
  font-weight: 300;
  line-height: 1.5;
}

a {
  color: #1288B3;
  text-decoration: none;
  border-bottom: 1px solid #ccc;
}

a:hover {
  color: #00BBFF;
  border-bottom: 1px solid #00BBFF;
}

h1 {
  font-weight: 700;
  text-transform: uppercase;
}

address {
  font-style: normal;
}

.header {
  position: relative;
}

.header::before {
  content: '';
  background-image: -webkit-linear-gradient(bottom,rgba(255,255,255,0) 0,#fff 100%);
  background-image: -o-linear-gradient(bottom,rgba(255,255,255,0) 0,#fff 100%);
  background-image: linear-gradient(to top,rgba(255,255,255,0) 0,#fff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00FFFFFF', endColorstr='#FF000000', GradientType=0);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 50%;
  left: 0;
  opacity: .7;
}

.header h1 {
  position: absolute;
  top: .5rem;
  width: 100%;
}

.header h1 {
  text-shadow: 0px 2px 20px rgba(255,255,255,0.7);
}

.header .years {
  display: block;
  font-weight: 300;
  font-size: 16px;
}

.header img {
  width: 100%;
}

.main {
  padding: 20px;
  margin: 0 auto;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}

.main p,
.main address {
  width: 100%;
}

.main em {
  font-weight: 700;
  font-style: normal;
}

hr {
  background-color: #ccc;
  border: none;
  height: 1px;
  width: 10%;
}

address {
  margin: 1em 0;
}

@media (min-width:1024px) {
  .main p,
  .main address {
    width: 30%;
  }


  .main hr {
    display: none;
  }
}
