* {
  z-index: 2;
  position: relative;
  color: #373F51; }

body {
  padding: 0;
  margin: 0;
  font-family: 'Oxygen', sans-serif;
  font-weight: 400;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  -webkit-font-feature-settings: "pnum";
  font-feature-settings: "pnum";
  font-variant-numeric: proportional-nums;
  position: relative; }

a {
  color: #1FAF84; }

.navbar {
  padding: 0.5rem 0; }

.nav-item {
  margin-left: 1em; }
  .nav-item .nav-link {
    color: white !important;
    font-size: 1.1em;
    transition: color 0.2s linear; }
    .nav-item .nav-link:hover {
      color: #F5DD90 !important; }

button.cta {
  margin: 0;
  margin-top: 1em;
  border: 0;
  background: #E8883A;
  color: #fff;
  padding: 0.5em 1em;
  font-size: 1.1em;
  transition: all 0.2s linear;
  border-radius: 0.25em;
  cursor: pointer;
  font-weight: bold; }
  button.cta.cta-small {
    margin-top: 0;
    font-size: 0.9em;
    font-weight: 500;
    padding: 0.25 0.75; }
  button.cta:hover {
    -webkit-transform: scale(1.05);
    background: #FF9E50; }

#header-container {
  overflow: visible;
  position: relative; }
  #header-container h1 {
    font-size: 2.5em;
    color: #fff;
    font-weight: 300;
    margin-bottom: 0.125em;
    padding-left: 0.5em;
    padding-right: 0.5em; }
    @media screen and (max-width: 767px) {
      #header-container h1 {
        font-size: 2em; } }
  #header-container h2 {
    font-size: 1.25em;
    color: #fff;
    font-weight: 400;
    padding-left: 0.5em;
    padding-right: 0.5em; }
    @media screen and (max-width: 767px) {
      #header-container h2 {
        margin-top: 1em !important;
        font-size: 1.2em; } }
  #header-container .bg-elem {
    width: 100%;
    height: 200px;
    position: absolute;
    z-index: 1; }
    #header-container .bg-elem.a {
      background: linear-gradient(-25deg, rgba(255, 255, 255, 0.05), rgba(37, 213, 161, 0.1));
      -webkit-transform: skewY(-15deg) translateY(120%); }
    #header-container .bg-elem.b {
      background: linear-gradient(-25deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.005));
      -webkit-transform: skewY(5deg) translateY(-50%); }
    #header-container .bg-elem.c {
      overflow: hidden;
      height: 100%;
      background: linear-gradient(to right bottom, #4BB3FD, #45A3E6); }
  #header-container .intro-anim {
    width: 100%; }
    #header-container .intro-anim .browser {
      background: black;
      width: 100%;
      height: 100%;
      border-radius: 0.5em;
      background: #ddd;
      position: relative;
      overflow: hidden;
      -webkit-animation: scale-up-center 0.6s ease-in-out both;
      animation: scale-up-center 0.6s ease-in-out both;
      box-shadow: 1px 1px 5px 0 rgba(26, 26, 67, 0.05), 39px 62.5px 125px -25px rgba(50, 50, 93, 0.5), 23.4px 37.5px 75px -37.5px rgba(0, 0, 0, 0.6);
      z-index: 1; }
      #header-container .intro-anim .browser .urlbar {
        position: absolute;
        left: 80px;
        top: 8px;
        right: 10px;
        padding: 0.25em 0.5em;
        font-size: 13px;
        color: #666;
        background: #fff;
        text-align: left; }
      #header-container .intro-anim .browser .buttons {
        position: absolute;
        top: 10px;
        left: 10px;
        height: 30px; }
        #header-container .intro-anim .browser .buttons .button {
          background: #59C9A5;
          border-radius: 0.5em;
          width: 14px;
          height: 14px;
          display: inline-block;
          margin-right: 0.25em; }
          #header-container .intro-anim .browser .buttons .button:nth-child(1) {
            background: #EF6F6C; }
          #header-container .intro-anim .browser .buttons .button:nth-child(2) {
            background: #999; }
    #header-container .intro-anim .browser-container {
      transition: all 1.0s ease-in-out; }
      #header-container .intro-anim .browser-container.small {
        -webkit-animation: scale-down-left 0.8s ease-in-out both;
        animation: scale-down-left 0.8s ease-in-out both; }
  #header-container .header-selection {
    position: relative;
    display: inline-block;
    cursor: pointer;
    color: white;
    transition: color 0.2s ease-in-out; }
    #header-container .header-selection div {
      display: inline-block; }
    #header-container .header-selection .progress-container {
      position: absolute;
      bottom: -6px;
      left: 0;
      width: 100%;
      height: 2px;
      background-color: rgba(255, 255, 255, 0.4);
      transition: background-color 0.2s ease-in-out; }
      #header-container .header-selection .progress-container .progress-bar {
        transition: width 5s linear, background-color 0.2s ease-in-out;
        width: 0%;
        height: 100%;
        background-color: rgba(255, 255, 255, 0.5);
        position: absolute;
        left: 0;
        top: 0; }
      @media screen and (max-width: 491px) {
        #header-container .header-selection .progress-container {
          visibility: hidden; } }
    #header-container .header-selection:hover {
      color: #F5DD90; }
      #header-container .header-selection:hover .progress-container {
        background: rgba(245, 221, 144, 0.5); }
        #header-container .header-selection:hover .progress-container .progress-bar {
          background: rgba(245, 221, 144, 0.5); }
    #header-container .header-selection.selected .progress-container .progress-bar {
      transition: none; }
    @media screen and (max-width: 767px) {
      #header-container .header-selection {
        margin-bottom: 1em; } }
    @media screen and (max-width: 491px) {
      #header-container .header-selection {
        display: block; } }
  #header-container .header-selection-separator {
    color: rgba(255, 255, 255, 0.5);
    margin: 0 0.25em; }
    @media screen and (max-width: 491px) {
      #header-container .header-selection-separator {
        display: none; } }

