/* COLORS */
/* 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;
}

/* COLORS 
olive: #585624
charcoal: #36332c
beige: #ddd8cc
*/
@font-face {
  font-family: 'linux_libertine';
  src: url("../fonts/linux_libertine_.woff2") format("woff2"), url("../fonts/linux_libertine.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'linux_libertine_bold';
  src: url("../fonts/linux_libertine_bold.woff2") format("woff2"), url("../fonts/linux_libertine_bold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'linux_libertine_bold_italic';
  src: url("../fonts/linux_libertine_bold_italic.woff2") format("woff2"), url("../fonts/linux_libertine_bold_italic.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

html {
  font-family: 'linux_libertine', sans-serif;
  color: #585624;
}

a {
  color: #585624;
}

a:link {
  text-decoration: none;
  color: #585624;
  -webkit-transition: color .75s;
  transition: color .75s;
}

a:hover {
  color: #585624;
}

a:active {
  color: #585624;
}

ul {
  list-style: disc outside none;
  margin: auto 0 20px 20px;
  line-height: 1.2em;
}

ul li {
  margin: auto;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-image: url("../img/pattern.svg");
  background-repeat: repeat;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

#wrapper {
  text-align: center;
  max-width: 1100px;
  padding: 9% 0;
  margin: 0 auto;
}

#wrapper .frame {
  background-image: url(../img/frame_middle.png);
  background-repeat: repeat-y;
  background-size: contain;
  margin-top: -3%;
  margin-bottom: -5%;
}

#wrapper img {
  width: 100%;
}

#wrapper .text {
  padding: 5% 15%;
  text-align: left;
}

#wrapper h1 {
  font-family: 'linux_libertine_bold_italic';
  font-size: 3.5rem;
  line-height: 3.5rem;
  text-align: center;
}

#wrapper h2 {
  font-family: 'linux_libertine_bold_italic';
  font-size: 2.5rem;
  line-height: 3rem;
  margin-top: 50px;
}

#wrapper h3 {
  font-family: 'linux_libertine_bold_italic';
  font-size: 2.5rem;
  color: #ddd8cc;
}

#wrapper h3 img.quoteLeft {
  width: 60px;
  height: 48px;
  vertical-align: bottom;
}

#wrapper h3 img.quoteRight {
  width: 60px;
  height: 48px;
  vertical-align: text-bottom;
}

#wrapper h4 {
  font-family: 'linux_libertine_bold';
  font-size: 1.75rem;
  line-height: 2.25rem;
  margin-top: 20px;
  margin-bottom: 0;
  padding-bottom: 0;
  text-align: center;
}

#wrapper h4 a:link {
  text-decoration: underline;
}

#wrapper p {
  font-family: 'linux_libertine';
  font-size: 1.3rem;
  line-height: 1.5rem;
  margin-top: 20px;
}

#wrapper .photoAndQuoteBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#wrapper .photoAndQuoteBox img {
  max-width: 441px;
}

#wrapper a.button {
  display: inline-block;
  padding: 1em .25em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-decoration: none;
  background-color: #585624;
  color: #fff;
  text-align: center;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
  font-family: 'linux_libertine_bold';
  font-size: 2.5rem;
  width: 100%;
  margin-top: 1em;
}

#wrapper a.button:hover {
  background-color: #36332c;
}

@media only screen and (max-width: 1000px) {
  #wrapper .photoAndQuoteBox {
    display: block;
  }
  #wrapper .photoAndQuoteBox img {
    max-width: 441px;
  }
}
/*# sourceMappingURL=main.css.map */