/* UNIVERSAL NONSENSE! */
html {
  margin: 0;
  padding: 0;
  font-family: "Space Mono", monospace;
  font-size: 100%;
  font-weight: normal;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  overflow-y: scroll;
  min-height: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  background-color: #FDF1E7 !important;
  margin: 0;
  padding: 0;
  color: #1C422B;
  min-height: 100%;
  width: 100%;
  *zoom: 1;
  -webkit-font-smoothing: antialiased;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -o-hyphens: auto;
  hyphens: none;
  word-wrap: break-word;
}

/* TYPE TIME! */
h1 {
  font-size: 3em;
  margin-bottom: -0.25em;
  margin-top: 0;
}

h2 {
  font-size: 1.5em;
  font-style: normal;
  margin-top: 0em;
}

p {
  font-size: 1.25em;
}

@media (max-width: 550px) {
  h1 {
    font-size: 2em;
    margin-bottom: 0em;
  }
  h2 {
    font-size: 1.25em;
  }
  p {
    font-size: 1em;
  }
}

/* CONTENT STUFF */
.homecontainer {
  width: 80%;
  max-width: 800px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.container {
  width: 80%;
  max-width: 800px;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
}

fieldset {
  border-top-color: #1C422B;
  border-bottom: none;
  border-left: none;
  border-right: none;
}

legend {
  font: 2em "Space Mono", monospace;
}

.top {
  padding-bottom: 0;
}

.bottom {
  margin-left: auto;
}

img {
  max-width: 100%;
  height: auuto;
}

/* LAYOUT? */
.small {
  float: left;
  width: 21%;
  padding: 15px;
}

.medium {
  float: left;
  width: 29%;
  padding: 15px;
}

.large {
  float: left;
  width: 46%;
  padding: 15px;
}

.exlarge {
  float: left;
  width: 63%;
  padding: 15px;
}

.full {
  float: left;
  width: 100%;
  padding: 15px;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

@media screen and (max-width:600px) {
  .threecolumn, .twocolumn, .bigcolumn, .fullcolumn {
    width: 100%;
  }
}
