/* line 5, ../../../../../../../../.rvm/gems/ruby-2.2.1/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
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;
}

/* line 22, ../../../../../../../../.rvm/gems/ruby-2.2.1/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../../../../.rvm/gems/ruby-2.2.1/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../../../../.rvm/gems/ruby-2.2.1/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../../../../.rvm/gems/ruby-2.2.1/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../../../../.rvm/gems/ruby-2.2.1/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../../../../.rvm/gems/ruby-2.2.1/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../../../../.rvm/gems/ruby-2.2.1/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../../../../.rvm/gems/ruby-2.2.1/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/*test*/
/* line 5, ../../../../assets/scss/archive.scss */
.archive-flag {
  display: block;
  width: 0;
  height: 0;
  border-top: 150px #46151F solid;
  border-left: 150px transparent solid;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 999999;
  /* necessary overwrites */
  border-right: 0px transparent;
  border-bottom: 0px transparent;
  text-decoration: none;
  box-shadow: none;
  text-shadow: none;
}
/* line 23, ../../../../assets/scss/archive.scss */
.archive-flag:after {
  width: 192px;
  position: absolute;
  top: -81px;
  right: -58px;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  font-family: sans-serif;
  font-size: 10px;
  font-weight: bold;
  color: #0BB16A;
  content: 'This is an archived site from 266w25st.com';
}

/* line 36, ../../../../assets/scss/archive.scss */
.archive-strike {
  position: relative;
}
/* line 38, ../../../../assets/scss/archive.scss */
.archive-strike:before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url("/assets/img/strike-stroke.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

/* line 51, ../../../../assets/scss/archive.scss */
.archive-update {
  color: #00BC45;
}

/* Fonts */
/* Colors */
/* Mixins */
/* line 24, ../scss/doublecheck.scss */
html {
  font-size: 62.5%;
}

/* line 27, ../scss/doublecheck.scss */
body {
  background: #d7d2d2;
  background-image: url("../img/speckled-twirl.png");
  position: relative;
  color: royalblue;
  font-family: sans-serif;
  font-size: 1.6rem;
}

/* line 35, ../scss/doublecheck.scss */
html, body {
  height: 100%;
}

/* line 39, ../scss/doublecheck.scss */
a {
  color: #d7d2d2;
  text-shadow: 1px 0 0 #8c7373, 0 -1px 0 #8c7373, 0 1px 0 #8c7373, -1px 0 0 #8c7373;
  text-decoration: none;
  border-bottom: 1px solid #8c7373;
  box-shadow: inset 0 -4px 0 #8c7373;
}

/* line 47, ../scss/doublecheck.scss */
.module {
  border-radius: 15px;
  -moz-border-radius: 15px;
  border: 1px solid royalblue;
  padding: 20px 25px 25px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

/* line 54, ../scss/doublecheck.scss */
.module.rounder {
  border-radius: 40px;
  -moz-border-radius: 40px;
}

/* line 58, ../scss/doublecheck.scss */
.module.roundest {
  border-radius: 80px;
  -moz-border-radius: 80px;
}

/* line 62, ../scss/doublecheck.scss */
.shadow {
  box-shadow: 10px 10px 10px lavender;
}

/* line 65, ../scss/doublecheck.scss */
.topFrame {
  position: relative;
  border-top: 25px solid royalblue;
}

/* line 69, ../scss/doublecheck.scss */
.module h2 {
  font-size: 2.5rem;
  letter-spacing: 0.1em;
}

/* line 73, ../scss/doublecheck.scss */
.topFrame h2 {
  position: absolute;
  top: -26px;
  color: #d7d2d2;
}

/* line 78, ../scss/doublecheck.scss */
.cwRotate {
  transform: rotate(1deg);
}

/* line 81, ../scss/doublecheck.scss */
.ccwRotate {
  transform: rotate(-1deg);
}

/* Flexbox */
/* line 86, ../scss/doublecheck.scss */
.flex {
  display: flex;
}

/* line 89, ../scss/doublecheck.scss */
#container {
  flex-direction: column;
}

/* header stuf */
/* line 94, ../scss/doublecheck.scss */
header {
  width: 100%;
  height: 100vh;
  padding: 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -moz-transition: padding 1s linear;
  -o-transition: padding 1s linear;
  -webkit-transition: padding 1s linear;
  transition: padding 1s linear;
  text-align: center;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 106, ../scss/doublecheck.scss */
header.fix {
  position: fixed;
  top: 10px;
}

/* line 110, ../scss/doublecheck.scss */
header > .module {
  overflow: hidden;
}

/* line 113, ../scss/doublecheck.scss */
header h1 {
  font-size: 6rem;
  color: #d7d2d2;
  text-shadow: 1px 0 0 royalblue, 0 -1px 0 royalblue, 0 1px 0 royalblue, -1px 0 0 royalblue;
  transition: transform 1s linear;
}

/* line 119, ../scss/doublecheck.scss */
header #shrinkable {
  display: block;
}

/* line 122, ../scss/doublecheck.scss */
header .invert {
  color: royalblue;
  display: block;
  transition: all 1s linear;
}

/* line 127, ../scss/doublecheck.scss */
header.fix .invert {
  color: #d7d2d2;
  text-shadow: 1px 0 0 #8c7373, 0 -1px 0 #8c7373, 0 1px 0 #8c7373, -1px 0 0 #8c7373;
}

/* columns */
/* line 136, ../scss/doublecheck.scss */
#container.standard .column {
  width: 30%;
  float: left;
  padding: 0 1%;
}

