@import url(http://fonts.googleapis.com/css?family=Raleway:400,700);
@font-face {
  font-weight: normal;
  font-style: normal;
  font-family: 'codropsicons';
  src: url('../fonts/codropsicons/codropsicons.eot');
  src: url('../fonts/codropsicons/codropsicons.eot?#iefix') format('embedded-opentype'), url('../fonts/codropsicons/codropsicons.woff') format('woff'), url('../fonts/codropsicons/codropsicons.ttf') format('truetype'), url('../fonts/codropsicons/codropsicons.svg#codropsicons') format('svg');
}
*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.clearfix:before,
.clearfix:after {
  content: '';
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
.container {
  height: 100%;
}
body {
  background: #244850;
  color: #fff;
  font-weight: 400;
  font-size: 1em;
  font-family: 'Raleway', Arial, sans-serif;
  overflow: auto;
  min-height: 590px;
  background-attachment: fixed;
  background-image: url("../img/intro.svg");
  background-position: top right;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  overflow-x: auto;
}
a {
  color: rgba(255, 255, 255, 0.55);
  text-decoration: none;
  outline: none;
}
a:hover,
a:focus {
  color: #fff;
}
/* Top Navigation Style */
.codrops-top {
  margin-top: 1em;
}
.codrops-top a {
  font-size: 0.69em;
  padding: 0 0.25em;
  display: inline-block;
  text-decoration: none;
  font-size: 1.2em;
  font-weight: bold;
}
.codrops-icon:before {
  margin: 0 4px;
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  font-family: 'codropsicons';
  line-height: 1;
  speak: none;
  -webkit-font-smoothing: antialiased;
}
.codrops-icon-drop:before {
  content: "\e001";
}
.codrops-icon-prev:before {
  content: "\e004";
}
.codrops-icon-info:before {
  content: "\e003";
}
.codrops-icon span {
  display: none;
  position: absolute;
  font-size: 0.85em;
  padding: 0.5em 0 0 0.25em;
  font-weight: 700;
}
.codrops-icon:hover span {
  display: block;
  color: rgba(255, 255, 255, 0.55);
}
/* Related demos */
.related {
  font-weight: 700;
  text-align: center;
  padding: 5em 0;
  display: none;
  background: #fff;
  color: rgba(0, 0, 0, 0.3);
}
.overview .related {
  display: block;
}
.related > a {
  border: 3px solid black;
  border-color: initial;
  display: inline-block;
  text-align: center;
  margin: 20px 10px;
  padding: 25px;
}
.related > a:hover,
.related > a:focus {
  color: rgba(0, 0, 0, 0.5);
}
.related a img {
  max-width: 100%;
  opacity: 0.8;
}
.related a:hover img,
.related a:active img {
  opacity: 1;
}
.related a h3 {
  margin: 0;
  padding: 0.5em 0 0.3em;
  max-width: 300px;
  text-align: left;
}
.animate-fading {
  -webkit-animation: fading 10s infinite;
  animation: fading 10s infinite;
}
@-webkit-keyframes fading {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fading {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.animate-opacity {
  -webkit-animation: opac 1.5s;
  animation: opac 1.5s;
}
@-webkit-keyframes opac {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes opac {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.animate-top {
  position: relative;
  -webkit-animation: animatetop 0.4s;
  animation: animatetop 0.4s;
}
@-webkit-keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}
@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}
.animate-left {
  position: relative;
  -webkit-animation: animateleft 0.4s;
  animation: animateleft 0.4s;
}
@-webkit-keyframes animateleft {
  from {
    left: -300px;
    opacity: 0;
  }
  to {
    left: 0;
    opacity: 1;
  }
}
@keyframes animateleft {
  from {
    left: -300px;
    opacity: 0;
  }
  to {
    left: 0;
    opacity: 1;
  }
}
.animate-right {
  position: relative;
  -webkit-animation: animateright 0.4s;
  animation: animateright 0.4s;
}
@-webkit-keyframes animateright {
  from {
    right: -300px;
    opacity: 0;
  }
  to {
    right: 0;
    opacity: 1;
  }
}
@keyframes animateright {
  from {
    right: -300px;
    opacity: 0;
  }
  to {
    right: 0;
    opacity: 1;
  }
}
.animate-bottom {
  position: relative;
  -webkit-animation: animatebottom 0.4s;
  animation: animatebottom 0.4s;
}
@-webkit-keyframes animatebottom {
  from {
    bottom: -300px;
    opacity: 0;
  }
  to {
    bottom: 0px;
    opacity: 1;
  }
}
@keyframes animatebottom {
  from {
    bottom: -300px;
    opacity: 0;
  }
  to {
    bottom: 0;
    opacity: 1;
  }
}
.animate-zoom {
  -webkit-animation: animatezoom 0.6s;
  animation: animatezoom 0.6s;
}
@-webkit-keyframes animatezoom {
  from {
    -webkit-transform: scale(0);
  }
  to {
    -webkit-transform: scale(1);
  }
}
@keyframes animatezoom {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}
/*# sourceMappingURL=demo.css.map */
/*# sourceMappingURL=demo.css.map */
/*# sourceMappingURL=demo.css.map */
/*# sourceMappingURL=demo.css.map */
/*# sourceMappingURL=demo.css.map */
/*# sourceMappingURL=demo.css.map */
/*# sourceMappingURL=demo.css.map */
/*# sourceMappingURL=demo.css.map */
/*# sourceMappingURL=demo.css.map */
/*# sourceMappingURL=demo.css.map */
/*# sourceMappingURL=demo.css.map */
/*# sourceMappingURL=demo.css.map */
/*# sourceMappingURL=demo.css.map */
/*# sourceMappingURL=demo.css.map */
/*# sourceMappingURL=demo.css.map */