
/* For one off page of animated words */

/*#page #content
{
  height: 10000px;
}

::-webkit-scrollbar
{
  display: none;
}

.animate-elem
position: fixed;
float: left;
margin: 0 auto;*/

#scroll-section
{
  height: 3000px;
}

#fullBackground
{
  position: fixed;
	height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index:0;
  
  background-color: #fce2f2;
}

#fixedWrap
{
  position: fixed;
	height: 60%;
  width: 100%;
  top: 40%;
  left: 0;
  z-index:1;
}

#floatWrap
{
  float: left;
  position: relative;
  left: 50%;
}

.animate-element
{
	position: relative;
  left: -50%;
}

.animate-element span
{
  display: none;

  float: left;
  margin: auto;
  
	font-family: "Raleway", Helvetica, Arial, sans-serif;
	font-weight: 600;
	color: #444444;
  font-size: 2rem;
  line-height: 2.2rem;
}

/* Static-archive navigation only; animation/layout above is the 2016 stylesheet. */
.legacy-nav{position:fixed;top:14px;left:0;right:0;z-index:20;display:flex;justify-content:space-between;padding:0 22px;font:10px/1.4 Raleway,Helvetica,Arial,sans-serif;letter-spacing:.16em;text-transform:uppercase;color:rgba(68,68,68,.52);pointer-events:none}.legacy-nav a{color:inherit;text-decoration:none;pointer-events:auto}.legacy-nav a:hover{color:#444}.legacy-note{position:fixed;right:18px;bottom:14px;z-index:20;max-width:360px;text-align:right;font:9px/1.45 Raleway,Helvetica,Arial,sans-serif;letter-spacing:.08em;color:rgba(68,68,68,.42)}
