@font-face {
    font-family: 'Fontawesome';
    src: url('fontawesome-webfont.eot');
    src: url('fontawesome-webfont.eot?#iefix') format('embedded-opentype'),
         url('fontawesome-webfont.ttf') format('truetype'),
         url('fontawesome-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Raleway';
    src: url('raleway_thin-webfont.eot');
    src: url('raleway_thin-webfont.eot?#iefix') format('embedded-opentype'),
         url('raleway_thin-webfont.ttf') format('truetype'),
         url('raleway_thin-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
  font-family: "Raleway";
}
.stack {
  color: #0388A6;
  background: #F1F2EB;
  /*background: "backgroundimg.svg"*/
  box-shadow: 0px 4px 8px rgba(0,0,0,.5);
  display: none;
  font-size: 24px;
  height: 900px;
  line-height: 1.5em;
  margin-bottom: 40px;
  padding: 40px;
  width: 1280px;
  margin:0px;
  -webkit-transform: translate3d(0,0,0);
}

.grey {
  color: #80BF41;
}

.blue {
  color: #F25252;
}

#examples {
  background: #ddd;
  height: 100%;
  margin-bottom: 2em;
  overflow: hidden;
  padding: 0;
  position: relative;
  border-top: solid 1px #fff;
  border-bottom: solid 1px #fff;
}

#examples:after,
#examples:before {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  background: red;
  height: 16px;
  z-index: 2;
}

#examples:before {
  bottom: -16px;
  box-shadow: 0px -8px 16px rgba(0,0,0,.3);
}

#examples:after {
  top: -16px;
  box-shadow: 0px 8px 16px rgba(0,0,0,.3);
}

#examples-deep {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

#examples svg,
#examples canvas {
  position: absolute;
}

.example-mesh {
  fill: none;
  stroke: #fff;
  stroke-width: 2px;
}

.example-anchor path {
  fill: none;
  pointer-events: all;
}

.example-anchor path:hover {
  stroke: #000;
  stroke-width: 2px;
}
.bluenose {
  color: steelblue;
}

#tabview {
  background-image: url('tabview.png');
  background-size: cover;
}

#airbnb-0 {
  background-image: url('airbnb-0.png');
  background-size: cover;
}

.airbnb-1 {
  background-image: url('airbnb-1.png') !important;
  background-size: cover;
}

#wdv-img0 {
  background-image: url('links-e.png');
  background-size: cover;
}

/*#wdv-img1 LINKED*/
/*#wdv-img2 LINKED*/
#wdv-img3 {
  background-image: url('drawhappyall.png');
  background-size: cover;
}

#wdv-img4 {
  background-image: url('newspaper.png');
  background-size: cover;
}

#wdv-img9 {
  background-image: url('hieroglyphs.jpg');
  background-size: cover;
}

#wdv-img6 {
  background-image: url('Caslon-schriftmusterblatt.jpeg');
  background-size: cover;
}

#square-register {
  background-size: cover;
  background-image: url('square-register.png');
}

#smalltalk-0 {
  background-image: url('http://www.parc.com/content/news/media-library/historical_smalltalk_gui_6.14x7.22_parc.jpg');
  /*background-size: cover;*/
  background-repeat: no-repeat;
  background-position: center;
}

#smalltalk-1 {
  background-image: url('http://facweb.cs.depaul.edu/sgrais/images/SpacialMontage/altost2.jpg');
  /*background-size: cover;*/
  background-repeat: no-repeat;
  background-position: center;
}

li {
  padding-bottom: 30px;
}

.stretchthetext {
  letter-spacing: .05em;
}

.bluenose-logo {
  width: 225px;
  margin-left: -10px;
}

.noBackground {
  background-color:#fff;
}

b {
  color: #CA5132;
  font-style: none;
}

section.companies {
  background-color: #FFF;
  color: #333;
}

#legend {
  position: absolute;
  top: 70%;
  padding-right: 10px;
  margin-bottom: 20px;
  margin-left: 20px;
}

#slideLegend {
  position: absolute;
  top: 50%;
  right: 0%;
  padding-right: 10px;
  margin-bottom: 20px;
  margin-left: 20px;
}

.leftMiddle {
  position: absolute;
  bottom: 63%;
  left: 0;
  padding-right: 10px;
  margin-bottom: 20px;
  margin-left: 20px;
}

.leftish {
  position: absolute;
  top: 45%;
  left: 0;
  padding-right: 10px;
  margin-bottom: 20px;
  margin-left: 20px;
}

