@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;
}

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%;
}

.grey {
  color: #6AA93F;
}

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

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

.big {
  font-size: 96px;
  line-height: 96px;
}

.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: 48px;
  line-height: 48px;
}

.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;
}

.stack {
  background: #272822;
  box-shadow: 0px 4px 8px rgba(0,0,0,.5);
  display: none;
  font-size: 24px;
  height: 750px;
  line-height: 1.5em;
  margin-bottom: 40px;
  padding: 40px;
  width: 1280px;
  margin:0px;
  -webkit-transform: translate3d(0,0,0);
}

.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;
}
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 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;
}

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