@import 'https://fonts.googleapis.com/css?family=Raleway';
body {
  margin: 0;
  padding: 0;
  background-color: white;
}
body,
input,
select {
  font-family: 'Raleway', sans-serif;
  color: #666;
}
#topbar {
  height: 30px;
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
main {
  margin: 0 auto;
  width: 830px;
  max-width: 100%;
  padding-top: 30px;
}
a {
  color: inherit;
  text-decoration: none;
  transition: text-decoration 0.2s ease;
}
a:hover,
a:focus {
  color: inherit;
  text-decoration: underline;
}
p {
  margin: 0;
  padding: 0;
  line-height: 1.5em;
}
.pagination-text {
  color: #ccc;
  text-align: center;
  padding-bottom: 20px;
}
.muted {
  color: #ccc;
}
h1,
h2,
h3,
h4,
h6 {
  font-family: 'HaasGrotesk', 'Raleway', sans-serif;
  margin: 0;
}
.link-button,
.big-button {
  display: inline-block;
  padding: 24px 50px;
  font-size: 2em;
}
.big-button {
  background: #ccc;
  color: white;
  border-radius: 10px;
  transition: opacity 0.1s ease;
}
.big-button:hover,
.big-button:focus {
  text-decoration: none;
  color: white;
  opacity: 0.8;
}
h1.title {
  font-size: 4em;
  padding: 60px 0 40px 0;
}
h1.title small {
  color: #ccc;
  font-size: 0.5em;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #eee;
  margin: 1em 0;
  padding: 0;
}
iframe {
  display: block;
  border: 0;
  width: 100%;
  min-height: 1150px;
}
#html-current-index,
#current-index {
  height: 100%;
}
#current-index main {
  width: 1200px;
  height: 100%;
  background-position: center left;
  background-size: 40%;
  background-repeat: no-repeat;
  position: relative;
  padding-top: 0px;
}
#current-index .presentation {
  margin-left: 40%;
  vertical-align: middle;
  width: 60%;
  text-align: right;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
#current-index .presentation h1 {
  font-size: 13em;
  padding-bottom: 30px;
  padding-right: 10px;
}
#current-index .presentation nav a {
  font-size: 2.7em;
  display: inline-block;
  padding: 20px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}
