.slide {
  margin-top: 0px;
}

.slider {
  height: 100vh;
  margin-top: 60px;
}

.section {
  display: -ms-grid;
  display: grid;
  margin-right: 80px;
  margin-left: 80px;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-areas: "Area Area-2"
    "Area-3 Area-4";
  -ms-grid-columns: 2.75fr 20px 0.75fr;
  grid-template-columns: 2.75fr 0.75fr;
  -ms-grid-rows: auto 20px auto;
  grid-template-rows: auto auto;
}

.navbar {
  position: -webkit-sticky;
  position: sticky;
  left: 0%;
  top: 0vh;
  right: 0%;
  bottom: 10px;
  z-index: 999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  float: none;
  clear: none;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border-style: solid;
  border-width: 3px;
  border-color: #9400b3;
  border-radius: 0px;
  background-color: #070000;
  background-image: url('../images/technosmokerfinal.gif');
  background-position: 100% 50%;
  background-size: auto;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  -o-object-fit: fill;
  object-fit: fill;
}

.footer-dark {
  position: relative;
  display: block;
  height: 20%;
  padding: 10px 30px 15px;
  border-bottom: 1px solid #e4ebf3;
  background-color: #f5f7fa;
}

.container {
  width: 100%;
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
}

.footer-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer-content {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  -ms-grid-columns: auto auto 1fr 1fr;
  grid-template-columns: auto auto 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.footer-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.title-small {
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 16px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.footer-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 12px;
  margin-bottom: 6px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #1a1b1f;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

.footer-link:hover {
  color: rgba(26, 27, 31, 0.75);
}

.footer-social-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 12px;
  margin-left: -12px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-social-link {
  margin-left: 12px;
}

.footer-divider {
  width: 100%;
  height: 1px;
  margin-top: 0px;
  margin-bottom: 15px;
  background-color: #e4ebf3;
}

.footer-copyright-center {
  font-size: 14px;
  line-height: 16px;
  text-align: center;
}

.image {
  width: 100%;
  height: 100%;
  max-width: none;
  border-radius: 20px;
  box-shadow: 3px 3px 3px 0 #000;
  -o-object-fit: fill;
  object-fit: fill;
}

.nav-link {
  width: 10vw;
  height: 10vh;
}

.nav-link-2 {
  width: 10vw;
  height: 10vh;
}

.nav-menu {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  margin: 20px -80px 20px 0px;
  padding: 0px 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 3px;
  border-color: #dc30ff;
  border-radius: 20px;
  background-color: transparent;
  box-shadow: 1px 1px 10px 0 #000;
  -webkit-backdrop-filter: blur(5px) blur(5px);
  backdrop-filter: blur(5px) blur(5px);
  outline-color: #333;
  outline-offset: 0px;
  outline-style: none;
  outline-width: 3px;
  cursor: auto;
  mix-blend-mode: normal;
}

.nav-link-3 {
  width: 10vw;
  height: 10vh;
}

.nav-link-4 {
  width: 10vw;
  height: 10vh;
}

.div-block {
  display: inline-block;
}

.container-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  align-self: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.navbarblock {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  height: auto;
  margin: 15px 20px 14px;
  padding: 0px 20px 0px 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: center;
}

.image-2 {
  display: block;
  margin-top: -32px;
  text-align: left;
}

.image-3 {
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.text-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.image-4 {
  display: inline-block;
  margin-top: 0px;
}

.image-5 {
  display: block;
  margin-top: 0px;
}

.navblockheading {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 50%;
  height: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  direction: rtl;
  font-family: 'Oldschooladventures 42j9', sans-serif;
  color: #fff;
  text-shadow: 3px 1px 0 #000;
  -o-object-fit: fill;
  object-fit: fill;
}

.image-6 {
  margin-bottom: 8px;
  padding-top: 0px;
}

.container-3 {
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.html-embed {
  width: 7%;
}

.brand {
  display: block;
  width: 40%;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.search {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25vw;
  margin-right: 5px;
  margin-left: 95px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  background-color: transparent;
  box-shadow: inset 0 0 14px 4px #000;
  text-align: left;
}

.search-button {
  display: inline-block;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  font-family: 'Diaryofan8bitmage lydd', sans-serif;
  text-align: left;
}

.field-label {
  border-radius: 20px;
  background-color: #5c08d1;
  text-align: center;
}

.search-input {
  font-family: 'Diaryofan8bitmage lydd', sans-serif;
}

.twitter {
  width: 300px;
}

.section-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none;
  border-width: 1px;
  border-color: red;
  background-color: transparent;
  background-image: url('../images/shrunkRainbow.gif'), url('../images/2825881.gif');
  background-position: 100% 50%, 100% 50%;
  background-size: auto, auto;
  text-align: center;
}

.container-4 {
  background-color: rgba(236, 150, 150, 0);
}

.container-4.homequestion {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 220px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.rured {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  padding-right: 5px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: hsla(0, 0%, 100%, 0);
  font-family: 'Diaryofan8bitmage lydd', sans-serif;
  color: #fff;
  font-size: 80px;
  line-height: 100px;
  text-shadow: 4px 4px 6px #000;
}

.yesorno {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  cursor: auto;
}

.image-7 {
  margin-top: -26px;
  padding-top: 0px;
}

.column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.column-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.body {
  background-color: #080808;
}

.meat {
  margin-top: 40px;
  margin-bottom: 40px;
}

.heading {
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: 'Diaryofan8bitmage lydd', sans-serif;
  font-size: 50px;
  line-height: 70px;
}

.text-block-2 {
  padding-bottom: 10px;
  font-family: 'Oldschooladventures 42j9', sans-serif;
}

.paragraph {
  font-family: 'Oldschooladventures 42j9', sans-serif;
  font-size: 20px;
  line-height: 55px;
}

.column-3 {
  border: 3px solid #000;
  border-radius: 0px;
}

.text-block-3 {
  font-family: 'Diaryofan8bitmage lydd', sans-serif;
  color: #9c9c9c;
}

.homelogo {
  display: block;
  overflow: visible;
  width: auto;
  min-width: auto;
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 0px 0px 0px 5px;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border-radius: 20px;
  background-color: hsla(0, 0%, 100%, 0);
}

.homelogo.w--current {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 5px;
  padding-right: 0px;
  padding-bottom: 5px;
  border-radius: 20px;
  background-color: hsla(0, 0%, 100%, 0);
}

.columns {
  width: 60%;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.navbar-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-2 {
  width: 10%;
  height: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.image-8 {
  display: block;
}

.container-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-height: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.navbarlinux {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 18vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: flex-end;
  -ms-flex-line-pack: end;
  align-content: flex-end;
  background-image: url('../images/ezgif.com-gif-maker.gif');
  background-position: 0px 0px;
  background-size: auto;
}

.container-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  max-height: 90%;
  max-width: 80%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.homebutton {
  width: 15%;
  height: 100%;
  max-height: 100.00016794%;
}

.navbarblock2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  height: 100%;
  max-height: 100%;
  max-width: 15%;
  margin: 5px 20px 0px;
  padding: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 20px;
  text-align: center;
}

.image-9 {
  width: 70%;
  height: 80%;
  max-width: none;
  border-radius: 20px;
  -o-object-fit: fill;
  object-fit: fill;
}

.navblockheading-2 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 50%;
  height: 20px;
  margin-top: 0px;
  margin-bottom: 5px;
  padding-top: 1px;
  padding-bottom: 5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  direction: rtl;
  font-family: 'Oldschooladventures 42j9', sans-serif;
  color: #fff;
  line-height: 0px;
  text-shadow: 3px 1px 0 #000;
  -o-object-fit: fill;
  object-fit: fill;
}

.nav-menu-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-style: solid;
  border-width: 2px;
  border-color: rgba(73, 170, 255, 0.53);
  border-radius: 20px;
  background-color: rgba(4, 141, 141, 0.1);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
}

.topiclogo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 12%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.linuxlogo {
  width: 85%;
  margin-bottom: 5px;
  border-style: solid;
  border-width: 3px;
  border-color: #2f0;
  border-radius: 20px;
  background-color: rgba(45, 152, 13, 0.52);
  box-shadow: 1px 1px 3px 0 #90bacf;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}

.homerlogo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 9%;
  max-width: 12%;
  margin-top: 10px;
  margin-bottom: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.homerlogo-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 9%;
  max-width: 12%;
  margin-top: 10px;
  margin-bottom: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.navbar-crypto {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 12vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/2825847.gif');
  background-position: 0px 0px;
  background-size: contain;
}

.heading-2 {
  margin-bottom: 20px;
  box-shadow: 1px 1px 2px 0 #000;
  font-size: 80px;
  line-height: 100px;
  text-align: center;
}

.paragraph-2 {
  padding-right: 10px;
  padding-left: 10px;
  font-size: 30px;
  line-height: 60px;
}

.list-item {
  padding-bottom: 20px;
  font-size: 30px;
  line-height: 40px;
}

.heading-3 {
  text-decoration: underline;
}

.navbarlscience {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 18vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: flex-end;
  -ms-flex-line-pack: end;
  align-content: flex-end;
  background-image: url('../images/ezgif.com-gif-maker.gif');
  background-position: 0px 0px;
  background-size: auto;
}

.navbar-3 {
  border-style: solid;
  border-width: 1px;
  border-color: #48ceff;
  background-image: url('../images/2825711.gif');
  background-position: 100% 50%;
  background-size: cover;
}

.homerlogoscience {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 9%;
  max-width: 12%;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border: 1px none #000;
  border-radius: 0px;
}

.homerlogoscience.w--current {
  width: 9%;
}

.sciencelogo {
  width: 85%;
  margin-bottom: 0px;
  border-style: solid;
  border-width: 3px;
  border-color: #4ac3ff;
  border-radius: 20px;
  background-color: rgba(107, 145, 155, 0.52);
  box-shadow: 1px 1px 3px 0 #90bacf;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}

.homelogoscience {
  width: 85%;
  border-style: solid;
  border-width: 3px;
  border-color: #49c0fc;
  border-radius: 20px;
  background-color: rgba(148, 182, 192, 0.52);
  box-shadow: 1px 1px 3px 0 #90bacf;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}

.section-3 {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

.nav-menu-linux {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-style: solid;
  border-width: 2px;
  border-color: rgba(60, 255, 0, 0.53);
  border-radius: 20px;
  background-color: rgba(4, 141, 141, 0.1);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}

.navbarcryrpto {
  border-style: solid;
  border-width: 1px;
  border-color: #ffc800;
  background-image: url('../images/2825847.gif');
  background-position: 0px 0px;
  background-size: contain;
}

.cryptologo {
  width: 85%;
  border-style: solid;
  border-width: 3px;
  border-color: #ffae00;
  border-radius: 20px;
  background-color: rgba(0, 0, 0, 0.05);
  box-shadow: 1px 1px 3px 0 #90bacf;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}

.homerlogocrypto {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 10%;
  max-width: 12%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border: 1px none #000;
  border-radius: 0px;
}

.homerlogocrypto.w--current {
  width: 9%;
}

.nav-menu-crypto {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 75%;
  height: 90%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-style: solid;
  border-width: 3px;
  border-color: #fff;
  border-radius: 20px;
  background-color: rgba(4, 141, 141, 0.1);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
}

.homelogocrypto {
  width: 85%;
  border-style: solid;
  border-width: 3px;
  border-color: #ffae00;
  border-radius: 20px;
  background-color: rgba(45, 152, 13, 0);
  box-shadow: 1px 1px 3px 0 #90bacf;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}

.navbarblockcrypto {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  height: 100%;
  max-height: 100%;
  max-width: 40%;
  margin: 5px 5px 0px;
  padding: 0px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 20px;
  text-align: center;
}

.navblockheadingcrypto {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 50%;
  height: 20px;
  margin-top: 0px;
  margin-bottom: 5px;
  padding-top: 1px;
  padding-bottom: 5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  direction: rtl;
  font-family: 'Oldschooladventures 42j9', sans-serif;
  color: #fff;
  font-size: 15px;
  line-height: 0px;
  text-shadow: 3px 1px 0 #000;
  -o-object-fit: fill;
  object-fit: fill;
}

.slide-2 {
  background-image: url('../images/1270087.jpg');
  background-position: 50% 70%;
  background-size: auto;
}

.grid {
  display: -ms-grid;
  display: grid;
  max-width: 80%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: end;
  -ms-flex-line-pack: end;
  align-content: end;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.container-9 {
  max-width: 65%;
}

.section-4 {
  display: block;
  margin-top: 20px;
  margin-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nameofart {
  margin-bottom: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: 'Diaryofan8bitmage lydd', sans-serif;
}

.descriptofart-small {
  margin-top: 2px;
  margin-bottom: 2px;
  font-size: 12px;
  line-height: 16px;
}

.learnmore {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20%;
  padding: 20px 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #000;
  border-radius: 20px;
  background-color: #2e2e2e;
  box-shadow: 1px 1px 3px 0 #000;
  font-family: 'Oldschooladventures 42j9', sans-serif;
  color: #fff;
}

.link-blck {
  margin-top: 20px;
}

.link-blck.learnmore {
  margin-top: 10%;
  padding-bottom: 20px;
  background-color: rgba(255, 0, 0, 0);
  background-image: none;
}

.link-blck.learnmore-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5%;
  padding-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: rgba(255, 0, 0, 0);
  background-image: none;
}

.column-4 {
  display: block;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.columns-2 {
  position: relative;
  max-height: 20%;
  max-width: 65%;
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 40px;
}

.section-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nameofart-small {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: 'Diaryofan8bitmage lydd', sans-serif;
  font-size: 25px;
  line-height: 20px;
}

.dateofart-small {
  font-size: 11px;
}

.descriptofart {
  margin-top: 10px;
}

.heading-4 {
  margin-top: 2px;
  margin-bottom: 3px;
}

.columns-3 {
  margin-right: 0px;
  margin-left: 0px;
}

.column-5 {
  padding-right: 20px;
  padding-left: 0px;
}

.column-6 {
  padding-right: 0px;
  padding-left: 20px;
}

.body-2 {
  background-color: #fff;
}

.nav-menu-coding {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 75%;
  height: 80%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-style: solid;
  border-width: 2px;
  border-color: rgba(255, 48, 193, 0.53);
  border-radius: 20px;
  background-color: rgba(4, 141, 141, 0.1);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}

.navbarcoding {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 18vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: flex-end;
  -ms-flex-line-pack: end;
  align-content: flex-end;
  border-style: solid;
  border-width: 1px;
  border-color: #f600ff;
  border-radius: 0px;
  background-image: url('../images/8351153.gif');
  background-position: 50% 78%;
  background-size: cover;
  background-repeat: repeat;
  background-attachment: scroll;
}

.homerlogo-coding {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 9%;
  max-width: 12%;
  margin-top: 10px;
  margin-bottom: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.codinglogo {
  width: 85%;
  margin-bottom: 5px;
  padding: 5px;
  border-style: solid;
  border-width: 3px;
  border-color: #f0e;
  border-radius: 20px;
  background-color: rgba(255, 3, 196, 0.09);
  box-shadow: 1px 1px 3px 0 #90bacf;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}

.codinghomelogo {
  width: 85%;
  margin-bottom: 5px;
  border-style: solid;
  border-width: 3px;
  border-color: #ff22f0;
  border-radius: 20px;
  background-color: rgba(152, 13, 147, 0.14);
  box-shadow: 1px 1px 3px 0 #90bacf;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}

.navbarblockcoding {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  height: 100%;
  max-height: 100%;
  max-width: 12%;
  margin: 5px 20px;
  padding: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 20px;
  text-align: center;
}

.image-9-coding {
  width: 100%;
  height: 100%;
  max-width: none;
  margin-top: 2px;
  border-radius: 20px;
  -o-object-fit: fill;
  object-fit: fill;
}

.navbargaming {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 18vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: flex-end;
  -ms-flex-line-pack: end;
  align-content: flex-end;
  border-style: solid;
  border-width: 1px;
  border-color: #2b36ff;
  border-radius: 0px;
  background-image: url('../images/8351169.gif'), url('../images/8351153.gif');
  background-position: 100% 46%, 0% 100%;
  background-size: auto, 100% 200%;
  background-repeat: repeat, repeat;
  background-attachment: scroll, scroll;
}

.gaminghomelogo {
  width: 85%;
  margin-bottom: 5px;
  border-style: solid;
  border-width: 3px;
  border-color: #c51313;
  border-radius: 20px;
  background-color: rgba(0, 0, 0, 0.22);
  box-shadow: 1px 1px 3px 0 #90bacf;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}

.nav-menu-gaming {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 75%;
  height: 80%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-style: solid;
  border-width: 2px;
  border-color: rgba(255, 0, 0, 0.53);
  border-radius: 20px;
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}

.homerlogo-gaming {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 9%;
  max-width: 12%;
  margin-top: 10px;
  margin-bottom: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.image-10 {
  display: inline-block;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.coffeetime {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-11 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.text-block-4 {
  padding-top: 2px;
}

.image-12 {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

@media screen and (max-width: 991px) {
  .navbar {
    margin-top: 0px;
    margin-right: 0px;
    padding-right: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-position: 50% 50%;
    background-size: cover;
  }

  .container {
    max-width: 728px;
  }

  .footer-content {
    grid-column-gap: 60px;
  }

  .image {
    width: 96%;
    max-width: 400px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 5px;
    padding-bottom: 0px;
    padding-left: 5px;
    box-shadow: 1px 1px 3px 0 #000;
  }

  .nav-menu {
    width: 80%;
    height: 100%;
    margin-right: 0px;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .container-2 {
    width: 100%;
  }

  .navbarblock {
    width: 15%;
    margin-right: 10px;
    margin-left: 10px;
    padding-right: 5px;
    padding-left: 0px;
  }

  .navblockheading {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    text-decoration: none;
    text-transform: none;
  }

  .icon {
    padding-left: 20px;
  }

  .brand {
    width: 25%;
    margin-right: 0px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .search {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
    width: 40%;
    height: 10%;
    margin: 0px 5px 10px 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    align-self: flex-end;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    grid-auto-columns: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    box-shadow: 0 3px 1px 0 #000;
    outline-color: #333;
    outline-offset: 0px;
    outline-style: none;
    outline-width: 3px;
    text-align: left;
  }

  .search-button {
    display: block;
    width: 10%;
    height: 38px;
    min-height: auto;
    min-width: auto;
    padding: 0px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    text-align: center;
  }

  .search-input {
    display: block;
    overflow: visible;
    width: 90%;
    min-height: 100%;
    margin-bottom: 0px;
    padding: 0px 0px 0px 3px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  .section-2 {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-right: 112px;
    background-position: 100% 100%;
    background-size: auto 105vh;
  }

  .container-4 {
    position: static;
    display: block;
    max-width: 80%;
    margin-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: center;
  }

  .container-4.homequestion {
    margin-bottom: 212px;
    padding-right: 50px;
  }

  .rured {
    width: 120px;
    font-size: 35px;
    line-height: 80px;
  }

  .yesorno {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 120px;
    margin-right: 0px;
    padding-right: 0px;
  }

  .column {
    padding-right: 40px;
    padding-left: 0px;
  }

  .column-2 {
    position: relative;
    padding-left: 0px;
  }

  .homelogo {
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .homelogo.w--current {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    padding-right: 10px;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    background-color: hsla(0, 0%, 100%, 0);
  }

  .columns {
    width: 100%;
  }

  .navbar-2 {
    height: auto;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .div-block-2 {
    width: 10%;
  }

  .image-8 {
    width: 100%;
    height: 100%;
  }

  .container-6 {
    display: block;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .container-7 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 100px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .navbarlinux {
    height: 10vh;
  }

  .container-8 {
    max-width: 20%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .navbarblock2 {
    width: 50%;
    height: auto;
    max-width: none;
    margin-right: 10px;
    margin-left: 10px;
    padding-right: 5px;
    padding-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    border-radius: 0px;
  }

  .image-9 {
    width: 96%;
    max-width: 400px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 5px;
    padding-bottom: 0px;
    padding-left: 5px;
  }

  .navblockheading-2 {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    text-decoration: none;
    text-transform: none;
  }

  .nav-menu-3 {
    overflow: auto;
    width: 15%;
    height: 40%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    text-align: left;
  }

  .menu-button-3 {
    border: 1px solid #000;
    border-radius: 20px;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
  }

  .homerlogo {
    width: 11%;
    max-width: 15%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .navbar-crypto {
    height: 10vh;
  }

  .navbarlscience {
    height: 10vh;
  }

  .sciencelogo {
    border-width: 2px;
  }

  .homelogoscience {
    border-width: 2px;
  }

  .nav-menu-linux {
    width: 20%;
    height: 75%;
  }

  .cryptologo {
    border-width: 2px;
  }

  .nav-menu-crypto {
    overflow: auto;
    width: 15%;
    height: 40%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    text-align: left;
  }

  .navbarblockcrypto {
    width: 50%;
    height: auto;
    max-width: none;
    margin-right: 10px;
    margin-left: 10px;
    padding-right: 5px;
    padding-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    border-radius: 0px;
  }

  .navblockheadingcrypto {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    text-decoration: none;
    text-transform: none;
  }

  .descriptofart-small {
    font-size: 12px;
  }

  .learnmore {
    margin-top: 0%;
    margin-bottom: 0px;
    padding-top: 2px;
    padding-bottom: 2px;
    font-size: 14px;
  }

  .link-blck.learnmore-link {
    margin-top: 0px;
    padding-bottom: 10px;
  }

  .column-4 {
    display: block;
    height: 32%;
    max-height: 100%;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .descriptofart {
    font-size: 12px;
  }

  .column-7 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .nav-menu-coding {
    width: 20%;
    height: 75%;
  }

  .navbarcoding {
    height: 10vh;
    background-image: url('../images/8351153.gif');
    background-position: 50% 78%;
    background-size: cover;
  }

  .navbarblockcoding {
    width: 50%;
    height: auto;
    max-width: none;
    margin-right: 10px;
    margin-left: 10px;
    padding-right: 5px;
    padding-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    border-radius: 0px;
  }

  .image-9-coding {
    width: 96%;
    max-width: 400px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 5px;
    padding-bottom: 0px;
    padding-left: 5px;
  }

  .navbargaming {
    height: 10vh;
    background-image: url('../images/8351169.gif');
    background-position: 60% 45%;
    background-size: cover;
  }

  .nav-menu-gaming {
    width: 20%;
    height: 75%;
  }

  .homerlogo-gaming.w--current {
    width: 11%;
    margin-bottom: 0px;
  }

  .menu-button-linux {
    border-style: solid;
    border-width: 1px;
    border-color: #fff;
    border-radius: 20px;
    background-color: hsla(0, 0%, 100%, 0.49);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
  }

  .menu-button-crypto {
    border-style: solid;
    border-width: 1px;
    border-color: #fff;
    border-radius: 20px;
    background-color: hsla(0, 0%, 100%, 0.26);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    color: #000;
  }
}

@media screen and (max-width: 767px) {
  .navbar {
    margin-top: 0px;
  }

  .footer-dark {
    padding-right: 15px;
    padding-left: 15px;
  }

  .footer-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer-content {
    margin-top: 40px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .footer-block {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer-link:hover {
    color: rgba(26, 27, 31, 0.75);
  }

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .footer-divider {
    margin-top: 60px;
  }

  .image {
    position: static;
    width: 100%;
    height: auto;
    max-height: none;
    max-width: 100%;
    min-height: auto;
    min-width: auto;
    margin-left: 0px;
    padding-right: 0px;
    box-shadow: 3px 3px 3px 0 #000;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .nav-menu {
    position: relative;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
    width: 5%;
    height: auto;
    margin: 10px auto 0px;
    padding: 20px 0px 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-color: #ffd0f6;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    -o-object-fit: fill;
    object-fit: fill;
  }

  .container-2 {
    width: 60%;
    height: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .navbarblock {
    position: -webkit-sticky;
    position: sticky;
    width: 50%;
    margin-left: 40px;
  }

  .navblockheading {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50px;
    height: 50px;
    margin-left: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 0px;
    background-color: transparent;
    box-shadow: 1px 1px 3px 0 #000;
    font-family: 'Diaryofan8bitmage lydd', sans-serif;
    color: #fff;
    text-align: center;
  }

  .brand {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 30%;
    height: auto;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .search {
    width: 30%;
    height: 5px;
    max-height: none;
    min-height: auto;
    margin-top: 5px;
    margin-right: 5px;
    margin-bottom: 24px;
    padding-right: 0px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    box-shadow: inset 0 0 0 -20px #000;
  }

  .search-button {
    width: 20%;
    margin-bottom: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .search-input {
    width: 100%;
  }

  .menu-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    background-color: #ff0505;
    color: #fff;
  }

  .section-2 {
    background-image: url('../images/shrunkRainbow.gif');
  }

  .container-4.homequestion {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-size: 14px;
  }

  .rured {
    font-size: 40px;
    line-height: 50px;
    text-align: left;
  }

  .yesorno {
    width: 105px;
    max-width: none;
    margin-bottom: 5px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: left;
  }

  .image-7 {
    margin-bottom: 19px;
  }

  .column {
    padding-left: 0px;
  }

  .column-2 {
    padding-left: 0px;
  }

  .homelogo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 20%;
    margin-top: 5px;
    margin-bottom: 5px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .homelogo.w--current {
    width: 30%;
    margin-right: 53px;
    padding-right: 10px;
  }

  .navbarlinux {
    height: 9vh;
  }

  .navbarblock2 {
    position: -webkit-sticky;
    position: sticky;
    width: 50%;
    margin-left: 40px;
  }

  .image-9 {
    position: static;
    width: 100%;
    height: auto;
    max-height: none;
    max-width: 100%;
    min-height: auto;
    min-width: auto;
    margin-left: 0px;
    padding-right: 0px;
    box-shadow: 3px 3px 3px 0 #000;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .navblockheading-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .menu-button-3 {
    padding: 10px;
  }

  .homerlogo {
    width: 15%;
    max-width: 15%;
  }

  .navbar-crypto {
    height: 9vh;
  }

  .navbarlscience {
    height: 12vh;
  }

  .navbar-3 {
    height: 12vh;
  }

  .homerlogoscience.w--current {
    width: 16%;
    max-width: 20%;
  }

  .navbarblockcrypto {
    position: -webkit-sticky;
    position: sticky;
    width: 50%;
    margin-left: 40px;
  }

  .navblockheadingcrypto {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .navbarcoding {
    height: 9vh;
  }

  .homerlogo-coding.w--current {
    max-width: 20%;
  }

  .codinglogo {
    border-radius: 11px;
  }

  .navbarblockcoding {
    position: -webkit-sticky;
    position: sticky;
    width: 50%;
    margin-left: 40px;
  }

  .image-9-coding {
    position: static;
    width: 100%;
    height: auto;
    max-height: none;
    max-width: 100%;
    min-height: auto;
    min-width: auto;
    margin-left: 0px;
    padding-right: 0px;
    box-shadow: 3px 3px 3px 0 #000;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .navbargaming {
    height: 9vh;
  }

  .menu-button-linux {
    padding: 10px;
  }

  .menu-button-crypto {
    padding: 10px;
  }
}

@media screen and (max-width: 479px) {
  .navbar {
    height: auto;
    padding-right: 5px;
    padding-left: 0px;
  }

  .container {
    max-width: none;
  }

  .title-small {
    font-family: 'Oldschooladventures 42j9', sans-serif;
  }

  .image {
    width: 100%;
    max-height: 100%;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
  }

  .nav-menu {
    position: -webkit-sticky;
    position: sticky;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: auto;
    width: 20px;
    height: 30%;
    max-height: 30%;
    max-width: 10%;
    margin-top: 10px;
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    -webkit-transition: flex-grow 175ms ease, -webkit-box-flex 175ms ease, -webkit-flex-grow 175ms ease;
    transition: flex-grow 175ms ease, -webkit-box-flex 175ms ease, -webkit-flex-grow 175ms ease;
    transition: flex-grow 175ms ease;
    transition: flex-grow 175ms ease, -webkit-box-flex 175ms ease, -webkit-flex-grow 175ms ease, -ms-flex-positive 175ms ease;
    background-clip: border-box;
    -webkit-text-fill-color: inherit;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .nav-menu:focus {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .container-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 30%;
    height: 100%;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    align-self: flex-end;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border-radius: 0px;
  }

  .navbarblock {
    width: 50%;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
  }

  .navblockheading {
    text-shadow: 1px 0 0 #000;
  }

  .icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 20px;
    height: 20px;
    min-width: 0px;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    font-size: 20px;
  }

  .brand {
    width: 100%;
    min-height: 0px;
    min-width: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .search {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 60%;
    height: 10%;
    margin: 0px 0px 5px;
    padding-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-style: none;
    border-width: 0px;
    border-color: #000;
    border-radius: 20px;
    background-color: #070707;
    box-shadow: inset 0 0 0 0 #000;
    opacity: 1;
    outline-color: #333;
    outline-offset: 0px;
    outline-style: solid;
    outline-width: 1px;
    font-size: 10px;
    line-height: 0px;
    text-align: left;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .search-button {
    overflow: visible;
    width: 20%;
    height: 100%;
    min-height: 100%;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-size: 8px;
    line-height: 10px;
  }

  .search-input {
    width: 100%;
    height: 100%;
    padding-right: 0px;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border: 0px none #000;
    border-radius: 0px;
    font-size: 10px;
    line-height: 15px;
  }

  .menu-button {
    margin-right: 2px;
    margin-bottom: 2px;
    margin-left: 0px;
    padding: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 7px;
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-size: 30px;
    font-style: normal;
  }

  .section-2 {
    height: 60vh;
    margin-top: 0px;
    padding-right: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    background-position: 100% 50%;
    background-size: cover;
  }

  .container-4.homequestion {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    margin-top: 0px;
    margin-bottom: 140px;
    padding-right: 5px;
    padding-left: 8px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .rured {
    margin-right: 0px;
    color: #fffcfc;
    font-size: 20px;
    line-height: 25px;
    text-shadow: 6px 6px 0 #000;
  }

  .yesorno {
    margin-right: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .heading {
    font-size: 30px;
    line-height: 40px;
  }

  .homelogo {
    width: 25%;
    margin-right: 0px;
    margin-left: 0px;
    padding-left: 0px;
  }

  .homelogo.w--current {
    width: 25%;
    margin-right: 0px;
    padding-right: 0px;
  }

  .navbar-2 {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .div-block-2 {
    width: 20%;
  }

  .container-5 {
    display: block;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .nav-menu-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .menu-button-2 {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .navbarlinux {
    height: 5vh;
  }

  .navbarblock2 {
    width: 50%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
  }

  .image-9 {
    width: 100%;
    max-height: 100%;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
  }

  .navblockheading-2 {
    text-shadow: 1px 0 0 #000;
  }

  .nav-menu-3 {
    overflow: scroll;
  }

  .linuxlogo {
    border-width: 1px;
    border-radius: 8px;
  }

  .menu-button-3 {
    padding: 2px;
    border-color: #fff;
    border-radius: 9px;
    background-color: hsla(0, 0%, 100%, 0.33);
    color: #fff;
  }

  .homerlogo {
    width: 16%;
    max-width: 20%;
  }

  .homerlogo-copy.w--current {
    width: 16%;
    max-width: 20%;
    margin-top: 10px;
    margin-bottom: 10px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .navbar-crypto {
    height: 5vh;
  }

  .heading-2 {
    margin-right: 10px;
    margin-left: 10px;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 40px;
    line-height: 50px;
  }

  .paragraph-2 {
    font-size: 15px;
    line-height: 25px;
  }

  .list-item {
    font-size: 15px;
    line-height: 25px;
  }

  .navbarlscience {
    height: 9vh;
  }

  .homerlogoscience.w--current {
    width: 16%;
    max-width: 20%;
  }

  .sciencelogo {
    border-radius: 12px;
  }

  .homelogoscience {
    border-radius: 12px;
    background-color: rgba(48, 127, 146, 0.15);
  }

  .nav-menu-linux {
    max-height: 40%;
    margin-top: 10px;
  }

  .cryptologo {
    border-radius: 10px;
  }

  .homerlogocrypto {
    width: 20%;
    max-width: 20%;
  }

  .homerlogocrypto.w--current {
    width: 16%;
  }

  .homelogocrypto {
    border-radius: 10px;
  }

  .navbarblockcrypto {
    width: 50%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
  }

  .nameofart {
    font-family: 'Diaryofan8bitmage lydd', sans-serif;
  }

  .columns-2 {
    margin-bottom: 0px;
  }

  .nameofart-small {
    padding-top: 5px;
    padding-bottom: 5px;
    font-family: 'Diaryofan8bitmage lydd', sans-serif;
  }

  .column-8 {
    padding-bottom: 20px;
  }

  .navbarcoding {
    height: 9vh;
    background-image: url('../images/8351160.gif');
    background-position: 50% 54%;
    background-size: cover;
    background-repeat: repeat;
    background-attachment: scroll;
  }

  .homerlogo-coding.w--current {
    width: 16%;
  }

  .codinghomelogo {
    border-radius: 12px;
  }

  .navbarblockcoding {
    width: 50%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
  }

  .image-9-coding {
    width: 100%;
    max-height: 100%;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
  }

  .navbargaming {
    height: 9vh;
  }

  .gaminghomelogo {
    margin-bottom: 0px;
    border-radius: 12px;
  }

  .homerlogo-gaming.w--current {
    width: 15%;
    max-width: 20%;
    margin-bottom: 10px;
  }

  .menu-button-linux {
    padding: 2px;
    border-color: #fff;
    border-radius: 6px;
  }

  .menu-button-crypto {
    padding: 2px;
    border-color: #fff;
    border-radius: 9px;
    background-color: hsla(0, 0%, 100%, 0.38);
    color: #000;
  }
}

#w-node-_0b01c8e2-8e7a-2f5f-3056-c968ddd2f1e2-ddd2f1db {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_0b01c8e2-8e7a-2f5f-3056-c968ddd2f1eb-ddd2f1db {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_0b01c8e2-8e7a-2f5f-3056-c968ddd2f1ef-ddd2f1db {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_0b01c8e2-8e7a-2f5f-3056-c968ddd2f1f2-ddd2f1db {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

@font-face {
  font-family: 'Diaryofan8bitmage lydd';
  src: url('../fonts/DiaryOfAn8BitMage-lYDD.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Oldschooladventures 42j9';
  src: url('../fonts/OldSchoolAdventures-42j9.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}