@import "https://fonts.googleapis.com/css2?family=Questrial&family=Ubuntu:wght@300&display=swap";
* {
  color: #242424;
  box-sizing: border-box;
  background-color: #f2f2f2;
  font-family: Ubuntu, sans-serif;
  font-weight: normal;
}

h1, h2, h3, h4, h5, h6 {
  font-family: Questrial, sans-serif;
}

.center {
  text-align: center;
}

body, html {
  margin: 0;
  padding: 0;
  font-size: 100%;
  position: fixed;
  overflow: hidden;
}

html {
  scroll-behavior: smooth;
}

body > #wrapper {
  scroll-behavior: smooth;
  height: 100vh;
  width: 100vw;
  -webkit-overflow-scrolling: touch;
  overflow-y: hidden;
}

footer.col-12 {
  padding-bottom: 30vh;
}

hr {
  margin: 0;
}

.reference {
  word-wrap: break-word;
}

ul {
  margin: 0;
  list-style-position: inside;
}

@keyframes spin {
  from {
    transform: rotate(0);
  }

  to {
    transform: rotate(360deg);
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
    display: none;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    z-index: 1;
    display: none;
  }
}

@keyframes slideOutBottom {
  from {
    opacity: 1;
    position: fixed;
    top: 0;
    left: 0;
  }

  to {
    opacity: 0;
    position: fixed;
    top: 100vh;
    left: 0;
  }
}

[class*="col-"] {
  width: 100%;
  float: left;
  padding: 10px;
}

.mobileOnly {
  display: inline-block;
}

.tabletAbove, .desktopOnly {
  display: none;
}

.picture {
  width: unset;
}

@media only screen and (min-width: 500px) {
  .tabletAbove {
    display: inline-block;
  }

  .mobileOnly {
    display: none;
  }
}

@media only screen and (min-width: 768px) {
  .col-1 {
    width: 8.33%;
  }

  .col-2 {
    width: 16.66%;
  }

  .col-3 {
    width: 25%;
  }

  .col-4 {
    width: 33.33%;
  }

  .col-5 {
    width: 41.66%;
  }

  .col-6 {
    width: 50%;
  }

  .col-7 {
    width: 58.33%;
  }

  .col-8 {
    width: 66.66%;
  }

  .col-9 {
    width: 75%;
  }

  .col-10 {
    width: 83.33%;
  }

  .col-11 {
    width: 91.66%;
  }

  .col-12 {
    width: 100%;
  }

  .desktopOnly {
    display: inline-block;
  }
}

#loadingScreen {
  width: 100vw;
  height: 100vh;
  z-index: 10;
  position: fixed;
  top: 0;
  left: 0;
}

#loadingScreen #logo {
  max-height: 100%;
  margin-top: -100px;
  margin-left: -85px;
  padding: 0;
  position: relative;
  top: 40vh;
  left: 50vw;
}

#loadingScreen #spinner {
  max-height: 100%;
  background-color: #0000;
  margin-top: -25px;
  margin-left: -110px;
  padding: 0;
  animation: 1s linear infinite spin;
  position: relative;
  top: 50vh;
  left: 50vw;
}

#menu {
  height: 100vh;
  width: 0;
  z-index: 5;
  -o-transition: .5s;
  cursor: pointer;
  background-color: #000000e6;
  transition: all .5s;
  position: fixed;
  top: 0;
  left: 0;
  overflow-x: hidden;
}

#menu #menuClose {
  padding: 0 10px;
  font-size: 2.1875em;
  position: absolute;
  top: 15px;
  right: 35px;
}

#menu a {
  color: #f2f2f2;
  -o-transition: .3s;
  background-color: #0000;
  padding: 8px;
  font-size: 1.25em;
  text-decoration: none;
  transition: all .3s;
  display: block;
}

#menu a:hover, #menu a:focus {
  color: #242424;
  background-color: #f6e44a;
}

#menu #menuContent {
  width: 100vw;
  text-align: center;
  background-color: #0000;
  margin-top: 30px;
  position: relative;
  top: 25vh;
}

#navbar {
  width: 100vw;
  z-index: 4;
  -o-transition: .3s;
  transition: all .3s;
  position: fixed;
  top: 0;
}

#navbar #nav {
  padding: 0;
}