#tags {
  text-align: center;
}
.tag {
  display: inline-block;
  padding: 30px;
  font-size: 2em;
}
#current-project #tags .tag {
  color: #ccc;
  font-size: 1.5em;
}
#current-project #tags .tag:before {
  content: '#';
  font-size: 0.7em;
  padding-right: 5px;
}
#current-project #tags .tag:hover:before,
#current-project #tags .tag:focus:before {
  text-decoration: none;
}
.bottom-right-buttons {
  position: fixed;
  right: 20px;
  bottom: 50px;
  z-index: 1030;
}
.bottom-right-buttons a {
  font-size: 1.5em;
  padding: 20px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  display: block;
  text-align: right;
}
.bottom-right-buttons a.current {
  font-weight: bold;
}
.socials {
  text-align: center;
  padding-top: 40px;
}
.social {
  display: inline-block;
  padding: 30px;
  max-width: 168px;
  vertical-align: top;
  overflow: hidden;
  transition: opacity 0.2s ease;
}
.social .illustration {
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 50%;
  width: 168px;
  height: 168px;
  background-size: 90px;
}
.social h4 {
  padding: 20px 0 5px 0;
}
.social p {
  color: #ccc;
  line-height: 1.2em;
}
.social small {
  display: block;
  padding-top: 10px;
  font-size: 0.8em;
  opacity: 0.6;
}
.social.small {
  max-width: 104px;
}
.social.small .illustration {
  width: 104px;
  height: 104px;
  background-size: 64px;
}
.social:hover,
.social:focus {
  opacity: 0.8;
  text-decoration: none;
}
.publics {
  text-align: center;
  padding-top: 40px;
}
.public {
  display: inline-block;
  width: 207.5px;
  box-sizing: border-box;
  padding: 10px;
  padding-bottom: 20px;
  vertical-align: top;
  opacity: 0.9;
  transition: opacity 0.2s ease;
}
.public:hover,
.public:focus {
  text-decoration: none;
  opacity: 1;
}
.public .url,
.public .img {
  width: 100%;
  height: 187.5px;
  border-radius: 20px;
  background-position: center center;
  background-size: 100%;
  line-height: 187.5px;
  font-size: 62.25px;
}
.public h3 {
  padding-top: 10px;
}
input[name="search"] {
  margin: 50px 0;
  border: 0;
  font-size: 2em;
  text-align: center;
}
::placeholder {
  color: #ccc;
}
#projects {
  margin: 0 -5px;
  text-align: center;
  max-width: 100%;
}
.project {
  display: inline-block;
  border-radius: 10px;
  background-size: 120%;
  background-position: center center;
  width: 85%;
  margin: 20px 5%;
  height: 320px;
  transition: opacity 0.2s ease;
}
.project:hover,
.project:focus {
  opacity: 0.8;
}
.project.small {
  margin: 20px 2.5%;
  width: 40%;
  height: 220px;
}
#backbutton,
#full-image-close-button,
#full-text-close-button {
  font-family: 'HaasGrotesk', 'Raleway', sans-serif;
  display: block;
  position: fixed;
  right: 30px;
  top: 30px;
  z-index: 1030;
  font-size: 3em;
}
#backbutton:hover,
#full-image-close-button:hover,
#full-text-close-button:hover,
#backbutton:focus,
#full-image-close-button:focus,
#full-text-close-button:focus {
  text-decoration: none;
}
#current-blog main {
  width: 100%;
}
#project {
  padding-top: 30px;
  padding-bottom: 150px;
}
#project .illustration,
#project .presentation {
  display: block;
}
#project .illustration img {
  max-width: 100%;
  border-radius: 10px;
}
#project .presentation {
  text-align: center;
  font-size: 2em;
  padding: 5%;
}
#project .presentation p {
  color: #ccc;
}
#project .buttons {
  text-align: center;
  padding: 50px 0;
}
#project .buttons a {
  box-sizing: border-box;
  width: 50%;
}
#stats {
  text-align: center;
  font-size: 2em;
  padding: 20px 0 50px 0;
}
#stats .stat {
  display: inline-block;
  box-sizing: border-box;
  vertical-align: middle;
  padding: 20px 10px;
}
#stats .stat:last-child {
  border-right: 0;
}
#screenshots {
  text-align: center;
}
#screenshots .screenshot {
  display: inline-block;
  margin: 1%;
  width: 31.3333333%;
  height: 200px;
  box-sizing: border-box;
  border: 1px solid #ccc;
  border-radius: 10px;
  background-size: 150%;
  background-position: center center;
}
#full-image,
#full-text {
  padding: 50px 73px;
  text-align: center;
}
#full-image img,
#full-text img {
  border-radius: 10px;
  max-width: 100%;
}
#full-text {
  width: 830px;
  max-width: 100%;
  margin: auto;
  text-align: left;
}
#full-text > p:not(.markdown) {
  white-space: pre-wrap;
  font-family: monospace;
  font-size: 1.2em;
}
.markdown {
  border-bottom: 1px solid transparent;
}
.markdown p {
  padding: 0;
  text-align: justify;
  padding-bottom: 30px;
}
.markdown h1,
.markdown h2,
.markdown h3,
.markdown h4,
.markdown h6 {
  line-height: 200%;
}
.markdown img {
  max-width: 100%;
}
.markdown a {
  border-bottom: dashed 1px #ccc;
  transition: border-bottom 0.2s ease;
}
.markdown a:hover,
.markdown a:focus {
  border-bottom: solid 1px #666;
  text-decoration: none;
}
@media (max-width: 992px) {
  #current-index {
    background-position: center bottom;
    background-size: 300px;
    background-position-y: 0px;
  }
  .project {
    height: 250px;
  }
  .project.small {
    height: 150px;
  }
  #project {
    padding-top: 0;
  }
  #project .illustration {
    width: 100%;
  }
  #project .illustration img {
    border-radius: 0;
  }
  #project .stat {
    width: 100%!important;
  }
  #project .screenshot,
  #project .buttons a,
  #project .markdown {
    width: 90%;
    margin: 5%;
  }
  #full-image,
  #full-text {
    padding: 0;
    width: auto;
  }
  #full-image img,
  #full-text img {
    width: auto;
    max-width: none;
  }
  #current-index main {
    background-size: auto 500px;
    background-position: bottom center;
    padding-top: 30px;
    padding-bottom: 400px;
    margin-bottom: 30px;
    height: auto;
  }
  #current-index .presentation {
    position: static;
    transform: none;
    margin-left: 0;
    width: 100%;
    text-align: center;
  }
  #current-index .presentation h1 {
    font-size: 8em;
    padding: 30px;
  }
  #current-index .presentation nav a {
    font-size: 2em;
    width: 100%;
  }
}
#current-indexa main {
  width: 1200px;
  height: 100%;
  background-position: center left;
  background-size: 40%;
  background-repeat: no-repeat;
  position: relative;
  padding-top: 0px;
}
#current-indexa .presentation {
  margin-left: 40%;
  vertical-align: middle;
  width: 60%;
  text-align: right;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
#current-indexa .presentation h1 {
  font-size: 13em;
  padding-bottom: 30px;
  padding-right: 10px;
}
#current-indexa .presentation nav a {
  font-size: 2.7em;
  display: inline-block;
  padding: 20px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}
@media (max-width: 1292px) {
  .bottom-right-buttons {
    margin-top: 100px;
    padding-top: 20px;
    padding-bottom: 100px;
    border-top: 1px solid #eee;
    position: static;
  }
  .bottom-right-buttons a {
    text-align: center;
  }
}
#current-faq .faq-content {
  padding: 0 20px;
}
#current-faq h1 {
  text-align: center;
}
#current-faq h2 {
  line-height: auto;
  padding: 30px 0;
}
#current-faq p.answer {
  text-align: justify;
}
#current-faq p.answer ul {
  padding-top: 0;
  padding-bottom: 0;
}
#current-faq p.answer h1,
#current-faq p.answer h2,
#current-faq p.answer h3,
#current-faq p.answer h4,
#current-faq p.answer h5,
#current-faq p.answer h6 {
  font-family: inherit;
  padding: 10px 0;
  font-weight: normal;
}