#backend-vis {
  background-image: linear-gradient(bottom, #272822 55%, #515151 45%);
background-image: -o-linear-gradient(bottom, #272822 55%, #515151 45%);
background-image: -moz-linear-gradient(bottom, #272822 55%, #515151 45%);
background-image: -webkit-linear-gradient(bottom, #272822 55%, #515151 45%);
background-image: -ms-linear-gradient(bottom, #272822 55%, #515151 45%);
}

#square {
  padding: 0px;
    padding-top: 50px;

}


section.companies .small {
  display: none;
}

.centerimg
{
  left:35%;
}

.middleimg {
  top: 40%;
}

.topimg {
  top: 0%;
}

.bottomimg {
  bottom: 40%;
}


.absolute {
  position: absolute;
}

.rightimg {
right:0%;
}

.leftimg {
left: 0%;
}



.focus {
  display: inline;
  border-width: 20px red;
}

.tiny code {
  font-size: 10px;
  line-height: 10px;
}

.big {
  font-size: 76px;
  line-height: 76px;
  margin-bottom: 0px;
}

iframe {
  width:100%;
  height:95%;
  margin:0px;
  padding:0px;
  border:none;
}

.caption {
  /*text-align: center;*/
  text-shadow: 0px 2px 6px rgba(0,0,0,.5);
}

.left {
  position: absolute;
  bottom: 0;
  left: 0;
  padding-left: 10px;
  margin-bottom: 20px;
  margin-left: 20px;
}

.right {
  position: absolute;
  bottom: 0;
  right: 0;
  padding-right: 10px;
  margin-bottom: 20px;
  margin-left: 20px;
}

.middle {
  position: absolute;
  top: 25%;
  left: 25%;  
}


.medium {
  font-size: 36px;
  line-height: 36px;
}

.small {
  font-size: 20px;
  line-height: 20px;
}



/*BAR CHART*/
.row {
  padding: 5px;
}

.axis path,
.axis line {
  fill: none;
  stroke: #f0f0f0;
  shape-rendering: crispEdges;
}

.axis text {
  fill: #f0f0f0;
}

.brush .extent {
  stroke: #f0f0f0;
  fill-opacity: .125;
  shape-rendering: crispEdges;
}

.bar {
  fill: #5EB4E3;
}
.bar.selected {
  fill: #78C656;
}

/*Data Model Calls*/
.link {
  fill: none;
  opacity: 1;
  stroke-width:5;
}

.exampleOne {
  stroke: #5DE3BD;
  stroke-dasharray:5,5;
}

.exampleTwo {
  stroke: #69EC86;
}

marker#exampleOne {
  fill: #C14D3B;
}

marker#exampleTwo {
  fill: #A47B33;
}

.node text {
  pointer-events: none;
  font: 30px helvetica;
  fill: #EEE;
}

pre code {
  padding: 0px;
  margin: 0px;
  background-color: #3E4651;
  font-size: 28px;
  line-height: 28px;
}

.active {
  display: block;
  position: fixed;
}

.code { 
  font-size: 16px;
  padding-top: 0px;
  margin-top: 0px;
}

.code pre {
  padding-top: 100px;
}

.large {
  font-size: 120px;
  line-height: 120px;
}

.medium {
  font-size: 60px;
  line-height: 60px;
}

.mediumish {
  font-size:36px;
  line-height:36px;
} 

path.area {
  fill: steelblue;
}

.axis text {
  font: 10px sans-serif;
  fill: #FFF;
  stroke: none;
}

.low-opacity {
  opacity: .5;
}

.axis path {
  fill: none;
  stroke: #FFF;
  shape-rendering: crispEdges;
}

.axis line {
  display: none;
}

pre {
  margin: 0px;
  padding: 0px;
}

.grey sup {
  vertical-align: top;
  position: relative;
  top: -0.3em;
  font-size: 40px;
}
code {
  margin: 0px;
  padding: 0px;
}

@media
screen and (-webkit-min-device-pixel-ratio: 2),
screen and (min-device-width: 768px) and (max-device-width: 1024px),
screen and (max-device-width: 480px) {
  /*body {
    margin: 40px auto 40px auto;
  }

  .stack {
    display: block;
  }*/
}

a {
  color: #F16233;
}

.weird {
  color: #788499;
}

a i {
  color: rgb(251, 251, 251);
}

a:hover, a:not(:hover) {
  text-decoration: none;
  padding: 10px;
}

.icon-facebook {
  color: rgb(59, 89, 152);
}

.twitter {
  color: #4099FF;
}

.icon-twitter {
  color: #4099FF;
}

.icon-linkedin {
  color: #4875B4;
}

.icon-pinterest {
  color: #cb2027;
}
.icon-phone {
  color: #5aa32c;
}


.iframe-frames {
  padding: 0px;
  padding-bottom: 30px;
}



