@import url(http://fonts.googleapis.com/css?family=Playfair+Display:400,400italic,900italic);
/* line 5, ../../../../../../../../../.rvm/gems/ruby-2.1.5/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.1.5/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

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

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

/* line 28, ../../../../../../../../../.rvm/gems/ruby-2.1.5/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.1.5/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../../../../../.rvm/gems/ruby-2.1.5/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.1.5/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../../../../../.rvm/gems/ruby-2.1.5/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%;
  z-index: 1000;
}

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

/*test*/
/*Color*/
/* line 11, ../scss/pros-poetry.scss */
html {
  font-size: 62.5%;
}

/* line 15, ../scss/pros-poetry.scss */
body {
  margin: 0;
  -webkit-transition: background 4s linear;
  transition: background 4s linear;
}

/* line 20, ../scss/pros-poetry.scss */
html, body {
  height: 100%;
}

/* line 23, ../scss/pros-poetry.scss */
body * {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

/* line 27, ../scss/pros-poetry.scss */
header {
  width: 100%;
  /* test
  */
  padding: 20px 10px;
  position: relative;
  z-index: 2;
  background: #262262;
  box-shadow: 0px 10px 40px 25px #262262;
  color: white;
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 1.8rem;
  font-style: italic;
}
/* line 40, ../scss/pros-poetry.scss */
header * {
  display: inline-block;
}
/* line 43, ../scss/pros-poetry.scss */
header #logo {
  height: 200px;
}
/* line 46, ../scss/pros-poetry.scss */
header h1 {
  font-size: 6rem;
  font-weight: 900;
}

/* line 52, ../scss/pros-poetry.scss */
#content {
  width: 100%;
  min-height: 500px;
  padding: 70px 10px 20px 10px;
  background: #262262;
  -webkit-transition: background 4s linear;
  transition: background 4s linear;
  color: white;
  font-size: 2.8rem;
  line-height: 1.4em;
}
/* line 65, ../scss/pros-poetry.scss */
#content article + article {
  margin-top: 25px;
}
/* line 68, ../scss/pros-poetry.scss */
#content p + p {
  margin-top: 12px;
}
/* line 72, ../scss/pros-poetry.scss */
#content h2 {
  font-size: 3.8rem;
}

/* line 77, ../scss/pros-poetry.scss */
#next {
  font-size: 3.8rem;
}
/* line 79, ../scss/pros-poetry.scss */
#next ul {
  list-style: disc;
  margin-left: 30px;
}

/* line 85, ../scss/pros-poetry.scss */
#notFound {
  text-align: center;
}
/* line 87, ../scss/pros-poetry.scss */
#notFound * {
  margin-top: 10px;
}
/* line 90, ../scss/pros-poetry.scss */
#notFound h1 {
  font-size: 4rem;
}
/* line 91, ../scss/pros-poetry.scss */
#notFound h2 {
  font-size: 2rem;
}
/* line 92, ../scss/pros-poetry.scss */
#notFound h3 {
  font-size: 1.5rem;
}
