html {
    height: 100%;
  background: #16a085; 
}
body {
  font-family: 'Raleway', sans-serif;
  font-size: 1.1rem;
  color: #adadad;
  height: 100%;
  background: #16a085; 
}
.is-black {
  background: #2E2B2A;
}
.is-white {
  background: #f0f0f0;
}
.is-green {
  background: #16a085;
}
h2 {
  font-size: 2.4rem;
  color: #dfdfdf;
  text-transform: uppercase;
}
.content h3 {
  font-size: 2.0rem;
  color: #dfdfdf;
  text-transform: uppercase;
}
a {
  color: #16a085;
}
a:hover {
  color: #46d0b5;
}
.return {
    font-size: 1.5em;
}
.return i {
  font-size: 1.4em;
  position: relative;
  top: 0px;
}
.pa-menu {
  font-size: 1.1rem;
  text-transform: uppercase;
  height: 120px;
}
.pa-menu a {
  color: #f0f0f0;
  line-height: 110px;
}
.pa-logo {
  height: 280px;
}
.pa-logo h1 {
  color: #f0f0f0;
  line-height: 280px;
  text-transform: uppercase;
  font-size: 3em;
  font-weight: 700;
  letter-spacing: 0.10em;
}
.is-white h1, h2, h3 {
  color: #16a085;
  text-transform: uppercase;
}
.is-white a {
    color: #303030;
}
.is-white a:hover {
    color: #16a085;
}
.is-white li {
    padding: 0.60em 0;
}
.is-black li {
    padding: 0.60em 0;
}
.image.is-5by2 img {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.image.is-5by2 {
  padding-top: 40%;
}
