/* dan-sullivan.co.uk custom sass */
/**
 * Include this file early in your Sass project to
 * get access to Solarized colors and functions.
 *
 * Adapted from the outstanding work by Ethan Schoonover:
 * http://ethanschoonover.com/solarized
*/
/* Infrastructure diagram */
.fill-none {
  fill: none; }

.fill-002b36 {
  fill: #002b36; }

.fill-073642 {
  fill: #073642; }

.fill-273134 {
  fill: #073642; }

.fill-39474b {
  fill: #073642; }

.fill-3f4f54 {
  fill: #073642; }

.fill-586e75 {
  fill: #586e75; }

.fill-93a1a6 {
  fill: #657b83; }

.fill-e15343 {
  fill: #cb4b16; }

.stroke-none {
  stroke: none; }

.stroke-002b36 {
  stroke: #002b36; }

.stroke-073642 {
  stroke: #073642; }

.stroke-273134 {
  stroke: #073642; }

.stroke-39474b {
  stroke: #073642; }

.stroke-3f4f54 {
  stroke: #073642; }

.stroke-586e75 {
  stroke: #586e75; }

.stroke-93a1a6 {
  stroke: #657b83; }

.stroke-e15343 {
  stroke: #cb4b16; }

/* Anim Variables */
/* shorthand */
@keyframes light-up-fill {
  from {
    fill: #586e75; }
  to {
    fill: #93a1a1; } }

@keyframes light-up-stroke {
  from {
    stroke: #586e75; }
  to {
    stroke: #93a1a1; } }

@keyframes dash {
  to {
    stroke-dashoffset: -20; } }

@keyframes dim-down-fill {
  from {
    fill: #93a1a1; }
  to {
    fill: #586e75; } }

@keyframes dim-down-stroke {
  from {
    stroke: #93a1a1; }
  to {
    stroke: #586e75; } }

@keyframes back-dash {
  to {
    stroke-dashoffset: 20; } }

/* Infrastructure diagram with Lambda specific highlights */
/* User */
#layer1 .fill-586e75 {
  fill: #93a1a1; }

/* User to Int */
#path4798 {
  stroke: #93a1a1; }

#layer2 g {
  stroke: #93a1a1;
  fill: #93a1a1; }

/* Internet */
#layer3 .fill-586e75 {
  fill: #93a1a1; }

/* Int to R53 */
#path4838 {
  stroke: #93a1a1; }

#layer4 g {
  stroke: #93a1a1;
  fill: #93a1a1; }

/* R53 */
#layer7 .fill-586e75 {
  fill: #93a1a1; }

/* Int to CF */
#path4790 {
  stroke: #93a1a1; }

#layer10 g {
  stroke: #93a1a1;
  fill: #93a1a1; }

/* CF */
#layer11 .fill-586e75 {
  fill: #93a1a1; }

/* CF / */
#layer12 .fill-586e75 {
  fill: #93a1a1; }

/* CF / to Lambda@Edge */
#path4814 {
  stroke: #93a1a1; }

#layer15 g {
  stroke: #93a1a1;
  fill: #93a1a1; }

/* Lambda@Edge */
#layer17 .fill-586e75 {
  fill: #93a1a1; }

/* CF /s3 */
#layer14 .fill-586e75 {
  fill: #93a1a1; }

/* CF /s3 to to API */
#path4822 {
  stroke: #93a1a1; }

#layer19 g {
  stroke: #93a1a1;
  fill: #93a1a1; }

/* s3 bucket */
#layer22 .fill-586e75 {
  fill: #93a1a1; }
