
@charset "UTF-8";
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: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/*
basic typography

Inspired by:
A Web Designer’s Typographic Boilerplate
Ian Yates
http://enva.to/18Tx7XB

licensed under WTFPL 
http://www.wtfpl.net/
*/
body {
  text-rendering: optimizeLegibility;
}

body, input, button {
  -webkit-font-smoothing: antialiased;
}

body {
  font: 100%/1.5 Arial, sans-serif;
}

h1 {
  font-size: 2em;
}

h2 {
  font-size: 1.5em;
}

h3 {
  font-size: 1.17em;
}

h4 {
  font-size: 1em;
}

h5 {
  font-size: .83em;
}

h6 {
  font-size: .75em;
}

p, ul, ol, h1, h2, h3, h4, h5, h6, dl {
  margin: 1rem 0;
}
p:first-child, ul:first-child, ol:first-child, h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child, dl:first-child {
  margin-top: 0;
}
p:last-child, ul:last-child, ol:last-child, h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child, dl:last-child {
  margin-bottom: 0;
}

ul > li, ol > li {
  margin: .25em 0 .25em 2em;
}

ul > li {
  list-style: disc;
}

ol > li {
  list-style: decimal;
}

dd {
  margin-bottom: .5em;
}

/*
it's not really working? :\
p {
    -ms-word-break: break-all;
    word-break: break-all;
	// Non standard for webkit
	word-break: break-word;

	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	-webkit-hyphenate-character: '&';
	-moz-hyphenate-character: '-';
	-ms-hyphenate-character: '-';
	hyphenate-character: '-';
}
*/
b, strong {
  font-weight: bold;
}

i, em {
  font-style: italic;
}

code, pre {
  font-family: monospace, serif;
  font-size: 1em;
}

blockquote {
  font-style: italic;
}
blockquote:before {
  content: "\201C";
  display: inline-block;
  padding-right: .4em;
}

input[type="submit"] ::-moz-focus-inner, input[type="button"] ::-moz-focus-inner, button ::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/*
print styles taken from HTML5 Boilerplate
https://github.com/h5bp/html5-boilerplate/blob/master/css/main.css
*/
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    /* http://css-tricks.com/almanac/properties/o/orphans/ */
    widows: 3;
    /* http://css-tricks.com/almanac/properties/w/widows/ */
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font: 100%/1.25 "Amatic SC", sans-serif;
  background: #EFEDE8 url(/images/ricepaper.png);
  padding: 2em 0;
  text-align: center;
  color: #4A260D;
}

.all {
  font-size: 1em;
}
@media (min-width: 40em) {
  .all {
    font-size: 1.5em;
  }
}
@media (min-width: 60em) {
  .all {
    font-size: 2em;
  }
}

h1 {
  font-weight: bold;
  line-height: 1;
}

h1 {
  font-size: 4em;
}

h2 {
  font-weight: bold;
  font-size: 2em;
}

p, form {
  font-size: 1.5em;
}

.gallery {
  position: relative;
  margin-left: -53em;
  margin-right: -59em;
  left: -3em;
}

.gallery-item {
  display: inline-block;
  margin-right: .25em;
  position: relative;
}
.gallery-item img {
  width: 6em;
  height: 6em;
  border-radius: 50%;
}

.component {
  margin-bottom: 1em;
  padding: 0 1em;
}

#comp_1 p {
  font-size: 2em;
}

#comp_2 {
  overflow: hidden;
  padding: 0;
}

@media (min-width: 40em) {
  #comp_3 {
    max-width: 32em;
    margin: auto;
  }
  #comp_3 h2 {
    clear: left;
    float: left;
    width: 20%;
    text-align: right;
    font-size: 1.5em;
  }
  #comp_3 h2:first-child {
    margin-top: 1rem;
  }
  #comp_3 h2:after {
    content: ":";
  }
  #comp_3 p {
    float: left;
    width: 80%;
    padding-left: 4%;
    text-align: left;
  }

  #comp_4 {
    padding-top: 1em;
    clear: left;
  }
}
input, select {
  font-family: "Amatic SC", sans-serif;
  font-size: 1em;
  line-height: 1;
  padding: 0 .125em;
}

input[type=text] {
  width: 100%;
}

.divform-item {
  max-width: 20em;
  margin: auto;
}

.divform-label {
  font-weight: bold;
}

.divform-input {
  padding-bottom: .5em;
}

@media (min-width: 40em) {
  .divform-label {
    clear: left;
    float: left;
    width: 20%;
    text-align: right;
  }

  .divform-input {
    float: left;
    width: 80%;
    padding-left: 4%;
    text-align: left;
  }
}
.flashes {
  position: fixed;
  left: 0;
  top: 14em;
  width: 100%;
  z-index: 1;
}

.flash {
  background: rgba(119, 179, 51, 0.75);
  color: #fff;
  font-size: 4em;
  font-weight: bold;
  width: 50%;
  margin: auto;
  border-radius: 50%;
}

a {
  color: inherit;
}
