@font-face {
	font-family: 'Comic Sans';
	src: url('/res/fonts/comic_sans_ms.eot'); /* IE 9 Compatibility Mode */
	src: url('/res/fonts/comic_sans_ms.eot?#iefix') format('embedded-opentype'), /* IE < 9 */
		url('/res/fonts/comic_sans_ms.woff2') format('woff2'), /* Super Modern Browsers */
		url('/res/fonts/comic_sans_ms.woff') format('woff'), /* Firefox >= 3.6, any other modern browser */
		url('/res/fonts/comic_sans_ms.ttf') format('truetype'), /* Safari, Android, iOS */
		url('/res/fonts/comic_sans_ms.svg#comic_sans_ms') format('svg'); /* Chrome < 4, Legacy iOS */
}

body {
  border-width: 1px;
  border-style: solid;
  border-color: #d4d4d4;
	font-family: 'Comic Sans';
  flex-direction: column;
  background-attachment: fixed;
  color: #E2E2E2;
  min-height: 100vh;
  max-width: 900px;
  margin: auto;
  width: 100%;
}

.some-cool-div {
  width: 100%;
  text-wrap: pretty;
  min-height: 100vh;
  flex-direction: column;
  align-items: center;
  display: flex;
  background: #4F4F4F;
  height: 100%;
}

details > summary::marker {
  display: none;
  content: "";
}

details > summary::before {
  content: '>';
}

details[open] > summary::before {
  content: '<';
}

input::placeholder {
  font-style: italic;
  color: #c5c5c5;
}

input, button, select {
	font-family: 'Comic Sans';
  background: linear-gradient(180deg,rgba(179, 179, 179, 0.99) 0%, rgba(99, 99, 99, 1) 48%, rgba(64, 64, 64, 1) 52%, rgba(82, 82, 82, 0.99) 100%);
  color: #ffffff;
  border-width: 1px;
  border-style: solid;
  cursor: pointer;
  padding: 2px 5px;
  border-radius: 3px;
  border-color: #d4d4d4;
}

input, button, select, iframe, body, .topbar {
  -webkit-box-shadow: 0px 0px 13px 5px rgba(0, 0, 0, 0.46);
  -moz-box-shadow: 0px 0px 13px 5px rgba(0, 0, 0, 0.46);
  box-shadow: 0px 0px 13px 5px rgba(0, 0, 0, 0.46);
}


header {
  width: 100%;
  display: none;
}

.topbar {
  border-radius: 3px;
  border-width: 1px;
  border-style: solid;
  border-color: #d4d4d4;
  justify-content: center;
  display: flex;
  flex-direction: row;
  color: #F3F3F3;
  top: 0;
  position: sticky;
  background: linear-gradient(180deg,rgba(179, 179, 179, 0.99) 0%, rgba(99, 99, 99, 1) 48%, rgba(64, 64, 64, 1) 52%, rgba(82, 82, 82, 0.99) 100%);
  z-index: 1000000000000000;
  width: 100%;
}

.topbar a, .ad, .border, .topbar details {
  border-width: 1px;
  border-style: solid;
  border-color: #d4d4d4;
  border-radius: 3px;
}

.topbar a, .topbar details {
  border-radius: 0;
  vertical-align: central;
  padding: 0 9px;
}

.topbar details a {
  flex-direction: column;
}

.topbar div {
  border-right: 1px solid #d4d4d4;
}

a {
  text-decoration: none;
  color: #FFFFFF;
}

.seals, .buttoni {
  flex-direction: row;
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
}

.buttoni img {
  margin-left: 5px;
  margin-right: 5px;
}

.seals .img {
  display: grid;
  margin: 3px 3px;
  height: 150px;
  border-width: 1px;
  border-style: solid;
  border-radius: 3px;
  border-color: #d4d4d4;
}

.seals img {
  grid-area: 1 / 1;
  height: 150px;
  z-index: 1;
}

.seals .refl {
  grid-area: 1 / 1;
  height: 100%;
  width: 100%;
  /* background: linear-gradient(180deg,rgba(255, 255, 255, 0.17) 0%, rgba(209, 209, 209, 0.17) 50%, rgba(120, 120, 120, 0) 53%); */
  z-index: 2;
}
  
@media (orientation: landscape) {
  body {
    font-size: 15px;
    width: 800px;
  }
  
  .normNAV {
    display: inline;
  }
  
  .mobNAV {
    display: none;
  }
  
  .slinks img {
    width: 50px;
  }
  
  .blinkies {
    height: 60px;
  }
  
  .buttonIMG {
    width: 130px;
  }
  
  .pixels {
    height: 60px;
  }
  
  .stamps {
    height: 60px;
  }
  
  .DOWNLOAD {
    width: 190px;
  }
}

@media (orientation: portrait) {
  body {
    font-size: 25px;
    width: 900px;
  }
  
  .normNAV {
    display: none;
  }
  
  .mobNAV {
    display: inline;
  }
  
  .slinks img {
    width: 85px;
  }
  
  .blinkies {
    height: 110px;
  }
  
  .buttonIMG {
    width: 180px;
  }
  
  .pixels {
    height: 100px;
  }
  
  .stamps {
    height: 110px; 
  }
  
  .DOWNLOAD {
    width: 250px;
  }
}