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-size:100%;
  font:inherit;
  vertical-align:baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display:block; }
body { line-height:1; }
ol, ul { list-style:none; }
blockquote, q { quotes:none; }
blockquote:before, blockquote:after, q:before, q:after {
  content:'';
  content:none;
}
table {
  border-collapse:collapse;
  border-spacing:0;
}
body {
  font-size:1em;
  line-height:1.5;
  background: #000;
  color: #fff;
  font-family: 'PT Sans',"Helvetica Neue", Arial, sans-serif;
  margin: 0;
  padding: 0;
}
h1, h2, h3, h4, h5, h6, hgroup, ul, ol, dd, p, figure, pre, table, fieldset, hr, blockquote, legend, section, .experiment-number {
  margin-bottom:21px;
  margin-bottom:1.5rem;
}

a {
	color: #fff;
}
a:hover {
  text-decoration: none;
}

sup {
	top: -0.5em;
}

sub, sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline;
}
img {
  display: block;
  max-width: 100%;
  height:auto;
}
a.menu {
  position: absolute;
  z-index: 3;
  border:2px solid white;
  text-decoration: none;
  top: 2em;
  right: 1.6em;
  color: #fff;
  background: #000;
  text-transform: uppercase;
  font-size: 0.65em;
  font-weight: 700;
  padding: 0.4em 0.7em;
  border-radius: 4px;
}
a.menu.active {
  background: #212121;
}

h1 {
	margin-bottom: 0;
	text-transform: uppercase;
	letter-spacing:1px;
	font-size:2em;
	font-weight: 800;
}

h2 {
	text-transform: uppercase;
	letter-spacing:1px;
	font-size:1em;
	margin-bottom:10px;
	font-weight: 700;
	margin-bottom:0.75rem;
}

ul {
    list-style: disc;
    margin-left: 15px;
}
.experiment-number {
	font-size:1.7em;
	line-height: 0.7em;
	margin-bottom: 4px;
	margin-bottom: 0.25rem;
}
.experiment-number span {
	text-transform: uppercase;
	display: block;
	font-size: 0.33em;
}
.heading {
	border-bottom: 2px solid;
	margin: 1em;
	padding-bottom: 0.3em;
}
.subtitle {
  display:none;
}
.footing {
  border-top: 2px solid;
  margin: 0 1em;
  padding: 1em;
}

.container {
    padding: 1em;
}
code, pre {
  font-family: 'Ubuntu Mono', Monaco,Menlo,Consolas,"Courier New",monospace;
  font-size: 1em;
  font-weight:400;
  line-height: 20px;
  padding: 0 3px 2px;

}
code {
  color:#666;
  padding: 2px 4px;
  white-space: nowrap;
}
pre {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border: 1px solid rgba(0,0,0,0.3);
  border-bottom-width: 3px;
  background-color: #eee;
  display: block;
  padding: 15px;
  word-break: break-all;
  word-wrap: break-word;
  white-space: pre;
  white-space: pre-wrap;
}
pre code {
  background-color: transparent;
  border: 0 none;
  padding: 0;
  white-space: pre-wrap;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}


footer {
  bottom: 0;
  left: 0;
  position: fixed;
  width: 100%;
}

.noMarg {
  margin:0;
}

/* Buttons */

.btn {
  font-weight: 700;
  display: inline-block;
  color: #666;
  background-color: #eee;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 11px;
  padding: 10px 20px 6px;
  margin:0 5px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border: 1px solid rgba(0,0,0,0.3);
  border-bottom-width: 3px;

  text-decoration: none;
}

  .btn:hover {
    background-color: #e3e3e3;
    border-color: rgba(0,0,0,0.5);
  }

  .btn:active {
    background-color: #CCC;
    border-color: rgba(0,0,0,0.9);
  }

/* blue button */
.btn.btn-blue {
  background-color: #699DB6;
  border-color: rgba(0,0,0,0.3);
  text-shadow: 0 1px 0 rgba(0,0,0,0.5);
  color: #FFF;
}

  .btn.btn-blue:hover {
    background-color: #4F87A2;
    border-color: rgba(0,0,0,0.5);
  }

  .btn.btn-blue:active {
    background-color: #3C677B;
    border-color: rgba(0,0,0,0.9);
  }

/* red button */

.btn.btn-red {
  background-color: #E48681;
  border-color: rgba(0,0,0,0.3);
  text-shadow: 0 1px 0 rgba(0,0,0,0.5);
  color: #FFF;
}

  .btn.btn-red:hover {
    background-color: #DA4F49;
    border-color: rgba(0,0,0,0.5);
  }

  .btn.btn-red:active {
    background-color: #B32C24;
    border-color: rgba(0,0,0,0.9);
  }



