body,
html {
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
}
body {
  background-color: #f8f9fc;
  -webkit-transition: 0.5s background-color;
          transition: 0.5s background-color;
}
.hero {
  display: block;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.hero img {
  width: 100%;
}
h1,
h2 {
  font-family: 'Crete Round', serif;
  color: #234;
  -webkit-transition: 0.5s color;
          transition: 0.5s color;
  font-weight: 500;
}
h1 {
  font-size: 2.5em;
  text-align: center;
  margin: 0;
  color: #234;
  padding: 60px 10px;
}
h2 {
  font-size: 1.5em;
}
p,
li {
  font-family: 'Open Sans', sans-serif;
  line-height: 1.6;
  font-size: 1.1em;
  color: #234;
  -webkit-transition: 0.5s color;
          transition: 0.5s color;
}
blockquote {
  display: block;
  width: 35%;
  float: right;
  font-weight: bold;
  border-left: 3px solid #000;
  margin: 5px;
  padding: 0 0 10px 5px;
}
blockquote p {
  margin: 0 0 0 10px;
}
a,
a:visited {
  color: #4b7096;
}
a:hover {
  text-decoration: none;
}
.content {
  max-width: 40em;
  display: block;
  margin: auto;
  padding: 10px;
}
.social-share {
  text-align: center;
}
.social-share a {
  color: #fff;
}
.social-share .fa {
  padding: 10px;
  margin: 10px;
  font-size: 20px;
}
.lights-container {
  position: absolute;
  right: 10px;
  top: 5px;
  cursor: pointer;
  font-size: 1em;
  color: #234;
}
.lights-container input {
  display: none;
}
.lights-container span:before {
  margin-right: 5px;
}
.lights-container .label {
  font-weight: bold;
  font-family: 'Open Sans', sans-serif;
}
footer {
  background-color: #80af35;
  padding: 20px 0 20px;
}
footer p {
  color: #fff;
  text-align: center;
  margin: 5px 0;
  font-style: italic;
  font-size: 12px;
}
footer a,
footer a:visited {
  color: #fff;
  -webkit-transition: 0.5s color;
          transition: 0.5s color;
}
footer a:hover {
  color: #e6e6e6;
}
.lights-off {
  background-color: #333;
}
.lights-off h1,
.lights-off h2,
.lights-off p,
.lights-off li,
.lights-off .lights-container span {
  color: #f8f9fc;
}
.lights-off blockquote {
  border-color: #f8f9fc;
}
.lights-off .content a,
.lights-off .content a:visited {
  color: #92adc9;
}
