/* COLOR SCHEME */
/* GOOGLE FONTS */
@import url(https://fonts.googleapis.com/css?family=Ovo|Muli);
/* */
/* ICON FONTS */
@font-face {
  font-family: 'iconfont';
  src: url("../fonts/iconfont.eot?ay03u6");
  src: url("../fonts/iconfont.eot?ay03u6#iefix") format("embedded-opentype"), url("../fonts/iconfont.ttf?ay03u6") format("truetype"), url("../fonts/iconfont.woff?ay03u6") format("woff"), url("../fonts/iconfont.svg?ay03u6#iconfont") format("svg");
  font-weight: normal;
  font-style: normal; }
[class^="icon-"], [class*=" icon-"] {
  font-family: 'iconfont';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/** Nicholas Gallagher's Micro Cleafix Hack
    Used to clear elements that have collapsed from floated children. **/
/**
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    contenteditable attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that are clearfixed.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.cf:before,
.cf:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.cf:after {
  clear: both; }

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {
  *zoom: 1; }

.icon-quill:before {
  content: "\e602"; }

.icon-tag:before {
  content: "\e605"; }

.icon-phone:before {
  content: "\e603"; }

.icon-compass:before {
  content: "\e606"; }

.icon-menu:before {
  content: "\e611";
  font-size: 1.5em; }

.icon-arrow-up:before {
  content: "\e609"; }

.icon-arrow-right:before {
  content: "\e600"; }

.icon-arrow-down:before {
  content: "\e60a"; }

.icon-arrow-left:before {
  content: "\e601"; }

.icon-mail:before {
  content: "\e60b"; }

.icon-googleplus:before {
  content: "\e60c"; }

.icon-facebook:before {
  content: "\e60d"; }

.icon-twitter:before {
  content: "\e60e"; }

.icon-calendar2:before {
  content: "\e618"; }

/* END ICON FONTS */
/* http://meyerweb.com/eric/tools/css/reset/  */
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 {
  height: 100%;
  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; }

/** END CSS RESET **/
html {
  box-sizing: border-box;
  height: 100%; }

body {
  background-color: #E2FFDB;
  color: #0A3E05;
  font-size: 17px;
  font-family: 'Muli', sans-serif;
  line-height: 1.4; }

h1, h2, h3, h4 {
  font-family: 'Ovo', serif;
  line-height: 1.4;
  padding-top: 0.5em; }

h1 {
  font-size: 2.64em; }
  @media screen and (max-width: 700px) {
    h1 {
      font-size: 1.29em; } }

h2 {
  font-size: 1.65em; }

h3 {
  font-size: 1.29em; }

a {
  color: #0A3E05;
  text-decoration: none;
  padding: 0 4%;
  border-bottom: 1px solid; }
  @media screen and (min-width: 700px) {
    a {
      padding: 0 2%; } }
  a:hover {
    color: #7EA979; }

p {
  margin: 1em; }

li {
  margin-top: 1em; }

img {
  margin: 1em 0; }

img + p {
  font-size: 0.85em;
  width: 50%;
  margin: 0 auto 4em;
  text-align: center; }

button {
  background: #7EA979;
  color: #E2FFDB;
  border-radius: 50%;
  display: block;
  margin: 1em;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1e5799+0,0a420e+0,3f7e43+88 */
  background: #1e5799;
  /* Old browsers */
  background: -moz-radial-gradient(center, ellipse cover, #1e5799 0%, #0a420e 0%, #3f7e43 88%);
  /* FF3.6-15 */
  background: -webkit-radial-gradient(center, ellipse cover, #1e5799 0%, #0a420e 0%, #3f7e43 88%);
  /* Chrome10-25,Safari5.1-6 */
  background: radial-gradient(ellipse at center, #1e5799 0%, #0a420e 0%, #3f7e43 88%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#3f7e43',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */ }

.btn {
  padding: 0.6em; }

.btn-primary {
  background: #0A3E05;
  color: #E2FFDB;
  border: #7EA979;
  transition-duration: 200ms; }
  .btn-primary:hover {
    background: #7EA979;
    border: #7EA979; }
  .btn-primary:focus {
    background: #7EA979;
    border: #7EA979;
    outline: 0; }
  .btn-primary:active {
    background: #7EA979;
    border: #7EA979; }
  .btn-primary h2 {
    padding: 0; }

#header {
  background: url("my%20place.jpg") no-repeat center center;
  background-size: cover;
  height: 8em;
  text-align: center; }
  #header a {
    border: none; }
  @media screen and (max-width: 700px) {
    #header h2 {
      font-size: 1.29em; } }
  @media screen and (min-width: 1000px) {
    #header {
      height: 15em; } }

#wrapper {
  background-color: #E2FFDB;
  text-align: center;
  padding: 0 2%; }
  @media screen and (min-width: 700px) {
    #wrapper {
      padding: 0; } }

#nav-button {
  height: 4em;
  width: 35%;
  margin: 1em auto;
  display: block; }
  @media screen and (min-width: 700px) {
    #nav-button {
      display: none; } }

#nav {
  display: none;
  background-color: #384D48;
  padding: 1em 0;
  margin: 0 0 0 2em;
  border-radius: 0.5%; }
  #nav a {
    color: #ffd;
    border: none;
    line-height: 2;
    display: block;
    text-align: center; }
    @media screen and (min-width: 700px) {
      #nav a {
        text-align: left;
        display: inline-block;
        padding: 1em; } }
  @media screen and (min-width: 700px) {
    #nav {
      display: block;
      float: left;
      min-width: 20%;
      margin: 1em 0; } }
  @media screen and (min-width: 1000px) {
    #nav {
      margin: 1em 5%; } }

img[alt*="Hazelburts"] {
  display: block;
  max-width: 90%;
  margin: 1em auto;
  height: 10em; }
  @media screen and (min-width: 700px) {
    img[alt*="Hazelburts"] {
      height: 15em; } }

#content {
  line-height: 1.4;
  margin-top: 1em; }
  #content h1 {
    margin-top: 1em; }
  @media screen and (min-width: 700px) {
    #content {
      text-align: center;
      width: 55%;
      float: right; } }
  @media screen and (min-width: 1000px) {
    #content {
      width: 40%;
      margin-right: 20%; } }
  #content img[src*="roofing"], #content img[src*="everlast"] {
    float: right; }

embed {
  height: 40em;
  width: 95%;
  margin: 0 auto; }

table {
  width: 150%;
  margin-top: 1.6em; }
  @media screen and (min-width: 800px) {
    table {
      margin-left: -10em; } }
  table tr {
    border: 1px solid black; }
  table th {
    font-size: 1.2em; }
  table th, table td {
    padding: 0.3em; }

#footer {
  text-align: center;
  background-color: #704E2E;
  color: #ffd;
  padding: 1.5em;
  margin: 6em 0 0;
  opacity: 0.8; }

.bare-link {
  text-decoration: none;
  padding: 0; }

/*# sourceMappingURL=styles.css.map */
