@import url("https://fonts.googleapis.com/css?family=Raleway");
body {
  color: #111;
  font-family: 'Raleway', sans-serif;
  font-size: 1.3rem;
  line-height: 1.2;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased; }

@font-face {
  font-family: 'BebasNeueRegular';
  src: url("../fonts/BebasNeue.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/BebasNeue.eot?#iefix") format("embedded-opentype"), url("../fonts/../fonts/BebasNeue.woff") format("woff"), url("../fonts/BebasNeue.ttf") format("truetype"), url("../fonts/BebasNeue.svg#BebasNeue") format("svg");
  /* Legacy iOS */
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility; }
/* colors */
.lime {
  color: #87FF00; }

.cyan {
  color: #0FDFFF; }

/* general */
*:focus {
  outline: none; }

ul {
  list-style: none;
  margin: 0;
  padding: 0; }

ul li {
  margin-bottom: 5px; }

.fn-clearfix {
  clear: both; }

/* typography and links */
h1, h2, h3, h4, h5, h6 {
  /*font-family: 'BebasNeueRegular', Helvetica Neue, Arial, sans-serif;*/
  font-family: 'Raleway', sans-serif;
  font-weight: 100; }

a, a:active, a:visited {
  text-decoration: none;
  color: #329AFF; }
  a:hover, a:active:hover, a:visited:hover {
    color: #317ADD; }

.page-content--title {
  font-size: 4vh; }

.main-menu .main-menu--item {
  margin-right: 16px; }

.container {
  display: grid;
  grid-template-rows: auto auto;
  grid-template-areas: "hero hero hero" "content content content"; }

section {
  text-align: center; }
  section.grid-hero img {
    position: relative;
    top: 10px;
    width: 300px; }

section#hero {
  grid-area: hero;
  place-self: center stretch; }

.grid-item {
  padding: 20px;
  text-align: left; }

.list .list-item {
  width: 50%;
  display: inline-block;
  color: #FFD96A; }

.list .list-item:after {
  content: "/";
  color: #fff; }

.list .list-code {
  width: 48%;
  display: inline-block; }

.list a {
  color: #329AFF; }

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

.tooltip-wrapper {
  position: relative;
  display: inline-block; }

.tooltip-wrapper .tooltip {
  margin-right: 6px; }

.tooltip-wrapper .tooltip p {
  margin: 0;
  border-bottom: 1px dotted #fff; }

.tooltip-wrapper .tooltip .tooltiptext {
  border-bottom: none;
  display: none;
  width: 120px;
  background-color: rgba(255, 255, 255, 0.9);
  color: #000;
  text-align: center;
  border-radius: 6px;
  padding: 5px;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -60px; }

.tooltip-wrapper .tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.9) transparent transparent transparent; }

.tooltip-wrapper .tooltip:hover .tooltiptext, .tooltip-wrapper .tooltip:focus .tooltiptext {
  display: block; }

.terminal {
  font-weight: 500; }
  .terminal .terminal-header {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    background-color: #191919;
    padding: 15px;
    color: #aaa;
    text-align: center; }
    .terminal .terminal-header .terminal-header-title {
      margin: 0;
      padding: 0;
      font-size: 14px; }

.terminal .terminal-body {
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  background-color: rgba(0, 0, 0, 0.95);
  color: #fff;
  padding: 15px;
  box-shadow: 0px 10px 30px -12px rgba(0, 0, 0, 0.75); }

.terminal .terminal-body .terminal-command {
  margin: 0 0 5px 0;
  padding: 0;
  font-weight: 500; }

.terminal .terminal-body .list {
  margin: 0;
  padding: 0; }

.terminal:hover .terminal-header, .terminal:focus .terminal-header {
  color: #fff; }

.terminal:hover .terminal-body, .terminal:focus .terminal-body {
  box-shadow: 0px 20px 40px -12px rgba(0, 0, 0, 0.9); }

.material-symbols-sharp {
  font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 48; }

@media screen and (max-width: 760px) {
  .container {
    display: block; }

  .container .tooltip-wrapper .tooltip p {
    border-bottom: none; } }
