@font-face {
  font-family: "DaveGibbonsRegular";
  src: url("webfonts/DaveGibbonsRegular.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: "DaveGibbonsBoldItalic";
  src: url("webfonts/DaveGibbonsBoldItalic.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: "CrimeFighterBB";
  src: url("webfonts/CrimeFighterBB.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(webfonts/fa-regular-400.woff2) format("woff2"),
    url(webfonts/fa-regular-400.ttf) format("truetype");
}

@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url(webfonts/fa-solid-900.woff2) format("woff2"),
    url(webfonts/fa-solid-900.ttf) format("truetype");
}

@font-face {
  font-family: "Font Awesome 6 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(webfonts/fa-brands-400.woff2) format("woff2"),
    url(webfonts/fa-brands-400.ttf) format("truetype");
}

/* DARK & LIGHT MODE STYLES */

@media (prefers-color-scheme: light) {
  body {
    background: url(images/sketch_bg_1920x1024_lite.webp) repeat;
    background-size: contain;
  }

  body,
  .header_subtitle,
  .fa-bars,
  .col-10,
  #lowertext,
  h2 {
    color: #06c;
  }

  a,
  a:visited,
  a:hover,
  .item.a:hover,
  a:focus,
  .item.a:focus {
    color: #06c;
    text-shadow: none;
  }

  a:hover,
  a:focus {
    color: #900;
    text-shadow: none;
  }

  a.header_title,
  h1 {
    color: #900;
  }

  a.nav-link,
  .fa-xmark {
    color: white;
    text-shadow: -2px 2px 0px rgba(0, 0, 0, 1), 0px 0px 5px rgba(0, 0, 0, 1);
  }

  a.nav-link:hover,
  a.nav-link:active,
  a.nav-link:focus {
    color: white;
    text-shadow: -4px 4px 0px rgba(0, 0, 0, 2), -5px 5px 7px rgba(0, 0, 0, 1);
  }

  .nav-fill,
  .offcanvas {
    background: linear-gradient(
        -90deg,
        rgba(0, 40, 80, 0),
        rgba(0, 40, 80, 0.5)
      ),
      #06c;
    box-shadow: -3px 3px 2px rgba(64, 64, 55, 0.4);
  }

  .col-10,
  #lowertext {
    background-color: #e3f2ff;
    border: 2px solid #06c;
  }

  .col-10,
  #lowertext,
  .accordion-item {
    color: black;
  }

  .accordion-button,
  .accordion-button:not(.collapsed),
  .accordion-button:focus {
    color: #06c;
    text-shadow: -1px 1px 0px rgba(0, 0, 0, 1);
  }

  .accordion-item {
    background-color: #e3f2ff;
  }
}

@media (prefers-color-scheme: dark) {
  body {
    background: url(images/sketch_bg_1920x1024_dark.webp) repeat;
    background-size: 100%;
  }

  a,
  a:visited,
  a:hover,
  .item.a:hover,
  a:focus,
  .item.a:focus,
  h2,
  .accordion-button,
  .accordion-button:not(.collapsed),
  .accordion-button:focus {
    color: #70bcff;
    text-shadow: none;
  }

  a:hover,
  a:focus {
    color: #ffd650;
    text-shadow: none;
  }

  a.nav-link,
  h1 {
    color: #ffd650;
  }

  a.header_title,
	a.nav-link:hover,
	/* pagination nav */
	.page-link {
    color: #70bcff;
  }

  a.nav-link:focus {
    color: #ffffdd;
  }

  body,
	.header_subtitle,
	.nav-fill,
	.col-10,
	.accordion-item,
	#lowertext,
	.fa-bars,
	.fa-xmark,
	/* pagination nav */
	.page-link:hover,
	.page-link.disabled {
    color: #eec;
  }

  a.nav-link,
  .fa-xmark {
    text-shadow: none;
  }

  a.nav-link:active,
  a.nav-link:focus {
    text-shadow: -4px 4px 0px rgba(0, 0, 0, 2), -5px 5px 7px rgba(0, 0, 0, 1);
  }

  .nav-fill,
	.offcanvas,
	.col-10,
	#lowertext,
	.accordion-item,
	/* pagination nav */
	.page-link, 
	.page-link:hover, 
	.page-link.disabled,
	#pagination-numbers {
    background: transparent;
    background-color: #121212;
    box-shadow: none;
  }

  .col-10,
  #lowertext {
    border: 2px solid #47a3ff;
  }

  div.accordion-item {
    border: 2px solid #ffd650;
  }
}