section {
  padding: 5em 0; }
  section h2, section h4 {
    color: #008DD5; }
  section.feature h3 {
    font-size: 1.5em;
    color: #008DD5; }
  section.a .overview-icon {
    width: 40px;
    display: inline-block;
    margin-bottom: 0.75em;
    margin-right: 0.35em; }
    section.a .overview-icon path, section.a .overview-icon rect, section.a .overview-icon polygon {
      fill: #008DD5; }
  section.a h5, section.a h3 {
    color: #008DD5; }
  section.alt {
    background: #f5fafd; }
  section p {
    font-size: 1.1em; }
  section .bc-col .browser-container {
    width: 90%;
    height: 90%;
    margin-bottom: 0; }
    @media screen and (max-width: 767px) {
      section .bc-col .browser-container {
        margin-top: 1em;
        width: 100%;
        margin-bottom: 2em; } }
    @media screen and (min-width: 768px) {
      section .bc-col .browser-container.bc-left {
        transform: translateX(60px) translateY(30px) perspective(2090px) rotateY(29deg) rotateX(-2deg) rotate(-1deg); }
      section .bc-col .browser-container.bc-right {
        transform: translateX(60px) translateY(30px) perspective(2090px) rotateY(-29deg) rotateX(2deg) rotate(1deg); } }
    section .bc-col .browser-container .browser {
      width: 100%;
      border-radius: 0.5em;
      background: #e7ecf2;
      box-shadow: 0px 0px 2px 0 rgba(26, 26, 67, 0.05), 0px 0px 65px 0px rgba(50, 50, 93, 0.2), 0px 0px 35px -18.5px rgba(0, 0, 0, 0.2); }
      @media screen and (min-width: 768px) {
        section .bc-col .browser-container .browser {
          box-shadow: -1px -1px 5px 0 rgba(26, 26, 67, 0.05), -39px 32.5px 65px -12px rgba(50, 50, 93, 0.2), -11.4px 19.5px 35px -18.5px rgba(0, 0, 0, 0.2); } }

.main-header .main-header-text {
  text-align: left; }
  @media screen and (max-width: 991px) {
    .main-header .main-header-text {
      text-align: center; } }

.main-header .bc-col .browser-container {
  width: 100%;
  margin-bottom: 0;
  padding-top: 1em;
  text-align: right; }
  @media screen and (min-width: 992px) {
    .main-header .bc-col .browser-container {
      padding-top: 7em; } }
  @media screen and (min-width: 1200px) {
    .main-header .bc-col .browser-container {
      padding-top: 3em; } }
  @media screen and (max-width: 767px) {
    .main-header .bc-col .browser-container {
      margin-top: 1em;
      width: 100%; } }
  .main-header .bc-col .browser-container .browser {
    width: 90%;
    border-radius: 0.5em;
    box-shadow: 0px 0px 2px 0 rgba(26, 26, 67, 0.05), 0px 0px 65px 0px rgba(50, 50, 93, 0.2), 0px 0px 35px -18.5px rgba(0, 0, 0, 0.2); }
    @media screen and (max-width: 991px) {
      .main-header .bc-col .browser-container .browser {
        width: 100%; } }
    @media screen and (min-width: 768px) {
      .main-header .bc-col .browser-container .browser {
        box-shadow: -1px -1px 5px 0 rgba(26, 26, 67, 0.05), 14px 32.5px 65px -12px rgba(50, 50, 93, 0.2), -11.4px 19.5px 35px -18.5px rgba(0, 0, 0, 0.2); } }

.callout {
  background: #E9F5FA; }
  .callout * {
    color: #6c757d; }
  .callout a.text-link {
    color: #E8883A;
    text-decoration: none; }
    .callout a.text-link:hover {
      text-decoration: underline; }
  .callout blockquote {
    display: inline-block;
    margin: auto;
    max-width: 600px;
    font-size: 1.3em;
    font-style: italic; }
    .callout blockquote span {
      font-style: normal;
      display: block;
      margin-top: 1em;
      font-size: 0.8em;
      color: #999; }
      .callout blockquote span a {
        color: #DD7371; }
  .callout.dev-count h2 {
    margin-bottom: 0;
    font-size: 1.4em; }
    @media screen and (min-width: 769px) {
      .callout.dev-count h2 {
        font-size: 1.8em; } }

#sitenotfound {
  display: none;
  background: #DD7371;
  text-align: center;
  padding: 1em;
  z-index: 3;
  box-shadow: inset 0px -11px 8px -10px rgba(0, 0, 0, 0.4);
  color: white; }

.social-icon {
  transition: opacity 0.2s ease-in-out;
  display: inline-block;
  width: 32px;
  height: 32px;
  opacity: 0.5; }
  .social-icon:hover {
    opacity: 1; }

.top-list a {
  color: inherit;
  text-decoration: none; }
  .top-list a * {
    color: inherit; }

.top-list .tl-row {
  padding-top: 1em;
  padding-right: 1em;
  padding-bottom: 1em;
  margin-bottom: 1em;
  border-bottom: 1px solid #eee;
  background-color: none;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  border-right: 5px solid rgba(0, 0, 0, 0);
  padding-right: 1em;
  transition: all 0.2s ease-in-out; }
  .top-list .tl-row:hover {
    border-right-color: #E8883A; }
    .top-list .tl-row:hover h4 {
      color: #E8883A; }
  .top-list .tl-row .img-container {
    width: 65px;
    padding-top: 2px; }
    .top-list .tl-row .img-container img {
      width: 50px;
      height: 50px;
      border-radius: 8px; }
  .top-list .tl-row h4 {
    transition: all 0.2s ease-in-out;
    color: #555;
    font-size: 1.1em;
    font-weight: 500;
    margin-bottom: 0; }
  .top-list .tl-row .tl-desc {
    color: #888;
    font-size: 0.9em; }
