@font-face {
  font-family: 'SourceCodePro';
  font-style: normal;
  font-weight: 400;
  src: local('SourceCodePro'), local('SourceCodePro'), url(/fonts/sourcecode/SourceCodePro.svg) format('svg');
  src: local('SourceCodePro'), local('SourceCodePro'), url(/fonts/sourcecode/SourceCodePro.woff) format('woff');
}
#gitstuff {
  width: 95%;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  white-space: nowrap;
  overflow: hidden;
  max-width: 1px;
  float: none;
}
#porygit-info {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}
.gitcommit {
  padding-right: 10px;
}
.gitcommitter {
  font-size: 11px;
}
.gitmessage {
  color: #333;
  font-family: 'SourceCodePro';
  margin-left: 8px;
}
#herocontainer {
  background-color: #0099cc;
  /*background-image: url('http://i.imgur.com/R2f5wSq.png');*/
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
#splash {
  padding: 60px;
  padding-top: 40px;
  font-size: 18px;
  font-weight: 200;
  line-height: 30px;
  height: 420px;
  background: none !important;
  background-color: transparent !important;
  max-width: 1147px;
  margin: auto;
  color: white;
}
@media (max-width: 640px) {
  #splash #splash {
    padding: 10% 1%;
  }
  #splash #splash h1 img {
    max-width: 100%;
  }
}
.tagline {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 16px;
  padding: 4px;
  text-shadow: 0px 1px 4px #000;
}
/*.intro-pory{
    background-color: #f4f4f4;
    border-radius: 50%;
}
.intro-porygit{
    background-color:#f2f2f2;
}
*/
