html {
  background-color: #f6f6f7; }

body {
  min-width: 960px;
  font: 13px "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.4;
  color: #000; }

h1 {
  font-size: 18px;
  font-weight: bold;
  color: #000; }

h2 {
  font-size: 20px;
  font-weight: 300;
  color: #000; }

a:link, a:visited {
  color: #01a982;
  text-decoration: none; }

a:hover {
  text-decoration: underline; }

#wrapper {
  position: relative;
  width: 960px;
  padding: 20px 0;
  margin: 0 auto; }

#main {
  height: 400px;
  text-align: center; }

#main, div.header, li.repo {
  margin-bottom: 20px;
  background: #fff;
  -webkit-box-shadow: 0 1px 4px #a2a2a2;
     -moz-box-shadow: 0 1px 4px #a2a2a2;
          box-shadow: 0 1px 4px #a2a2a2; }

#main h1 {
  margin: 30px 0;
  font-size: 22px; }

#main h1, #main p {
  margin-right: 15px;
  margin-left: 15px; }

#main p {
  font-size: 11px;
  line-height: 1.5; }

#logo {
  width: 190px;
  height: 64px;
  margin: 15px;
  text-indent: -99999px;
  background: url("../img/hpe-logo.png") no-repeat center; }

#logo h1 {
  margin: 0; }

div.header {
  height: 130px; }

div.header h1, div.header p {
  margin: 10px 15px 0; }

div.header h1 {
  margin-bottom: 10px; }

#num-repos, #num-members {
  font-size: 14px;
  font-weight: bold;
  line-height: 15px;
  color: #01a982; }

#statistics a:link, #statistics a:visited {
  color: inherit; }

#statistics p.email {
  margin-top: 6px;
  font-size: 11px; }

#recently-updated h1 a {
  font-size: 11px;
  font-weight: normal; }

#recently-updated-repos {
  margin-left: 15px; }

#recently-updated-repos li {
  line-height: 1.5; }

#recently-updated-repos li span {
  display: inline-block;
  padding: 0 1px; }

#recently-updated-repos li span {
  font-size: 11px; }

#recently-updated-repos li span.name {
  padding: 0 6px 0;
  font-size: 13px; }

#recently-updated-repos li span.time a, #recently-updated-repos li span.watchers a, #recently-updated-repos li span.forks a {
  color: #999; }

li.repo {
  height: 250px; }

li.repo > a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  color: inherit;
  text-decoration: none; }

li.repo a:hover {
  color: #fff;
  background-color: #425563; }

li.repo a:hover > h2 {
  color: #fff; }

li.repo h2, li.repo h3, li.repo p {
  margin: 10px 15px; }

li.repo h2 {
  max-width: 160px;
  margin-bottom: 2px;
  overflow: hidden; }

li.repo h3 {
  margin-top: 2px;
  margin-bottom: 15px;
  font-size: 11px;
  color: #999; }

.repo:after {
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  pointer-events: none;
  content: "";
  border-right: 50px solid #0080b0;
  border-bottom: 50px solid transparent;
  border-left: 50px solid transparent; }

.repo.javascript:after {
  border-right-color: #425563; }

.repo.scala:after {
  border-right-color: #7ac9de; }

.repo.ruby:after {
  border-right-color: #c10; }

.repo.java:after {
  border-right-color: #cc8300; }

.repo.python:after {
  border-right-color: #6aad2d; }

@keyframes small-swing {
  0% {
    margin-top: 0; } 50% {
    margin-top: -10px; } 100% {
    margin-top: 0; } }
@-moz-keyframes small-swing {
  0% {
    margin-top: 0; } 50% {
    margin-top: -10px; } 100% {
    margin-top: 0; } }
@-webkit-keyframes small-swing {
  0% {
    margin-top: 0; } 50% {
    margin-top: -10px; } 100% {
    margin-top: 0; } }
@-ms-keyframes small-swing {
  0% {
    margin-top: 0; } 50% {
    margin-top: -10px; } 100% {
    margin-top: 0; } }

@keyframes medium-swing {
  0% {
    margin-top: 0; } 50% {
    margin-top: -20px; } 100% {
    margin-top: 0; } }
@-moz-keyframes medium-swing {
  0% {
    margin-top: 0; } 50% {
    margin-top: -20px; } 100% {
    margin-top: 0; } }
@-webkit-keyframes medium-swing {
  0% {
    margin-top: 0; } 50% {
    margin-top: -20px; } 100% {
    margin-top: 0; } }
@-ms-keyframes medium-swing {
  0% {
    margin-top: 0; } 50% {
    margin-top: -20px; } 100% {
    margin-top: 0; } }

@keyframes large-swing {
  0% {
    margin-top: 0; } 50% {
    margin-top: -40px; } 100% {
    margin-top: 0; } }
@-moz-keyframes large-swing {
  0% {
    margin-top: 0; } 50% {
    margin-top: -40px; } 100% {
    margin-top: 0; } }
@-webkit-keyframes large-swing {
  0% {
    margin-top: 0; } 50% {
    margin-top: -40px; } 100% {
    margin-top: 0; } }
@-ms-keyframes large-swing {
  0% {
    margin-top: 0; } 50% {
    margin-top: -40px; } 100% {
    margin-top: 0; } }

.larry.size-smaller, .larry.size-small {
  -webkit-animation: small-swing .5s infinite ease-in-out;
     -moz-animation: small-swing .5s infinite ease-in-out;
      -ms-animation: small-swing .5s infinite ease-in-out;
          animation: small-swing .5s infinite ease-in-out; }

.larry.size-medium, .larry.size-large {
  -webkit-animation: medium-swing 1.25s infinite ease-in-out;
     -moz-animation: medium-swing 1.25s infinite ease-in-out;
      -ms-animation: medium-swing 1.25s infinite ease-in-out;
          animation: medium-swing 1.25s infinite ease-in-out; }

.larry.size-medium, .larry.size-fat {
  -webkit-animation: large-swing 1.5s infinite ease-in-out;
     -moz-animation: large-swing 1.5s infinite ease-in-out;
      -ms-animation: large-swing 1.5s infinite ease-in-out;
          animation: large-swing 1.5s infinite ease-in-out; }

#flyzone {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }

@media screen and (max-width: 1000px) {
  body {
    min-width: inherit; }

  #wrapper {
    width: 95%; }

  #main {
    display: inline-block;
    float: none;
    width: 100%;
    height: auto;
    padding-bottom: 20px;
    margin: 0 auto 20px; }

  #logo {
    margin: 15px auto; }

  .grid .grid-2 {
    width: 80%; }

  .grid .grid-3 {
    display: flex;
    width: 100%;
    margin-left: 0;

    justify-content: space-between; }

  #repos {
    display: flex;
    width: 100%;
    flex-direction: row;

    flex-wrap: wrap;
    justify-content: space-between; }

  li.repo {
    display: inline-block;
    width: 30%;
    margin-right: 0;
    margin-left: 0; } }

@media screen and (max-width: 730px) {
  li.repo {
    min-width: 49%; } }

@media screen and (max-width: 530px) {
  .grid .grid-3 {
    flex-direction: column; }

  .grid .grid-1, .grid .grid-2 {
    width: 100%;
    margin-right: 0;
    margin-left: 0; } }