/* END DARK & LIGHT MODE STYLES */

body {
  font-family: Roboto, Tahoma, Arial, sans-serif;
  font-size: 18px;
  scroll-behavior: smooth;
  scroll-margin-top: 50px;
}
img {
  height: auto;
  max-width: 100%;
}

/* font awesome */

.fa {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}

.fa,
.fa-brands,
.fa-solid,
.fa-regular,
.fab,
.far,
.fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
}

.fa-classic,
.fa-regular,
.fa-solid,
.far,
.fas {
  font-family: "Font Awesome 6 Free";
}

.fa,
.fa-brands {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
}

.fa-brands,
.fab {
  font-family: "Font Awesome 6 Brands";
}

.fa-regular,
.far,
.fa-brands,
.fab {
  font-weight: 400;
}

.fa-solid,
.fas {
  font-weight: 900;
}

.fa-youtube:before {
  content: "\f167";
}
.fa-apple:before {
  content: "\f179";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-linkedin-in:before {
  content: "\f0e1";
}
.fa-facebook:before {
  content: "\f09a";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-mastodon:before {
  content: "\f4f6";
}
.fa-circle-up:before {
  content: "\f35b";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-apple:before {
  content: "\f179";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-steam:before {
  content: "\f1b6";
}

.fa-xl {
  font-size: 1.5em;
  line-height: 0.04167em;
  vertical-align: -0.125em;
}
.fa-2xl {
  font-size: 2em;
  line-height: 0.03125em;
  vertical-align: -0.1875em;
}

/* end font awesome */

a[href$="jpg"],
a[href$="jpeg"],
a[href$="jpe"],
a[href$="png"],
a[href$="gif"] {
  text-decoration: none;
  border: 0 none;
}

iframe {
  max-width: 100%;
  max-height: 100%;
}

.btn,
.btn:active,
.btn:focus,
.btn:hover {
  background-color: #06c;
  color: white;
}

#NoID {
  display: none;
}

ul {
  list-style-type: none;
  margin: 0 0 5px 5px;
  padding-left: 5px;
}

select,
input,
textarea {
  font: 99% Roboto, Tahoma, Arial, sans-serif;
}

header {
  margin: 10px auto;
}

a.header_title {
  text-decoration: none;
  font-family: "CrimeFighterBB", Arial, sans-serif;
  font-size: 300%;
  text-shadow: -2px 2px 0px rgba(0, 0, 0, 1), -3px 3px 4px rgba(64, 64, 55, 0.8);
}

.header_subtitle {
  font-family: "DaveGibbonsRegular", Arial, sans-serif;
  font-size: 112.5%;
  text-shadow: -1px 1px 0px rgba(0, 0, 0, 1), -3px 3px 3px rgba(64, 64, 55, 0.6);
}

nav {
  border-radius: 20px;
}

a.nav-link {
  font-family: "DaveGibbonsBoldItalic", Arial, sans-serif;
  font-weight: bold;
  text-decoration: none;
  padding-left: 0;
  padding-right: 0;
}

.offcanvas a.nav-link {
  font-size: 120%;
  line-height: 1.6;
}

a.nav-link.disabled {
  text-shadow: none;
}

.fa-bars {
  position: absolute;
  top: 40px;
  right: 15px;
}

.fa-bars:before {
  content: "\f0c9";
}

.fa-xmark {
  position: absolute;
  top: 40px;
  right: 15px;
  cursor: pointer;
}

.fa-xmark:before {
  content: "\f00d";
}

.col-10,
#lowertext {
  box-shadow: -3px 3px 2px rgba(64, 64, 55, 0.4);
  padding: 20px;
}

.col-10,
#lowertext,
.accordion-item {
  border-radius: 13px;
}

#lowertext {
  margin-top: 15px;
}

.col-2 {
  padding-right: 0;
}

.col-2 p {
  padding: 0 5px;
}

.accordion-item {
  font-family: Roboto, Tahoma, Arial, sans-serif;
  font-style: italic;
  border: 2px solid #900;
}

.accordion-button,
.accordion-button:not(.collapsed),
.accordion-button:focus {
  background-color: transparent;
  box-shadow: none;
  text-transform: uppercase;
  text-align: center;
  padding: 10px;
  border: 0;
}

.accordion-button::before,
.accordion-button::after {
  display: none;
}

.accordion-body {
  padding: 10px;
}

h1 {
  font-size: 30px;
}

h2 {
  font-size: 24px;
}

h1,
h2 {
  margin-bottom: 20px;
  font-family: "DaveGibbonsBoldItalic", Arial, sans-serif;
  font-weight: bolder;
  text-shadow: -1px 1px 0px rgba(0, 0, 0, 1), -2px 2px 3px rgba(64, 64, 55, 0.6);
}

.about h2 {
  margin-top: 15px;
}

.about ul {
  margin-bottom: 15px;
}

.about li {
  list-style-type: disc;
  list-style-position: inside;
  margin-left: 20px;
}

.newsitem,
.item {
  margin-bottom: 50px;
}

.item p {
  padding: 0;
  text-indent: 0;
  overflow: hidden;
}

.creditpics {
  border: 1px solid #000;
  box-shadow: -3px 3px 2px rgba(64, 64, 55, 0.4);
}

.shadowpics {
  border: 1px solid #000;
  box-shadow: -3px 3px 2px rgba(64, 64, 55, 0.4);
}

.storepics {
  width: 280px;
  height: 400px;
  border: 1px solid #000;
  box-shadow: -3px 3px 2px rgba(64, 64, 55, 0.4);
}

.add-to-cart {
  margin-top: 5px;
}

.image-left {
  float: left;
  margin: 0 2% 0 0;
}

.image-right {
  float: right;
  margin: 0 0 0 2%;
}

#paginated-list {
  margin-bottom: 20px;
}

