*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

/*
! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  letter-spacing: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}

.container {
  width: 100%;
}

@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {
  .container {
    max-width: 1536px;
  }
}

.collapse {
  visibility: collapse;
}

.fixed {
  position: fixed;
}

.bottom-0 {
  bottom: 0px;
}

.end-0 {
  inset-inline-end: 0px;
}

.start-0 {
  inset-inline-start: 0px;
}

.top-0 {
  top: 0px;
}

.m-0 {
  margin: 0px;
}

.m-3 {
  margin: 0.75rem;
}

.mx-3 {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}

.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

.my-auto {
  margin-top: auto;
  margin-bottom: auto;
}

.mb-0 {
  margin-bottom: 0px;
}

.mb-1 {
  margin-bottom: 0.25rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mb-3 {
  margin-bottom: 0.75rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.me-1 {
  margin-inline-end: 0.25rem;
}

.me-2 {
  margin-inline-end: 0.5rem;
}

.me-3 {
  margin-inline-end: 0.75rem;
}

.me-5 {
  margin-inline-end: 1.25rem;
}

.mr-2 {
  margin-right: 0.5rem;
}

.ms-1 {
  margin-inline-start: 0.25rem;
}

.ms-2 {
  margin-inline-start: 0.5rem;
}

.ms-3 {
  margin-inline-start: 0.75rem;
}

.ms-4 {
  margin-inline-start: 1rem;
}

.ms-5 {
  margin-inline-start: 1.25rem;
}

.ms-auto {
  margin-inline-start: auto;
}

.mt-0 {
  margin-top: 0px;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mt-3 {
  margin-top: 0.75rem;
}

.mt-4 {
  margin-top: 1rem;
}

.mt-5 {
  margin-top: 1.25rem;
}

.table {
  display: table;
}

.grid {
  display: grid;
}

.w-5 {
  width: 1.25rem;
}

.w-auto {
  width: auto;
}

.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.cursor-pointer {
  cursor: pointer;
}

.gap-2 {
  gap: 0.5rem;
}

.overflow-hidden {
  overflow: hidden;
}

.border {
  border-width: 1px;
}

.border-0 {
  border-width: 0px;
}

.border-2 {
  border-width: 2px;
}

.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}

.bg-transparent {
  background-color: transparent;
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.p-0 {
  padding: 0px;
}

.p-2 {
  padding: 0.5rem;
}

.p-3 {
  padding: 0.75rem;
}

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

.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.px-7 {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.pb-0 {
  padding-bottom: 0px;
}

.pb-2 {
  padding-bottom: 0.5rem;
}

.pb-4 {
  padding-bottom: 1rem;
}

.pe-0 {
  padding-inline-end: 0px;
}

.pe-2 {
  padding-inline-end: 0.5rem;
}

.ps-0 {
  padding-inline-start: 0px;
}

.ps-2 {
  padding-inline-start: 0.5rem;
}

.ps-3 {
  padding-inline-start: 0.75rem;
}

.ps-4 {
  padding-inline-start: 1rem;
}

.pt-0 {
  padding-top: 0px;
}

.pt-1 {
  padding-top: 0.25rem;
}

.pt-3 {
  padding-top: 0.75rem;
}

.text-center {
  text-align: center;
}

.text-start {
  text-align: start;
}

.text-end {
  text-align: end;
}

.align-middle {
  vertical-align: middle;
}

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.opacity-10 {
  opacity: 0.1;
}

.opacity-5 {
  opacity: 0.05;
}

.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-none {
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.blur {
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

*,*::before, *::after{
  font-family: 'Morris Sans W01 Medium';
  font-weight: 400;
  transition: .4s;
}

:root{
  --main-deep-color:rgb(20, 20, 20);
  --main-lighter-color:white;
  --secondary-color:rgb(0, 128, 58);
  --secondary-lighter-color:rgb(10, 223, 105);
  --main-moderate-color:rgb(27, 26, 26);
  --shadow-deep: 0 0 rgba(0,0,0, .10);
  --shadow-deeper: 0 0 rgba(24, 23, 23, 0);
  --neat-small-text:.8em;
  --neat-light-text:.75em;
}

body{
  background-color: var(--main-deep-color);
}

main{
  padding-top: 1em;
  padding-bottom: 15em;
  width:70%;
  margin:auto
}

@media(max-width:768px){
  main{
    width:100%;
  }
}

header{
  background-image: url("../resource_images/dj.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

header .header-wrapper{
  background-color: rgba(15, 15, 15, 0.87);
}

nav{
  position: sticky;
  top:0;
  background-color: var(--main-moderate-color);
  box-shadow: var(--shadow-deep);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 5px;
  padding:.8em 2em;
}

@media(max-width:768px){
  nav{
    padding:.8em .9em
  }
}

nav a.logo{
  color:white;
}

nav .filter-radios{
  position: relative;
  border-radius: .4em;
  width: 70%;
  background-color: var(--main-deep-color);
  padding: .4em;
}

nav .filter-radios select{
  margin-top: .3em;
  background:transparent;
  background:rgb(31, 31, 31);
  width:100%;
  padding:.3em 1em;
  font-size: .8em;
  color:var(--secondary-lighter-color);
  outline:none
}

.filter-radios select option{
  color:white;
  background-color: var(--main-deep-color);
}

@media (min-width: 1024px) {
  nav .filter-radios {
    width: 40%;
  }
}

@media(max-width:768px){
  nav .filter-radios{
    display:none
  }
}

.filter-radios .result{
  position:absolute;
  padding: 1em;
  background-color: #ffffff;
  border-bottom: .6em;
  left:0;
  right:0;
  top:100%;
  display: none
}

.result .found{
  max-height: 400px;
  overflow-y:scroll
}

.result .found .item{
  display:flex;
  gap:10px;
  margin-bottom:5px
}

.result .found .item img{
  display:block;
  width:15%;
  aspect-ratio: 1/1;
  border-radius:.6em
}

.result .found .item .details h4{
  line-height: 1;
}

.result .found .item .details small{
  color:grey;
  line-height: 1;
}

.result .searching, .result .not-found{
  text-align: center;
  font-size: .8em;
  color:grey;
}

@media(max-width:768px){
  .result .found .item img{
    width:20%
  }

  .result .found .item .details h4{
    font-size: .6em;
  }

  .result .item .details small{
    font-size: .5em;
  }
}

.filter-radios input{
  outline:none;
  border:1px solid rgb(34, 34, 34);
  padding:.5em 1em;
  background-color: transparent;
  font-size: var(--neat-light-text);
  color:var(--main-lighter-color);
  width: 100%
}

@media(max-width:768px){
  .filter-radios input{
    font-size: .6em;
  }
}

nav ul {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9000;
  height: 100vh;
  width: 70%;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  background-color: var(--main-deep-color);
  padding: 1em;
}

@media (min-width: 1024px) {
  nav ul {
    position: static;
    top: auto;
    left: auto;
    z-index: auto;
    display: flex;
    height: auto;
    width: auto;
    flex-direction: row;
    background-color: transparent;
    padding: 0;
  }
}

nav ul h1 {
  display: block;
  padding-bottom: .9em;
  color: var(--main-lighter-color);
}

@media (min-width: 1024px) {
  nav ul h1 {
    display: none;
  }
}

nav ul h1{
  text-color:white;
  margin-bottom: 2em;
  border-bottom: 1px solid gray;
}

@media(max-width:768px){
  nav ul{
    left:-70%
  }
}

nav ul li a{
  text-transform: uppercase;
  font-size:var(--neat-light-text);
  color: var(--secondary-lighter-color)
}

nav ul li a:hover {
  color: var(--main-lighter-color);
}

nav .mobile-actions {
  display: flex;
  align-items: center;
  gap: 5px;
}

@media (min-width: 1024px) {
  nav .mobile-actions {
    display: none;
  }
}

nav .mobile-actions button#open-mobile-menu, nav .mobile-actions button#open-search, nav .mobile-actions button#close-search{
  color:white;
  outline:none;
}

nav .mobile-actions button#close-search{
  display: none;
}

.header-wrapper .banner, .header-wrapper .secondary-banner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.header-wrapper .banner {
  height: 70vh;
}

@media (min-width: 1024px) {
  .header-wrapper .banner {
    height: 100vh;
  }
}

.header-wrapper .secondary-banner {
  height: 30vh;
}

.banner h1, .secondary-banner h1{
  text-align: center;
  line-height: 1;
  font-size: 2em;
  font-weight: 700;
  color: var(--secondary-lighter-color)
}

@media (min-width: 1024px) {
  .banner h1, .secondary-banner h1 {
    font-size: 3em;
  }
}

.banner p, .secondary-banner p{
  font-size: var(--neat-small-text);
  text-align: center;
  margin: 1em auto;
  padding-left: 2em;
  padding-right: 2em;
  color: var(--main-lighter-color)
}

@media (min-width: 1024px) {
  .banner p, .secondary-banner p {
    width: 60%;
    padding-left: 0;
    padding-right: 0;
  }
}

.player{
  display:flex;
  flex-direction: row;
  gap:10px;
  padding:.8em 1em;
  background-color: var(--main-deep-color);
  position: fixed;
  bottom: 0;
  border-top: .09em solid rgb(54, 54, 54);
  left:0;
  right:0;
}

@media (max-width: 768px) {
  .player {
    padding: .7em .9em;
    flex-direction: column;
  }
}

.player .studio-info{
  display: flex;
  gap:10px;
  width:30%
}

@media(max-width:768px){
  .player .studio-info{
    width:100%
  }
}

.player .studio-info .icon {
  height: 50px;
  width: 50px;
  background-color: var(--main-lighter-color);
  border-radius: .5em;
}

.player .studio-info .studio-meta .radio-name{
  color:var(--main-lighter-color);
  line-height: 1;
}

.player .studio-info .radio-genre{
  line-height: 1;
  font-size: .8em;
  color:var(--secondary-lighter-color)
}

.studio-info .country{
  display:flex;
  align-items: center;
  color:var(--main-lighter-color)
}

.studio-info .country span:first-child{
  font-size: .9em;
}

.studio-info .country span:last-child{
  font-size: .6em;
}

.player .audio-info{
  flex:.9;
}

.audio-info .progress-bar{
  flex:1;
  background-color: whitesmoke;
  height:.1em
}

.progress-bar .progress{
  height:100%;
  width:0%;
  background-color:gray;
}

.audio-info .duration{
  color:white
}

.audio-info .credit{
  color:rgb(94, 94, 94);
  font-size: .7em;
}

.player .controls{
  display: flex;
  flex:.3;
  justify-content: flex-start;
  align-items: center;
}

@media (min-width: 1024px) {
  .player .controls {
  }
}

.player .controls button:first-child, button:last-child{
}

button#play span, button#pause span{
  font-size: 2.5em;
}

button#play span:hover, button#pause span:hover{
  color:var(--secondary-lighter-color)
}

.player .controls .buffer {
  display: none;
  width: calc(100% / cos(45deg));
  height: 5px;
  background: repeating-linear-gradient(-45deg,#00fa53 0 15px,#05ff3b00 0 20px) left/200% 100%;
  animation: l3 2s infinite linear;
}

@keyframes l3 {
  100% {
    background-position:right
  }
}

.player .controls button span{
  color:white
}

.divider{
  height:.09em;
  margin:.5em 0;
  background-color: gray;
}

.layout-1{
  padding:1em;
  display:grid;
  gap:10px;
  grid-template-columns: 30% 70%;
  margin-bottom:10em;
}

@media(max-width:768px){
  .layout-1{
    display:flex;
    flex-direction:column-reverse;
    margin-bottom:15em;
  }
}

.stack{
  display:flex;
  flex-direction: column;
  gap:10px
}

.system-info{
  height:-moz-fit-content;
  height:fit-content;
  background-color: rgb(26, 25, 25);
}

.system-info .title{
  background-color: var(--secondary-lighter-color);
  padding:.5em 2em;
  text-transform: uppercase;
  text-align: center;
}

.system-info .value{
  text-align:center;
  color:white;
  font-size: 1.2em;
}

.system-info .description{
  color:var(--secondary-lighter-color);
  text-align: center;
  font-size: .8em;
}

.service-info{
  color:white;
  font-family: .6em;
}

@media (min-width: 1024px) {
  .service-info {
    font-family: .7em;
  }
}

.djs, .radios{
  display:grid;
  grid-template-columns: repeat(3,1fr);
  gap:10px;
}

@media(max-width:768px){
  .djs, .radios{
    grid-template-columns: repeat(2,1fr);
  }
}

.djs .dj, .radios .radio{
  border-radius: .6em;
  box-shadow: var(--shadow-deeper);
  background-color: var(--main-moderate-color);
  border:.09em solid rgb(54, 54, 54);
  display:block;
  height:auto
}

.djs .dj img, .radios .radio img{
  border-top-right-radius: .6em;
  border-top-left-radius: .6em;
  display:block;
  width:100%;
  height:40%;
  -o-object-fit:cover;
  object-fit:cover;
  -o-object-position: center;
  object-position: center;
}

.dj h1, .radio h1{
  font-size: 1em;
  color: white;
  margin: 0 0.5em;
}

.dj p, .radio p{
  display:flex;
  align-items: center;
  gap:5px;
  width:-moz-fit-content;
  width:fit-content;
  font-size: .8em;
  color:white;
  margin:0 .5em .8em .5em;
  padding:.4em 1em;
  border-radius: 360px;
  background-color: rgb(54, 54, 54);
}

.details{
}

.details img{
  border-radius: .6em;
  width: 50%;
}

@media (min-width: 1024px) {
  .details img {
    width: 30%;
  }
}

.details img{
  aspect-ratio: 1/1;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.details h1{
  color:white;
  font-size: 1.5em;
  margin:.5em 0;
}

.details .actions{
  display: flex;
  align-items: center;
  gap:5px
}

.details .actions button{
  background-color: var(--secondary-lighter-color);
  padding:.4em 1.3em;
  border-radius: 360px;
  display: flex;
  gap:5px;
  align-items: center;
}

.actions button span:first-child{
  font-size: 1em;
}

.actions button span:last-child{
  font-size: .6em;
}

.details p{
  margin-top: .6em;
  background-color: rgb(26, 25, 25);
  border-radius: .6em;
  padding:1em;
  color:var(--main-lighter-color);
  font-weight: lighter;
  font-size: .8em;
}

.three-rows-to-one{
  display:grid;
  gap:5px;
  grid-template-columns: repeat(3,1fr);
}

@media(max-width:768px){
  .three-rows-to-one{
    grid-template-columns: repeat(1,1fr);
  }
}

.faq{
  padding:1em;
  border-radius: .5em;
  background-color: rgb(31, 31, 31);
}

.faq h2{
  color:var(--secondary-lighter-color);
  font-size: 1.2em;
}

.faq p{
  color:var(--main-lighter-color);
  font-size: .6em;
}

.support{
  padding:1em;
  border-radius: .5em;
  background-color: rgb(31, 31, 31);
}

.support .icon{
  width:50px;
  display:flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1/1;
  border-radius: .6em;
  background-color: var(--main-deep-color);
}

.support .icon span{
  color:var(--main-lighter-color)
}

.support h2{
  color:var(--secondary-lighter-color);
  font-size: 1.2em;
}

.support p{
  font-size: .6em;
  color:white
}

.support .actions a{
  display: block;
  background-color: var(--secondary-lighter-color);
  width:-moz-fit-content;
  width:fit-content;
  padding:.3em 2em;
  margin-top: .6em;
  border-radius: 360px;
  font-size: .8em;
}

.affiliation .writeup{
  font-size: 1em;
  color:var(--main-lighter-color);
}

.affiliation .writeup strong{
  color:var(--secondary-lighter-color)
}

.alert-page{
  padding:3em;
  background-color: rgb(34, 34, 34);
  border-radius: .6em;
}

.alert-page span{
  width:50px;
  height:50px;
  background-color: rgb(26, 25, 25);
  display: grid;
  color:white;
  place-content: center;
  margin: 0 auto;
  border-radius:360px;
}

.alert-page p{
  margin-top:1em;
  font-size: .8em;
  color:white;
  text-align:center
}
