/**
 * prism.js Monokai theme for CSS & Sass/Scss
 *
 * @todo test for JavaScript & HTML
 *
 * @author @MoOx
 */
header.main-header {
  height: 0; }

/* Front page transition */
.main-header .navbar, .main-header .navbar #navbar-logo, .main-header .navbar #navbar-brand {
  transition: all 0.5s ease;
  -webkit-transform: translateZ(0);
  transform: translateZ(0); }

.near-top .main-header .navbar {
  background: transparent; }

.near-top .main-header .navbar #navbar-logo {
  background-color: transparent; }

@media (min-width: 767px) {
  .near-top .main-header .navbar {
    padding-top: 25px;
    background: transparent; }
  .near-top .main-header .navbar #navbar-brand {
    padding-left: 0; }
  .near-top .main-header .navbar-nav > li > a {
    color: #fff; }
  .near-top .main-header .navbar-nav > li > a:hover {
    background-color: #333; }
  .near-top .main-header a.btn {
    color: #fff;
    border-color: #fff !important; }
  .near-top .main-header a.btn:hover {
    background-color: #333; }
  .drawer {
    transition: all 0.5s ease; } }

.canvas {
  overflow-x: hidden; }

.hero {
  height: 640px;
  padding-top: 150px;
  color: #fff;
  background-color: #333;
  background: linear-gradient(#3B8686, transparent), linear-gradient(90deg, #0B486B, transparent), linear-gradient(-90deg, #79BD9A, #000);
  background-blend-mode: screen; }

.hero .animation {
  height: 200px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }

.hero h1 {
  font-weight: 100;
  font-size: 4rem;
  text-transform: uppercase;
  margin-top: 0; }

.hero h2 {
  font-weight: 100;
  font-size: 2.5rem;
  text-transform: uppercase; }

.hero h2 span {
  -webkit-animation: fadein 1s;
  animation: fadein 1s;
  opacity: 0;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards; }

.hero h2 span:nth-child(2) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  font-weight: 400; }

.hero h2 span:nth-child(3) {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  font-weight: 400; }

.hero h2 span:nth-child(4) {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s; }

.hero .actions p {
  margin-top: 110px; }

.hero .actions p .btn {
  transition: all 0.2s ease;
  text-transform: uppercase;
  font-weight: 300; }

.hero .actions p .btn.btn-primary {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2); }

.hero .actions p .btn.btn-primary:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); }

.hero .actions p .btn.btn-default {
  background: transparent;
  color: #fff;
  border: 0;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.2); }

.hero .actions p .btn.btn-default:hover {
  background-color: rgba(255, 255, 255, 0.1);
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.2); }

.hero .floating-logo {
  width: 0;
  text-align: center;
  font-size: 8em;
  color: #fff; }

.logo-anim-bg, .logo-anim-ripple {
  fill: #fff; }

.logo-anim-bg {
  -webkit-animation: kaboom 1s cubic-bezier(0.4, 0, 0.2, 1);
  animation: kaboom 1s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%; }

.logo-anim-ripple {
  -webkit-animation: ripple 1s;
  animation: ripple 1s;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  opacity: 0; }

.logo-anim-dotted > circle {
  opacity: 0; }

.logo-anim-dotted > circle:nth-child(2) {
  -webkit-animation-delay: 1.1s;
  animation-delay: 1.1s; }

.logo-anim-dotted > circle:nth-child(3) {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s; }

.logo-anim-dotted > circle:nth-child(4) {
  -webkit-animation-delay: 1.3s;
  animation-delay: 1.3s; }

.logo-anim-dotted > circle:nth-child(5) {
  -webkit-animation-delay: 1.4s;
  animation-delay: 1.4s; }

.hero-bgfix {
  position: relative;
  padding-top: 2em;
  background-color: #eceff1;
  z-index: 1; }

.hostcount-logo {
  text-align: center;
  word-wrap: break-word;
  letter-spacing: 0.3em;
  max-width: 400px;
  line-height: 1.5;
  height: 125px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  /* align horizontal */
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  /* align vertical */
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  font-size: 96px;
  font-family: sans-serif; }

.hostcount-logo i {
  line-height: 1.5; }

pre {
  -moz-tab-size: 4;
  tab-size: 4;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  white-space: pre;
  white-space: pre-wrap;
  word-break: break-all;
  word-wrap: break-word;
  font-family: "source-code-pro", monospace;
  font-size: 13px;
  line-height: 18px;
  color: #76d9e6;
  text-shadow: none;
  background: #2a2a2a;
  padding: 15px;
  border-radius: 4px;
  border: 1px solid #e1e1e8; }

.hostcount-pre {
  margin-top: 1em; }

@-webkit-keyframes kaboom {
  0% {
    -webkit-transform: scale(1.7);
    transform: scale(1.7);
    opacity: 0; }

  40% {
    -webkit-transform: scale(1.7);
    transform: scale(1.7);
    opacity: 0; }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }

@keyframes kaboom {
  0% {
    -webkit-transform: scale(1.7);
    transform: scale(1.7);
    opacity: 0; }

  40% {
    -webkit-transform: scale(1.7);
    transform: scale(1.7);
    opacity: 0; }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }

@-webkit-keyframes ripple {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1; }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0; } }

@keyframes ripple {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1; }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0; } }

@-webkit-keyframes fadein {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@keyframes fadein {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@media (max-width: 767px) {
  .canvas {
    top: 0; }
  .hero h2 {
    font-size: 2rem; } }