.hidden {
  display: none;
}

#pagination-numbers {
  display: flex;
  cursor: pointer;
}

footer {
  padding-top: 20px;
  font-family: Roboto, Tahoma, Arial, sans-serif;
  text-align: center;
}

#MyBtn {
  position: fixed;
  bottom: 25px;
  right: 35px;
  z-index: 99;
  cursor: pointer;
  border-radius: 20px;
}

a.top {
  margin-left: 20px;
  text-decoration: none;
}

/* MEDIA QUERIES */

@media screen and (max-width: 1200px) {
  a.header_title {
    font-size: 275%;
  }

  .header_subtitle {
    font-size: 100%;
  }
}

@media screen and (max-width: 992px) {
  a.header_title {
    font-size: 233%;
  }

  .header_subtitle {
    font-size: 80%;
  }

  .nav-fill,
  .col-2,
  #lowertext {
    display: none;
  }

  .col-10 {
    width: 100%;
  }
  h1 {
    font-size: 150%;
  }

  h2 {
    font-size: 125%;
  }

  iframe {
    height: 800px;
  }

  footer {
    font-size: 90%;
  }
}

/* tablet width */

@media screen and (max-width: 768px) {
  a.header_title {
    font-size: 233%;
  }

  .header_subtitle {
    display: block;
    font-size: 80%;
  }

  h1 {
    font-size: 150%;
  }

  h2 {
    font-size: 120%;
  }

  iframe {
    height: 640px;
  }

  footer {
    font-size: 90%;
  }
}

/* small screens */

@media screen and (max-width: 576px) {
  a.header_title,
  .header_subtitle {
    margin-left: 10px;
  }

  a.header_title {
    font-size: 200%;
  }

  .header_subtitle {
    display: block;
    font-size: 75%;
  }

  h1 {
    font-size: 120%;
  }

  h2 {
    font-size: 85%;
  }

  iframe {
    height: 400px;
  }

  footer {
    font-size: 90%;
  }
}