#navbar #nav a {
  float: left;
  text-align: center;
  -o-transition: .3s;
  padding: 15px;
  text-decoration: none;
  transition: all .3s;
}

#navbar #nav a:hover, #navbar #nav a:focus {
  background-color: #f6e44a;
}

#navbar #nav #menuOpen {
  height: 49px;
  width: 49px;
  cursor: pointer;
  float: right;
  border: none;
  outline: none;
  padding: 0;
}

#navbar #nav #menuOpen:hover, #navbar #nav #menuOpen:focus {
  background-color: #f6e44a;
}

#navbar #nav #navbarTux {
  height: 49px;
  width: 49px;
  cursor: pointer;
  float: left;
  max-height: 100%;
  background: url("favicon.ebf16cf2.ico") center no-repeat;
  border: none;
  outline: none;
  padding: 0;
}

#progressContainer {
  width: 100vw;
  height: 8px;
  background-color: #242424;
  padding: 0;
}

#progressContainer #progressBar {
  width: 0;
  height: 8px;
  background-color: #f6e44a;
}

#backToTopButton {
  color: #f2f2f2;
  height: 40px;
  width: 40px;
  text-align: center;
  z-index: 3;
  -o-transition: .3s;
  cursor: pointer;
  background-color: #242424;
  border: none;
  border-radius: 25px;
  outline: none;
  margin: 0 0 0 -25px;
  padding: 0;
  font-size: 1.3334em;
  transition: all .3s;
  animation: .5s forwards fadeOut;
  position: fixed;
  bottom: 30px;
  right: 30px;
}

#backToTopButton:hover {
  color: #242424;
  background-color: #f6e44a;
}

.noJs #title, .no-webp #title {
  background: url("200px-Tux.svg-opaque.3b441b1d.png") center space;
}

.webp #title {
  background: url("200px-Tux.svg-opaque.f873d0d3.webp") center space;
}

.noJs #unix, .no-webp #unix {
  background: url("PDP7.0ca47d1b.png") center / cover no-repeat;
}

.webp #unix {
  background: url("PDP7.175367df.webp") center / cover no-repeat;
}

.noJs #gnuAndLinux, .no-webp #gnuAndLinux {
  background: url("X-Window-System-opaque.d09e9135.png") center / cover no-repeat;
}

.webp #gnuAndLinux {
  background: url("X-Window-System-opaque.1e631ac4.webp") center / cover no-repeat;
}

.noJs #shinyShinyDistros, .no-webp #shinyShinyDistros {
  background: url("sele_linuxmint_center-opaque.814ca51d.png") center / cover no-repeat;
}

.webp #shinyShinyDistros {
  background: url("sele_linuxmint_center-opaque.977514a3.webp") center / cover no-repeat;
}

header {
  height: calc(100vh - 57px);
  margin-top: 57px;
}

header#unix {
  margin-top: unset;
  height: 100vh;
}

header h1 {
  text-align: center;
  border: 2px solid #242424;
  margin: 0;
  padding: 15px;
  font-size: 3.3125em;
}

.wordContainer {
  background-color: #0000;
  display: inline-block;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

blockquote.quote {
  border-left: 3px solid #8b8b8b;
  margin: 1em 0;
  padding-left: 40px;
}

blockquote.quote .indent {
  padding-left: 1.6em;
}

figure {
  margin: 0;
}

figure figcaption {
  text-align: center;
}

figure figcaption p {
  margin: 0;
}

figure img {
  max-width: 100%;
  display: inline-block;
  position: relative;
  left: 50%;
  transform: translate(-50%);
}

#switcher {
  padding: 0;
  display: inline-block;
  position: relative;
  left: 50%;
  transform: translate(-50%);
}

#switcher a {
  text-align: center;
  -o-transition: .3s;
  padding: 15px;
  text-decoration: none;
  transition: all .3s;
  display: inline-block;
}

#switcher a:hover, #switcher a:focus {
  background-color: #f6e44a;
}

footer {
  text-align: center;
}

div.no {
  text-align: center;
  margin-top: 57px;
  padding-bottom: 30px;
}

div.no a.no {
  -o-transition: .3s;
  font: 33.33vw Questrial, sans-serif;
  transition: all .3s;
}

div.no a.no:hover, div.no a.no:focus {
  background-color: #f6e44a;
}

/*# sourceMappingURL=404.0433c01d.css.map */
