@import url("https://fonts.googleapis.com/css?family=Roboto&display=swap");
@import url("https://fonts.googleapis.com/css?family=Roboto+Mono&display=swap");
/**************************************************/
/* Screen sizes. Same breakpoints as bootstrap */
/**************************************************/
html {
  height: 100%;
  min-height: 500px;
}

body {
  height: 100%;
  font: 100% "Roboto", sans-serif;
  font-weight: 100;
  color: #c6c6c6;
  background-color: #313131;
  font-size: 18px;
  padding: 0px;
  margin: 0px;
}

div.full-page {
  height: 100%;
  position: relative;
}
@media screen and (min-width: 768px) {
  div.full-page {
    width: 750px;
    margin: auto;
  }
}
@media screen and (min-width: 992px) {
  div.full-page {
    width: 900px;
    margin: auto;
  }
}
@media screen and (min-width: 1200px) {
  div.full-page {
    width: 1000px;
    margin: auto;
  }
}
@media screen and (max-width: 768px) {
  div.full-page {
    padding-left: 10px;
    padding-right: 10px;
  }
}

div#bytecode {
  position: relative;
  top: 40%;
  -ms-transform: translateY(-40%);
  -webkit-transform: translateY(-40%);
  transform: translateY(-40%);
  font-family: "Roboto Mono", monospace;
  color: #fff;
}
div#bytecode p {
  margin-top: 0px;
  font-size: 24px;
}
@media screen and (max-width: 992px) {
  div#bytecode p {
    font-size: 16px;
  }
}

p.comment {
  color: #F4D07D;
}

div#footer {
  text-align: center;
  position: absolute;
  bottom: 0px;
  width: 100%;
}

div#about p {
  font-family: Roboto, sans-serif;
  margin-top: 60px;
  font-size: 14px;
}
@media screen and (max-width: 992px) {
  div#about p {
    font-size: 12px;
  }
}

div#about p br {
  display: none;
}
@media screen and (max-width: 992px) {
  div#about p br {
    display: inline;
  }
}

div#video {
  position: relative;
  top: 40%;
  -ms-transform: translateY(-40%);
  -webkit-transform: translateY(-40%);
  transform: translateY(-40%);
  text-align: center;
}

video#fly {
  width: 600px;
  height: 242px;
}
@media screen and (max-width: 600px) {
  video#fly {
    width: 300px;
    height: 141px;
  }
}

a {
  color: #616c83;
}

p {
  line-height: 1.5em;
}

strong {
  font-weight: 400;
}

img.footer-img {
  width: 32px !important;
  margin: 15px;
}