/* line 141, ../scss/doublecheck.scss */
#container.tablet .column,
#container.tablet .twocolumn {
  width: 49%;
  float: left;
  padding: 0 .5%;
}

/* line 147, ../scss/doublecheck.scss */
#container.mobile .column,
#container.tablet .twocolumn,
#container.standard .threecolumn,
#container.tablet .threecolumn,
#container.mobile .threecolumn,
#container.mobile .twocolumn > .module,
#container.mobile .threecolumn > .module {
  width: calc(100% - 20px);
  margin: auto;
}

/* line 157, ../scss/doublecheck.scss */
#container.standard .twocolumn {
  width: 60%;
  float: left;
  padding: 0 1%;
}

/* line 163, ../scss/doublecheck.scss */
#container.standard .twocolumn .column, #container.tablet .twocolumn .column {
  width: 49%;
  float: left;
  padding: 0 .5% 0 0;
}

/* line 168, ../scss/doublecheck.scss */
.hasColumns:after {
  content: '';
  display: block;
  visibility: none;
  clear: both;
}

/* line 174, ../scss/doublecheck.scss */
.column p, .twoclumn p, .threecolumn p {
  width: calc(100% - 5px);
  margin-top: 1.5em;
}

/* line 178, ../scss/doublecheck.scss */
.topFrame p:first-of-type {
  margin-top: 0;
}

/* a direct child module will take the width of its column container */
/* line 182, ../scss/doublecheck.scss */
.twocolumn .twocolumn + .column, .twocolumn .module + .column, .twocolumn .module + .column + .column {
  margin-top: 30px;
}

/* line 185, ../scss/doublecheck.scss */
.column .module + .module {
  margin-top: 30px;
}

/* line 188, ../scss/doublecheck.scss */
#container.mobile .module + .column,
#container.mobile .column + .column,
#container.tablet .twocolumn + .twocolumn {
  margin-top: 30px;
}

/* line 193, ../scss/doublecheck.scss */
#container.standard .twocolumn .column + .twocolumn {
  margin-top: 30px;
}

/* Specific Modules */
/* line 198, ../scss/doublecheck.scss */
.overlap {
  position: relative;
  text-shadow: 1px 0 0 royalblue, 0 -1px 0 royalblue, 0 1px 0 royalblue, -1px 0 0 royalblue;
  color: #d7d2d2;
  display: inline-block;
  left: -290px;
  top: 7px;
}

/* line 206, ../scss/doublecheck.scss */
#address, #time {
  font-size: 3.2rem;
  text-align: center;
}

/* line 210, ../scss/doublecheck.scss */
.and {
  font-size: 2rem;
}

/* line 213, ../scss/doublecheck.scss */
#container.standard #timeCol {
  padding-left: 8px;
}

/* line 216, ../scss/doublecheck.scss */
#container.tablet #aboutCol {
  padding-left: 6px;
}

/* line 219, ../scss/doublecheck.scss */
#container.standard #plugCol {
  padding: 0;
}

/* line 222, ../scss/doublecheck.scss */
#plugCol {
  margin-top: 30px;
}

/* line 225, ../scss/doublecheck.scss */
#plug {
  text-align: center;
  font-style: italic;
}

/* line 229, ../scss/doublecheck.scss */
#plug h2 {
  font-size: 5.0rem;
}
