@charset "utf-8";

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font-family: 'Roboto', 'sans-serif', 'Open Sans', serif;
    font-size: 16px;
    line-height: 1.6;
    color: #121019;
    margin: 0 0;
    background-color: #fff;
}

h1 {
    font-size: 32px;
    color: #fff;
    font-weight: 400;
}

h2 {
    font-size: 24px;
}

h3 {
    font-size: 47px;
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 29px;
}

small {
    font-size: 66.67%;
}

a, a:link, a:active, a:visited, a:hover {
    color: #5160b5;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

dl {
    overflow: hidden;
    margin: 6px 0 0;
    padding: 0;
}

h2 a, h2 a:link, h2 a:visited, h2 a:active, h2 a:hover {
    text-decoration: none;
}

h2 a:hover {
    text-decoration: underline;
}

pre {
    background: #122b3b;
    padding: 10px 20px;
    border: 1px solid #000;
}

/* clearfix */
.clearfix:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
.clearfix {
  display: inline-block;
}
.clearfix {
  display: block;
}
/* end: clearfix */

.logo-group {
    width: 470px;
    margin: 0 auto;
    position: relative;
}

.logo-group .author-top {
    position: absolute;
    top: 10px;
    margin-left: 16px;
}

a.logo {
  padding: 10px 28px;
  font-weight: 400;
  font-size: 22px;
  color: #fff;
  text-decoration: none;
  border: 2px solid #fff;
  border-radius: 100px;
}

.hero {
    text-align: center;
    padding: 30px 0 20px;
    background: #00A83F;
}

.hero h1 {
    margin: 30px 0 0;
    padding: 0 40px;
}

.hero h2 {
    margin-top: 0;
    color: #efefef;
}

.navbar {
  height: 50px;
  line-height: 48px;
  z-index: 100;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  box-shadow: 0 2px 5px #eaedf9;
  background: #fff;
}

.right-menu {
    float: right;
}

.right-menu > ul {
  margin: 2px 0 0;
  padding: 0;
  list-style: none;
}

.right-menu > ul > li {
    display: inline-block;
}

.right-menu > ul > li > a, .navbar .back {
  margin-left: 26px;
  display: inline-block;
  text-decoration: none;
  font-size: 15px;
  font-weight: normal;
}

.navbar .back {
    margin-left: 0;
}

.main, .container {
    max-width: 1160px;
    margin: 0 auto;
}

.main {
    padding: 20px 0 0;
}

.sheet {
    display: flex;
    flex-wrap: wrap;
}

.sheet-column {
    flex-direction: column;
}

.sheet-column h2 {
  margin-bottom: 0;
}

.sheet h1 {
    margin: 0 0 20px;
    border-bottom: 1px solid #444;
}

.links a {
    text-decoration: none;
    color: #666;
    font-size: 15px;
}

.links a:hover {
    color: #222;
}

.sheet .links {
  margin-bottom: 25px;
  padding: 16px 0;
  border-bottom: 1px solid #eee;
}

.sheet .ellipsis {
  display: inline-block;
}

.sheet p {
    margin: 0 0 16px;
    font-size: 15px;
}

.separator {
    margin: 0 9px;
    color: #999;
    font-weight: 100;
}

.sheet .links .fa {
    margin-right: 4px;
}

.sheet h3 {
    margin: 18px 0 0;
}

.sheet h4 {
    margin: 12px 0 0;
    line-height: 1.2;
}

.sheet h5 {
  font-size: 16px;
  font-weight: normal;
  padding-bottom: 0;
  margin: 26px 0 0;
  line-height: 1.2;
}

.sheet ol, .sheet ul {
    padding: 0;
}

.sheet ol ol, .sheet ol ul, .sheet ul ol, .sheet ul ul {
    margin-top: 12px;
    padding-left: 20px;
}

.sheet li {
    margin-bottom: 0;
}

.sheet h3 + ul {
    margin-top: 0;
}

.sheet img {
    margin: 18px 0 0;
    width: 100%;
    border: none;
    box-shadow: 0 0 7px rgba(0, 0, 0, .2);
}

.projects {
    min-height: 900px;
}

.projects, .stats {
    list-style: none;
    margin: 0;
    padding: 0;
}

.card {
  min-height: 260px;
  background: #fff;
  border-radius: 24px;
  padding: 16px 24px;
  margin: 8px;
  display: block;
  text-decoration: none;
  transition: all .15s ease-in-out;
  box-shadow: 0 4px 14px #dbe0e6;
}

.card, .card:link, .card:hover, .card:active, .card:visited {
  text-decoration: none;
  color: #121019;
}

.card:hover {
  box-shadow: 0 4px 20px #bbc4d0;
}

.card .title {
    margin: 0;
    padding: 8px 0 0;
    font-weight: 700;
    text-align: center;
}

.card .description {
    margin-top: 6px;
    padding-top: 12px;
    font-size: 15px;
    display: block;
}

.stats {
    padding: 10px 0;
    overflow: hidden;
    border-bottom: 1px solid #eee;
}

.stat {
    margin: 2px 0 1px 2px;
    -webkit-font-smoothing: antialiased;
}
.fa-star {
    color: #ffd200;
}
.fa-code-fork {
    color: #2e3039;
}
.fa-bug {
    color: #e65d7a;
}

.stats li {
    float: left;
    width: 33.3%;
    text-align: center;
    margin: 0;
    padding: 6px;
    line-height: 1.4;
}

.sheet:after {
    content: "";
    display: table;
    clear: both;
}
.main h1 {
    margin: 0 0 10px;
    font-size: 36px;
    color: #2e3039;
    font-weight: normal;
    font-style: normal;
}

.left-side, .right-side {
  padding: 30px 40px;
  font-size: 15px;
  background-color: #fff;
}
.left-side h2 {
  margin: 0 0 20px;
  font-size: 34px;
}
.left-side ul {
    margin-left: 40px;
    list-style: square;
}
.left-side h4 {
    margin: 40px 0 10px;
    font-size: 19px;
}
.right-side {
    width: 35%;
    margin-left: 3%;
    overflow: hidden;
}
.right-side h4 {
    font-size: 15px;
    font-weight: 500;
}
.right-side .stats, .right-side .stat {
    font-size: 19px;
}
.right-side .stats {
    padding: 14px 0 12px;
}
.left-side {
    width: 62%;
    background-color: #fff;
}
.box {
  background-color: #fff;
}
.installation {
  margin: 20px 0 50px;
}
.installation .btn {
  width: 48%;
  padding: 7px 0;
  margin: 0 1%;
  float: left;
  color: #fff;
  background-color: #2e3039;
  display: block;
  border-radius: 4px;
  text-align: center;
  font-size: 15px;
  text-decoration: none;
  transition: background-color 400ms;
}
.installation .btn.purple {
    background-color: #181938;
}
.installation .btn.lightpurple {
    background-color: #5160b5;
}
.installation .btn:hover {
  opacity: .9;
}
.installation .buttons {
    margin-top: 20px;
    padding: 14px 0 12px;
}
.installation ul {
  list-style: square;
  margin-left: 42px;
}
.graphs {
    margin-top: 20px;
    padding: 14px 0 12px;
    border-top: 1px solid #eee;
}
.chart {
    width: 80%;
    margin: 20px auto 30px;
    height: 200px;
    font-size: 11px;
}

.static {
    padding: 3%;
    background-color: #fff;
}
.static h1 {
    padding-bottom: 20px;
    border-color: #eee;
}
.static h4 {
    margin: 30px 0 10px;
}
.static p {
    margin-top: 20px;
    font-size: 15px;
}
.footer {
    margin: 46px 0 0;
    padding: 6px 0 18px;
}

.footer-container {
    max-width: 1000px;
    margin: 0 auto;
}

.postscript {
    color: #343642;
    font-size: 12px;
    text-align: center;
    margin-top: 32px;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
}

.postscript a, .postscript a:visited, .postscript a:link, .postscript a:active, .postscript a:hover {
    color: #343642;
    text-decoration: none;
}

.postscript a:hover {
    text-decoration: underline;
}

.footer h3 {
    color: #2e3039;
    font-weight: 700;
    font-size: 28px;
    font-style: italic;
    text-align: center;
}

.footer h3 a, .footer h3 a:visited, .footer h3 a:active, .footer h3 a:hover {
    color: #ef2b43;
    text-decoration: underline;
}

.footer h3 a:hover {
    color: #D5051F;
    text-decoration: underline;
}

.dropdown {
  display: inline-block;
  position: relative;
  width: 140px;
  border: 1px solid #c9d0ea;
  border-radius: 4px;
  line-height: 1;
}

.dropdown:before, .dropdown:after {
    content: '';
    position: absolute;
    z-index: 2;
    top: 9px;
    right: 10px;
    width: 0;
    height: 0;
    border: 4px dashed;
    border-color: #888888 transparent;
    pointer-events: none;
}

.dropdown:before {
    border-bottom-style: solid;
    border-top: none;
}

.dropdown:after {
    margin-top: 7px;
    border-top-style: solid;
    border-bottom: none;
}

.dropdown-select {
    position: relative;
    width: 130%;
    margin: 0;
    padding: 6px 8px 6px 10px;
    height: 28px;
    line-height: 14px;
    font-size: 15px;
    color: #272727;
    text-shadow: 0 1px white;
    background: #f2f2f2; /* Fallback for IE 8 */
    background: rgba(0, 0, 0, 0) !important; /* "transparent" doesn't work with Opera */
    border: 0;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 0.01px; /* Fix select appearance on Firefox https://gist.github.com/joaocunha/6273016/ */
    text-overflow: '';
}

.dropdown-select:focus {
    z-index: 3;
    width: 100%;
    color: #394349;
    outline: none;
}

.dropdown-select > option {
    margin: 3px;
    padding: 6px 8px;
    text-shadow: none;
    background: #fff;
    border-radius: 3px;
    cursor: pointer;
}

/* Fix for IE 8 putting the arrows behind the select element. */

.lt-ie9 .dropdown {
    z-index: 1;
}

.lt-ie9 .dropdown-select {
    z-index: -1;
}

.lt-ie9 .dropdown-select:focus {
    z-index: 3;
}

/* Dirty fix for Firefox adding padding where it shouldn't. */

@-moz-document url-prefix() {
    .dropdown-select {
        padding-left: 6px;
    }
}

.share-button {
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin-bottom: 24px;
}

@media all and (max-width: 499px) {
  .hero h1 {
    padding: 0 20px;
    font-size: 26px;
  }
  .navbar {
    padding: 0 20px;
  }
  .project {
      display: block;
      width: 100%;
  }
  .projects {
      margin-right: 0;
  }
  .logo-group {
    width: 100%;
  }
  .logo-group .author-top {
    display: none;
   }
  .sheet {

  }
  .left-side, .right-side {
    width: 100%;
    float: none;
    margin: 0;
  }
  .subpage h1 {
    margin: 0 0 20px;
    text-align: center;
    font-size: 32px;
  }
  .left-side h2 {
    text-align: center;
  }
  .left-side .links {
    padding-top: 10px;
    text-align: center;
  }
  .left-side .links a {
    display: block;
    padding: 0;
    margin: 0;
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: center;
  }
  .left-side .links .separator {
    display: none;
  }
  .footer h3 a {
    margin-top: 20px;
    display: block;
    font-size: 20px;
  }
}
/* Responsiveness */

@media all and (min-width: 500px) {
    .navbar {
      padding: 0 20px;
    }
    .project {
        float: left;
        width: 48%;
        margin: 1%;
    }

    .project:nth-of-type(n) {
        clear: none;
    }

    .project:nth-of-type(2n+1) {
        clear: both;
    }
}

@media all and (min-width: 800px) {
    .project {
        float: left;
        width: 31%;
    }

    .project:nth-of-type(n) {
        clear: none;
    }

    .project:nth-of-type(3n+1) {
        clear: both;
    }
}

/* Miscellaneous */

.addthis-smartlayers #at4-share {
  top: 296px !important;
}

.legendLabel {
  font-size: 12px;
}
