html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-family: inherit;
  font-size: 100%;
  vertical-align: baseline;
  max-width: 100%;
}
body {
  line-height: 1;
  color: #000;
  background: #fff;
}
ol,
ul {
  list-style: none;
}
table {
  border-collapse: separate;
  border-spacing: 0;
  vertical-align: middle;
}
caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}
a img {
  border: none;
}
body {
  font-family: "Varela Round", sans-serif;
  background-color: #fffff3;
  text-align: center;
  color: #4d331d;
}
a {
  text-decoration: none;
  color: #5ea5b5;
}
code {
  font-family: monospace;
}
h1 {
  font-weight: bold;
  font-size: 6em;
  color: #203f4a;
  text-shadow: 3px 3px 0 #d04b58;
}
h2 {
  font-weight: bold;
  margin: 1em 0;
  font-size: 3em;
  color: #203f4a;
}
h4 {
  font-weight: bold;
  color: #d04b58;
  text-shadow: 3px 3px 0 #203f4a;
  font-size: 3em;
}
header {
  background-color: #fffff3;
  padding: 20px;
}
header .content {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
header img {
  width: 350px;
}
nav {
  background-image: url("/img/denim.jpg");
  background-position: 50% 0;
  padding: 30px;
  height: auto;
}
nav ul li {
  display: inline-block;
}
nav ul li a {
  padding: 10px;
  margin: 10px;
  text-decoration: none;
  color: #fffff3;
  font-size: 2em;
  background-color: #d04b58;
  -webkit-box-shadow: 3px 3px 0 #203f4a;
  box-shadow: 3px 3px 0 #203f4a;
  line-height: 2em;
}
nav ul li a:hover {
  background-color: #203f4a;
  color: #fff;
  -webkit-box-shadow: 3px 3px 0 #d04b58;
  box-shadow: 3px 3px 0 #d04b58;
}
p {
  margin: 1em 0;
}
.info {
  width: 100%;
  max-width: 800px;
  padding: 20px;
  margin: 20px;
  margin: 0 auto;
  text-align: left;
}
.info ul {
  padding: 20px;
  font-size: 2em;
  list-style-type: square;
  list-style-position: inside;
}
.info ul li {
  margin: 1em 0;
}
.stellar {
  padding-bottom: 50px;
}
.stellar h2 {
  background: #5ea5b5;
  -webkit-box-shadow: 10px 10px 0 #d04b58;
  box-shadow: 10px 10px 0 #d04b58;
  color: #fffff3;
  font-size: 3em;
  padding: 20px;
}
.stellar .box {
  background: #fffff3;
  -webkit-box-shadow: 10px 10px 0 #5ea5b5;
  box-shadow: 10px 10px 0 #5ea5b5;
}
#why {
  height: auto;
  padding: 50px 0;
}
#what {
  background-image: url("/img/clothesline.jpg");
  background-position: 50% 0;
  height: auto;
}
#how {
  height: auto;
  padding: 50px 0;
}
#where {
  background-image: url("/img/denim2.jpg");
  background-position: 50% 0;
  height: auto;
}
footer {
  font-size: 2em;
  padding: 20px;
}