/* Experiment Specific Styles */
@media all and (min-width: 33.236em) {
	.experiment-number {
		float: left;
		margin-right: 0.9em;
		border-right: 1px solid;
		padding-right: 1em;
		padding-left: 0.9em;
		padding-bottom: 0.6em;
		margin-bottom: 0;
		text-align: center;
	}

  .home.container {
    padding: 1em;
  }
  .container {
    padding: 2.6em;
  }
}

.ie8 .experiment-number,
.ie7 .experiment-number {
	float: left;
	margin-right: 0.9em;
	border-right: 1px solid;
	padding-right: 1em;
	padding-left: 0.9em;
	padding-bottom: 0.6em;
	margin-bottom: 0;
	text-align: center;
}


/* -- Begin grids
------------------------------------------------------------- */
/* -- Use this wrapper if you want to divide your columns -- */
.divide-bottom {
  border-bottom: 1px solid #ccc;
  padding-bottom: 1.5em;
  margin-bottom: 1.5em; }

/* -- Use this wrapper if you want to block-out a column with padding
Taken from http://csswizardry.com/2011/10/the-island-object/) -- */
.island {
  padding: 1.5em;
  background-color: #ececec; }
  .island :last-child {
    margin-bottom: 0; }

/* -- Setup grids with base class -- */
.grid-wrap {
  margin-left: -3em;
  overflow: hidden;
  clear: both; }


.grid-col {
  float: left;
  padding-left: 3em;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.large-gutter {
  margin-left: -6em; }
  .large-gutter .grid-col {
    padding-left: 6em; }

.half-gutter {
  margin-left: -1.5em; }
  .half-gutter .grid-col {
    padding-left: 1.5em; }

.no-gutter {
  margin-left: 0;
}
  .no-gutter .grid-col {
    padding-left: 0; }

.reset-gutter {
  margin-left: -3em; }
  .reset-gutter .grid-col {
    padding-left: 3em; }

ul.grid-wrap,
ol.grid-wrap {
  padding-left: 0;
  list-style: none; }

li.grid-col {
  margin-left: 0;
  margin-bottom: 0; }

.col-full,
.col-set-full .grid-col {
  width: 100%; }

.col-one-half,
.col-set-one-half .grid-col {
  width: 50%; }

.col-one-third,
.col-set-one-third .grid-col {
  width: 33.333%; }

.col-one-quarter,
.col-set-one-quarter .grid-col {
  width: 25%; }

.col-two-thirds {
  width: 66.666%; }

.col-three-quarters {
  width: 75%; }

/* -- Breakpoint (.bp1 480px )
------------------------------------------------------------- */
@media only screen and (min-width: 30em) {
  .bp1-col-full,
  .bp1-col-set-full .grid-col {
    width: 100%; }

  .bp1-col-one-half,
  .bp1-col-set-one-half .grid-col {
    width: 50%; }

  .bp1-col-one-third,
  .bp1-col-set-one-third .grid-col {
    width: 33.333%; }

  .bp1-col-one-quarter,
  .bp1-col-set-one-quarter .grid-col {
    width: 25%; }

  .bp1-col-two-thirds {
    width: 66.666%; }

  .bp1-col-three-quarters {
    width: 75%; }
  }

/* -- Breakpoint 2 (.bp2 768px)
------------------------------------------------------------- */
@media only screen and (min-width: 48em) {
  .bp2-col-full,
  .bp2-col-set-full .grid-col {
    width: 100%; }

  .bp2-col-one-half,
  .bp2-col-set-one-half .grid-col {
    width: 50%; }

  .bp2-col-one-third,
  .bp2-col-set-one-third .grid-col {
    width: 33.333%; }

  .bp2-col-one-quarter,
  .bp2-col-set-one-quarter .grid-col {
    width: 25%; }

  .bp2-col-two-thirds {
    width: 66.666%; }

  .bp2-col-three-quarters {
    width: 75%; }

    .floatRight {
      float:right;
    }
    .subtitle {
      display: inline;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
    }

 }

/* -- Breakpoint 3 (.bp3 960px)
------------------------------------------------------------- */
@media only screen and (min-width: 60em) {
  .bp3-col-full,
  .bp3-col-set-full .grid-col {
    width: 100%; }

  .bp3-col-one-half,
  .bp3-col-set-one-half .grid-col {
    width: 50%; }

  .bp3-col-one-third,
  .bp3-col-set-one-third .grid-col {
    width: 33.333%; }

  .bp3-col-one-quarter,
  .bp3-col-set-one-quarter .grid-col {
    width: 25%; }

  .bp3-col-two-thirds {
    width: 66.666%; }

  .bp3-col-three-quarters {
    width: 75%; } }
