/*
http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/
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,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-repeat: no-repeat;
  background-position: 0 0;
}

.easter {
  position: fixed;
  bottom: 80px;
  left: 20px;
  width: 80px;
  opacity: .05;
}
.easter:hover {
  transition: opacity .35s ease;
  opacity: .5;
}

html .head, html .x {
  font-weight: normal;
  transition: background .5s ease, color .5s ease;
  display: inline-block;
  border: none;
  height: 40px;
  font-size: 16px;
  margin: 0;
  color: #361d00;
  text-align: center;
  background-color: #fadebe;
  box-shadow: inset 0 0 25px rgba(77, 41, 0, 0.6);
}

h1, h2, p, .compare, .door {
  max-width: 600px;
  display: block;
  margin: 0 auto;
}

html body {
  font-family: 'Open Sans', sans-serif;
  margin: 0;
  background-color: #2e1a00;
}
html header {
  font-size: 0;
  background-color: #361d00;
  position: absolute;
  width: 100%;
  top: 0;
  z-index: 50;
}
html form {
  display: inline-block;
  width: 33.3%;
}
html button {
  font-family: "open sans", sans-serif;
}
html .head:hover, html .x {
  transition: background .5s ease, color .5s ease;
  background-color: #361d00;
  color: #fff2e3;
  box-shadow: inset 0 0 25px rgba(250, 222, 190, 0.6);
}
html .head {
  width: 100%;
}
html .x {
  font-weight: bold;
  width: 33.3%;
}

html {
  font-size: 0;
}

button.x {
  width: 100%;
}

/*OTHER STUFF STARTS HERE*/
.stuff {
  padding: 10px;
  margin-top: 40px;
  background-image: linear-gradient(#2e1a00, #a1845f);
}

h1, h2 {
  font-family: "oswald", sans-serif;
  margin-bottom: 20px;
}

h1 {
  font-size: 32px;
  color: rgba(255, 255, 255, 0.6);
}

h2 {
  font-size: 22px;
  color: rgba(255, 255, 255, 0.6);
}

p {
  font-size: 15px;
  color: #fff2e3;
  line-height: 200%;
  margin-bottom: 20px;
}

.defint, .indoors, .outdoors {
  text-indent: 50px;
}

p.caption {
  text-indent: 0;
  margin-top: 5px;
  font-size: 12px;
  line-height: 150%;
  text-align: center;
}

.compare {
  background-color: rgba(255, 255, 255, 0.3);
  width: 100%;
  height: auto;
  box-shadow: inset 0 0 40px #2e1a00;
}

.compare img {
  width: 100%;
  margin-bottom: 20px;
}

.door {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  box-shadow: inset 0 0 40px #2e1a00;
}

.door img {
  width: 100%;
  padding: 10px 0 10px 0;
}

/*OTHER STUFF ENDS HERE*/
footer {
  width: 100%;
  height: 40px;
  background-color: #fadebe;
  padding: 0;
}

.copy {
  position: absolute;
  padding: 5px 1.5% 5px 1.5%;
  margin: 0;
  background-color: #fadebe;
  color: #361d00;
  font-size: 13px;
}

a {
  text-decoration: none;
}

@media screen and (max-width: 460px) {
  h1 {
    font-size: 27px;
  }
}
@media screen and (min-width: 600px) {
  .stuff {
    padding-bottom: 40px;
  }

  h1 {
    font-size: 46px;
  }

  h2 {
    font-size: 30px;
  }

  h1, h2, .defint, .indoors, .outdoors {
    max-width: 800px;
  }

  .defint, .indoors, .outdoors, .copy {
    font-size: 18px;
  }

  .door, .compare {
    max-width: 900px;
  }

  p.caption {
    font-size: 14px;
  }

  footer, .copy {
    height: 40px;
    position: fixed;
    bottom: 0;
  }

  .copy {
    padding: 0 10px;
  }
}
