:root {
  --pink: #9e005d;
  --blue: #008aff;
  --orange: #ff743d;
  --green: #21bf8e;
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  height: 100%; 
  width: 100%;
  /* min-height: 100%;
  max-width: 100%;
  min-height: 100%;
  max-height: 100%; */
  overflow-x: hidden;
  padding: 0;
  color: rgb(236, 236, 236);
  margin: 0;
}

body {
  z-index: -1;
  background-color: rgb(11, 11, 11);
  min-height: 100vh;
  height:100%;
  padding:0;
  margin:0;
  overflow-x: hidden;
  position: relative;
  user-select: none;
    font-family: Arial, Helvetica, sans-serif;
  font-family: "Roboto", Arial, "Noto Sans", sans-serif;
  min-width: 275px;
  max-width: 100%;
  /* max-height: 100%; */
    -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

p {
  text-align: center;
}

p.lead {
  font-size: 24px;
  font-weight: 300;
  margin-top: 2rem;
  margin-bottom: 2rem;
  text-align: center;
}

header,
footer,
nav,
section {
  width: 100%;
  margin: 0;
  padding: 2rem 1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.unselectable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#page-container {
  position: relative;
  min-height: 100vh;
  padding-bottom: 2rem;
}

#content-wrap {
  padding-bottom: 800px;
}

#introSVG {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 80%;
  max-height: 80%;
  z-index: 5;
  transform: translate(-50%, -50%);
}

.loading {
  opacity: 0;
  animation-name: in;
  -webkit-animation-name: in;
  animation-duration: 1s;
  -webkit-animation-duration: 500ms;
  animation-timing-function: cubic-bezier();
}

@keyframes in {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

#pictureSlider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
}

#pictureSlider>div {
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 0;
  /*overflow: hidden;*/
}

#pictureSlider iframe {
  /*box-sizing: border-box;*/
  /*transform: scale(108%);*/
  overflow: hidden;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  z-index: -1;
  padding-top: 50px;
  padding-left: 4px;
  padding-right: 4px;
  padding-bottom: 50px;
  /*border: 2px solid rgba(255, 255, 255, 0.5);*/
  scrollbar-width: 0;
}

#pictureSlider video {
  padding-bottom: 60px;
}

.pageTitleText {
  font-size: 38px;
  font-weight: 600;
  font-family: 'Roboto', sans-serif;
  margin: auto;
  margin-top: 1.25rem;
  margin-bottom: 0.75rem;
  text-align: center;
}

/* * * * * * * * * * * * * * * * /
/ * * * * * * HEADER * * * * * * /
/ * * * * * * * * * * * * * * * */

header>div {
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 350px;
}

header h1 {
  line-height: 1;
  padding-top: 0.5rem;
}

h1 {
  text-align: center;
}

.headerText {
  font-weight: 500;
  font-size: 18px;
  color: white;
  letter-spacing: 8px;
  /* text-shadow: -4px 0 8px black, 0 4px 8px black, 4px 0 8px black, 0 -4px 8px black; */
  text-align: center;
  margin: 0;
  padding: 0;
}


/* * * * * * * * * * * * * * * * * */
/* * * * * * * Nav Bar * * * * * * */
/* * * * * * * * * * * * * * * * * */

.navbar {
  display: block;
  width: 100%;

}

.navbar>.nav-container {
  display: flex;
  justify-content: center;
  align-items: space-between;
  /* padding:0.25rem; */
  /* margin: 0.5rem auto; */
  /* height: auto; */
  height: 65px;
  margin:0 auto;

}


div.brand {
  margin: auto;
  margin-left: 0;
  width:auto;
}

div.brand a {
  width: auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-content: center;
  color: white;
}

div.brand img {
  height: 54px;
  width: auto;
}

span.navbar-title {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: bold;
  padding-left: 12px;
  font-size: 20px;
  display: flex;
  align-items: center;
  color: white;
  display: none;
}

.navbar .main-links {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: space-around;
  margin: 0;
  padding: 0;
}

.navbar .main-links a,
.navbar .main-links button {
  display: block;
  text-align: center;
  padding: 14px;
  margin: 0;
  border: none;
  background-color: rgba(0, 0, 0, 0);
  color: white;
  width: 100%;
}

.navbar.responsive>.nav-container {
  height: 250px;
  position: relative;
}

.navbar.responsive .main-links {
  display: flex;
  position: absolute;
  top: 60px;
  /* left: 0; */
  width: 100%;
}

.navbar.responsive .brand,
.navbar.responsive #toggleNavBtn {
  z-index: 100;
  position: absolute;
  top: 14px;
  background-color: rgba(0, 0, 0, 0.75);
}

.navbar.responsive .brand {
  left: 0.75rem;
}

.navbar.responsive #toggleNavBtn {
  right: 0.75rem;
}

.main-links a {
  font-family: sans-serif;
  font-size: 17px;
  margin: auto;
  margin-bottom: 1rem;
  padding: 5px 18px;
  color: white;
  transition: 200ms;
  text-decoration: none;
  text-align: center;
}

.main-links a:hover {
  color: white;
  background-color: var(--pink)
    /* text-decoration: underline; */
}

.main-links button:hover {
  background-color: var(--green);
  color: white;
}

#randomBtn {
  font-size: 17px;
  outline: white;
  border: white solid 1px;
  border-radius: 6px;
  margin: 0.5rem auto;
  width: 125px;
}

#toggleNavBtn {
  width: 44px;
  height: auto;
  margin-right: 0;
  border: rgba(100, 100, 100, 0.75) solid 1px;
  border-radius: 6px;
}

/* * * * * * * * * * * * * * * * * */
/* * * * * * * FOOTER * * * * * * * /
/* * * * * * * * * * * * * * * * * */

footer {
  position: absolute;
  width: 100%;
  bottom: 0;
  margin-left: auto;
  margin-right: auto;
  color: #d8d8d8;
  height: 800px;
  padding: 2rem 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

footer .container {
  display: flex;
  width: 100%;
  padding: 0.5rem;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}

footer p.footer-title {
  color: #d8d8d8;
  margin-bottom: 0;
  padding-bottom: 0.5rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-weight: bold;
  width: 100%;
}

.sock {
  width: 100%;
  text-align: center;
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.sock ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 0;
  margin: 0;
  padding-inline-start: 0;
}

.sock li {
  padding: 4px 2px;
  margin-left: auto;
  margin-right: auto;
}

.sock a {
  color: white;
  text-decoration: none;
}

.sock a:hover {
  text-decoration: underline;
}

.footer img {
  width: 30px;
  height: 30px;
  margin: 0;
}

footer .copyright {
  text-align: center;
  font-size: 10px;
}

footer li>a {
  font-size: 16px;
  text-align: center;
  font-size: 14px;
}

footer p.copyright {
  font-size: 10px;
  text-align: center;
}

/* * * * * * * * * * * * * * * * * * * * */
/* * * * * * * Links Buttons * * * * * * */
/* * * * * * * * * * * * * * * * * * * * */

a:visited,
a:focus,
a:active {
  text-decoration: none;
}

a,
a:hover,
a:visited,
a:active {
  text-decoration: none;
}

button {
  background: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  padding: 8px;
  margin: auto;
}

button svg {
  display: flex;
  margin: auto;
}

button:hover,
a:hover {
  cursor: pointer;
}

a.text-link {
  font-weight: 500;
  text-decoration: none;
}

a.text-link:hover {
  text-decoration: underline;
}

#categoryList a,
#tagList a {
  text-decoration: none;
  text-align: center;
  font-size: large;
}

.boxed {
  box-shadow: 0 0 4px inset crimson;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  background-color: black;
  padding: 0px 12px;
}

#playButton {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  width: 70px;
  height: 70px;
}

#titleDiv {
  display: flex;
  justify-content: center;
  text-align: center;
  font-size: 18px;
  color: #fff;
  text-shadow: -1px 0 2px #000, 0 1px 2px #000, 1px 0 2px #000, 0 -1px 2px #000;
  text-align: center;
  cursor: default;
  min-width: 60%;
  max-width: 85%;
  width: auto;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  /*translate: translateX(-50%);*/
}

.iconShadow {
  color: #ffffff;
  opacity: .5;
}

/* TOAST MENU */

#hotkeyToast {
  position: absolute;
  margin-right: auto;
  margin-top: auto;
  bottom: 54px;
  right: 30px;
  background-color: rgba(88, 88, 88, 0);
  width: 225px;
  z-index: 9999;

}

#hotkeyToast.show {
  display: block;
}

#hotkeyToast.hide {
  display: none;
}

#hotkeyList li {
  padding-bottom: 4px;
  font-size: 14px;
}

#nowPlayingToast {
  display: none;
  position: absolute;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  min-width: 100%;
  min-height: 100vh;
  max-width: 100%;
  max-height: 100vh;
  background-color: rgba(255, 255, 255, 0);
  color: #fff;
  font-size: 28px;
  font-weight: bold;
  text-shadow: -1px 0 2px #000, 0 1px 2px #000, 1px 0 2px #000, 0 -1px 2px #000;
}

#nowPlayingToast .toast-body {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}

#nowPlayingToast h1 {
  line-height: 100%;
}


/* TOP */

#toggleTitleButton {
  z-index: 100;
  opacity: .5;
  padding: 0;
  margin-top: -18px;
  position: absolute;
  top: 0;
  left: 20%;
}

#showTitleIcon {
  font-size: 32px;
  color: #000;
  text-shadow: -1px 0 1px #fff, 0 1px 1px #fff, 1px 0 1px #fff, 0 -1px 1px #fff;
}

#toggleTitleButton:hover #showTitleIcon {
  text-shadow: -1px 0 3px white, 0 1px 3px white, 1px 0 3px white, 0 -1px 3px white;
}

#toggleTitleButton:hover {
  opacity: 1;
  margin-top: -6px;
}

#openMenuButton {
  position: absolute;
  top: 2px;
  left: 2px;
  padding: 2px;
  margin: 2px;
  height: 44px;
  width: auto;
}

  #openMenuButton:hover {
    cursor:pointer;
  }

#closeZoomPanButton:hover {
  transform: scale(1.15);
  opacity: 100%;
}

/* *********************** */

/* * * * *  ARROWS   * * * * */

/* *********************** */

.arrowButtons {
  height: 30vh;
  margin: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  justify-content: center;
  width: 18%;
  align-items: center;
  border: none;
  opacity: 0.7;
  font-size: 36px;
  color: rgba(255, 255, 255, 0.5);
}

.arrowButtons>svg.bi {
  font-size: 36px;
  /*color: black;*/
  filter: drop-shadow(0 0 4px #ffffffaa);
  /*filter: drop-shadow(30px 10px 4px #ffffff);*/
  transition: 200ms;
}

.arrowIcons {
  color: rgba(255, 255, 255, 0.5);
}

.arrowButtons:hover svg.bi {
  opacity: 1;
  filter: drop-shadow(0 0 2px #ffffff);
  /*background-image: radial-gradient(rgba(0,0,0,0.1), rgba(0,0,0,0.05), rgba(0,0,0,0), rgba(0,0,0,0));*/
  color: black;
}

/* *  ***********************  * */

/* *   TOP RIGHT - SORT BUTTOS   * */

/* *  ***********************  * */

#topRight {
  position: absolute;
  top: 6px;
  right: 0;
  padding: 2px;
}

#topRight .btn {
  margin: 0;
  padding: 0;
  margin-right: 4px;
  margin-left: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-style: outset;
  font-weight: 500;
  border-radius: 4px;
  color: white;
  font-size: 16px;
  width: 62px;
  height: 30px;
}

#topButton {
  position:relative;
}
.dropdown-menu {
  position:absolute;
  min-width: 70px;
  width: 70px;
  right:3px;
  /*margin: 2px auto;*/
  padding: 2px;
  border-color: rgba(0, 0, 0, 0.5);
  color: white;
  background-color: rgba(158, 0, 93, 1);
  display: none;
}

.dropdown-menu.show {
  display: block
}

.dropdown-item {
  display: flex;
  justify-content: center;
  width: 100%;
  text-align: center;
  padding: 0.25rem 0;
  margin: auto;
  color: white;
  border: none;
  font-weight: 600;
  font-size: 14px;

}

.dropdown-item:hover {
  background: var(--green);
  color: white;
}

/* *  **********************  * */

/* BOTTOM LEFT - CONTROL BUTTONS */

/* *  **********************  * */

#bottomLeft {
  display: flex;
}

#bottomLeft>div {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
  padding: 0;
  margin: 0;
}

#bottomLeft>div div {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 0;
  margin: 0;
}

#bottomRight .btn {
  display: flex;
  font-size: 32px;
}

#fullScreenButton,
#hotkeyButton,
#toggleAudioButton,
#linkButton {
  font-size: 40px;
}

#bottomLeft .btn,
#bottomRight .btn {
  width: 36px;
  height: 30px;
  margin: 4px 2px;
  font-size: 18px;
  padding: 2px;
  display: flex;
  vertical-align: middle;
  justify-content: center;
  align-items: center;
  border-style: solid;
  border-radius: 4px;
  border-width: 2px;
  padding: 4px;
}

#bottomLeft .btn:hover,
#bottomRight .btn:hover {
  color: white;
  box-shadow: -1px 0 2px rgba(255, 255, 255, 0.7), 0 1px 2px rgba(255, 255, 255, 0.7), 1px 0 2px rgba(255, 255, 255, 0.7), 0 -1px 2px rgba(255, 255, 255, 0.7);
}

#toggleZoomPan,
#linkButton {
  background-color: rgba(0, 0, 0, 0.75);
  color: rgba(158, 0, 93);
  border-color: rgba(158, 0, 93);
}

#hideUIButton,
#hotButton,
#hotkeyButton,
#categoryList li:nth-child(4) {
  background-color: rgba(0, 0, 0, 0.5);
  color: rgba(255, 116, 61);
  border-color: rgba(255, 116, 61);
}

#timeSliderToggleButton,
#topButton,
#fullScreenButton {
  background-color: rgba(0, 0, 0, 0.75);
  color: rgba(60, 151, 122);
  border-color: rgba(60, 151, 122);
}

#autoRepeatButton,
#newButton,
#toggleAudioButton {
  background-color: rgba(0, 0, 0, 0.75);
  color: rgba(0, 138, 255);
  border-color: rgba(0, 138, 255);
}

.transButton {
  transition-duration: 0.5s;
  transition-property: "background-color";
  transition-timing-function: cubic-bezier();
}

#toggleZoomPan:hover,
#linkButton:hover {
  background-color: rgba(158, 0, 93);
}

#hideUIButton:hover,
#hotkeyButton:hover {
  background-color: rgba(255, 116, 61);
}

.dropdown-item:hover,
.activeSortItem {
  /*background-color: rgba(0,0,0,0.75);*/
  color: rgba(158, 0, 93);
}

.activeSortItem {
  background-color: white;
}

#hotButton:hover,
#hotButton.activeSortButton {
  /*text-shadow: -2px 0 4px white, 0 2px 4px white, 2px 0 4px white, 0 -2px 4px white;*/
  background-color: rgba(255, 116, 61);
  /*background-image: radial-gradient(rgba(225, 225, 225, 0.5), rgba(255, 116, 61, 0.85), rgba(0, 0, 0, 0.25));*/
  opacity: 1;
  font-weight: bold;
}

#timeSliderToggleButton:hover,
#topButton:hover,
#topButton.activeSortButton,
#fullScreenButton:hover {
  /*text-shadow: -2px 0 4px black, 0 2px 4px black, 2px 0 4px black, 0 -2px 4px black;*/
  /*background-color: rgba(33, 191, 142);*/
  background-color: rgba(60, 151, 122);
  /*background-image: radial-gradient(rgba(225, 225, 225, 0.5), rgba(33, 191, 142, .85), rgba(0, 0, 0, 0.25));*/
  opacity: 1;
  font-weight: bold;
}

#autoRepeatButton:hover,
#newButton:hover,
#newButton.activeSortButton,
#toggleAudioButton:hover {
  /*text-shadow: -2px 0 4px black, 0 2px 4px black, 2px 0 4px black, 0 -2px 4p black;*/
  background-color: rgba(0, 138, 255);
  /*background-image: radial-gradient(rgba(225, 225, 225, 0.5), rgba(0, 138, 255, .85), rgba(0, 0, 0, 0.25));*/
  opacity: 1;
  font-weight: bold;
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  cursor: hand;
  background: rgba(125, 125, 125, 0.75);
}

#sliderWrapper span {
  color: white;
  text-shadow: -1px 0 2px black, 0 1px 2px black, 1px 0 2px black, 0 -1px 2px black;
}

.slider::-moz-range-thumb {
  width: 20px;
  height: 20px;
  cursor: hand;
  background: rgba(125, 125, 125, 0.75);
}


/* *********************** */

/* ****       MENU        **** */

/* *********************** */

#menu {
  min-height: 100vh;
  width: 0;
  position: fixed;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.9);
  overflow-x: hidden;
  z-index: 999;
}

.overlay-content {
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.25);
  width: 100%;
  height: 100vh;
}

.main-container {
  min-height: 100vh;
  overflow-x: hidden;
  overflow-y: auto;
  display: block;
  position: relative;
}

#closeMenuContainer {
  position:absolute;
  top:85px;
  right:0;

}

#closeMenuButton:hover {
  cursor: pointer;
  opacity: 1;
  transform: scale(1.1);
}

#closeMenuButton {
  opacity: 0.7;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-content: center;
  width: auto;
  height: auto;
  padding: 12px;
  margin: 12px;
  background:black;
  border-radius: 0.5rem;
}


/* * * * * * * * * * * * * * * * * * * */
/* * * * * * Categoys/Tags * * * * * * */
/* * * * * * * * * * * * * * * * * * * */

#categoryList ul {
  list-style-type: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  width: 100%;
  justify-content: center;
  align-content: center;
}

#categoryList li {
  width: 100%;
  padding: 10px;
}

.cCard {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}

.cCard>div {
  aspect-ratio: 1/1;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  background: none;
}

span.category-title {
  font-size: 14px;
  margin: auto;
  padding: 0;
  text-align: center;
  margin: 0.5rem 0;
  /* color: rgba(255,255,255,0.25); */
  color: white;

  padding-bottom: 4px;
}

.cCard img {
  border-radius: 12px;
  background: none;
  border: #6363636e;
  border-width: 2px;
  border-style: solid;
  display: block;
  object-fit: cover;
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  min-width: 100%;
  height: 100%;
}

span.category-title {
  cursor: pointer;
  padding-bottom: 8px;
}


#categoryList li:hover span.category-title {
  color: #000;
  text-shadow: -1px 0 0.5px var(--pink), 0 1px 0.5px var(--pink), 1px 0 0.5px var(--pink), 0 -1px 0.5px var(--pink);
}

#categoryList li:hover .cCard>div {
  box-shadow: -4px 0 10px var(--pink), 0 4px 6px var(--pink), 4px 0 6px var(--pink), 0 -4px 6px var(--pink);
}

#tagList>div {
  display: flex;
  flex-direction: row;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  justify-content: space-between;
}

#tagList span {
  width: 8%;
  text-align: center;
  margin-top: 1.4rem;
  color: rgba(200, 200, 200);
  font-size: 30px;
  font-weight: 500;
  opacity: 50%;
}

#tagList ul {
  list-style-type: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin: 0;
  padding: 0;
  width: 92%;
}

#tagList li {
  margin: 12px 6px;
  padding: 18px 12px;
}

.playlistLink {
  color: rgba(200, 200, 200);
  font-size: 16px;
}

.playlistLink:hover {
  text-shadow: -1px 0 0.5px var(--pink), 0 1px 0.5px var(--pink), 1px 0 0.5px var(--pink), 0 -1px 0.5px var(--pink);
  ;
  cursor: pointer;
  color: #000;
}


/* * * * * * * * * * * * * * * * * * * */
/* * * * * * *  BREAKPOINTS  * * * * * */
/* * * * * * * * * * * * * * * * * * * */

@media only print {

  #navbar,
  footer {
    display: none;
  }

  .headerText {
    text-shadow: none;
    color: black;
  }
}

@media (min-width: 320px) {
  .cCard .category-title {
    font-size: 16px;
  }

  .navbar-title {
    display: inline;
  }
}

@media (min-width: 350px) {
  .headerText {
    font-size: 22px;
  }
}

@media (min-width: 400px) {
  #toggleTitleButton {
    left: 50%;
  }

  #categoryList li {
    padding: 1rem;
  }

  #categoryList .category-title {
    font-size: 18px;
  }
}

@media (min-width: 420px) {

  #bottomLeft .btn,
  #bottomRight .btn {
    width: 44px;
    height: 36px;
  }

  #categoryList li {
    width: 50%;
  }

  span.navbar-title {
    display: flex;
  }
}

@media (min-width: 450px) {
  .headerText {
    font-size: 28px;
  }
}

@media (min-width: 500px) {
  .navbar-title {
    font-size: 24px;
  }

  .location {
    display: flex;
  }

  .headerText {
    font-size: 32px;
  }

  #categoryList li {
    padding: 1rem 2rem;
  }
}

@media screen and (min-width:768px) {
  .navbar.responsive .main-links {
    display: flex;
    width: 100%;
    padding: 1.5rem;
  }
  .navbar .main-links {
    display:flex;
    flex-direction: row;
   justify-content: space-between;
    margin:0;
    width:100%;
  }

    .navbar .main-links>div{
      margin:auto 0;
      display: flex;
      flex-direction: row;
      padding-left: 1rem;
      justify-content: flex-start;
      width:100%;
    }
    .navbar .main-links>div a{ 
      width:125px;
    }
  #toggleNavBtn {
    display:none;
  }
  .navbar-container {
    width:100%;
    display:flex;
    flex-direction:row;
    justify-content:center;
    align-items:center;
  }
  div.brand {
    width:225px;
    margin-left:0;
  }
}

@media (min-width: 576px) {
  #content-wrap {
    padding-bottom: 500px;
  }

  footer {
    height: 500px;
  }

  footer .sock {
    width: 50%;
  }

  #bottomLeft>div {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap-reverse;
  }

  #bottomLeft>div div {
    width: auto;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: max-content;
  }
}

@media (min-width: 768px) {
  footer .sock {
    width: 25%;
  }

  #content-wrap {
    padding-bottom: 350px;
  }

  footer {
    height: 350px;
  }

  .nav-toggle {
    display: none;
  }

  .lang-links {
    display: flex;
  }

  .pageTitleText {
    margin-top: 2rem;
    margin-bottom: 0.75rem;
  }

  .sock p {
    font-size: 14px;
    font-weight: 500;
  }

  #bottomLeft .btn,
  #bottomRight .btn {
    margin-right: 8px;
    margin-left: 8px;
  }

  #categoryList .category-title {
    font-size: 22px;
    font-weight: 500;
  }

  #categoryList li {
    width: 33.33%;
    padding: 1.5rem;
  }

  #fullScreenButton {
    font-size: 54px;
  }

  #linkButton {
    font-size: 36px;
  }

  #toggleAudioButton {
    font-size: 32px;
  }

  #titleDiv {
    display: flex;
    z-index: 100;
    margin-top: 2rem;
    font-size: 22px;
    font-weight: 600;
  }

  #uiOffBtn {
    font-size: 22px;
  }
}

@media (min-width: 992px) {
  #categoryList .category-title {
    font-size: 24px;
  }

  #tagList,
  #categoryList {
    padding: 18px 32px;
  }

  #categoryList li {
    width: 25%;
    padding: 1rem;
  }

  #bottomLeft .btn,
  #bottomRight .btn {
    margin-right: 12px;
    margin-left: 12px;
    font-size: 20px;
  }

  #uiOffBtn {
    font-size: 24px;
  }

  #toggleAudioButton {
    font-size: 30px;
  }

  #linkButton {
    font-size: 36px;
  }

  #titleDiv {
    font-size: 24px;
    margin-top: 1.5rem;
  }

  #nowPlayingToast {
    font-size: 32px;
  }

  .headerText {
    letter-spacing: 20px;
    font-size: 60px;
  }

  .main-links a {
    font-size: 18px;
  }
}

@media (min-width: 1200px) {
  .sock p {
    font-size: 16px;
    font-weight: 600;
  }

  footer .copyright {
    font-weight: 400;
    font-size: 13px;
  }

  .main-links a {
    font-weight: 500;
  }

  .headerText {
    letter-spacing: 24px;
    font-size: 72px;
  }

  .main-links {
    width: 1000px;
  }

  footer p.copyright {
    font-size: 12px;
    padding-top: 0.25rem;
  }

  #categoryList .category-title {
    font-size: 28px;
    font-weight: 500;
  }

  #tagList,
  #categoryList {
    padding: 22px 40px;
  }

  #topRight .btn {
    font-size: 18px;
    width: 62px;
    height: 30px;
  }

  .dropdown-menu {
    width: 85px;
  }

  #bottomRight .btn {
    margin-right: 12px;
  }

  .arrowButtons i {
    font-size: 52px;
  }

  #titleDiv {
    font-size: 26px;
    margin-top: 0.75rem;
  }

  #uiOffBtn {
    font-size: 28px;
    font-weight: bold;
  }

  #bottomLeft .btn,
  #bottomRight .btn {
    width: 52px;
    height: 44px;
    font-size: 24px;
    /*padding: 4px;*/
    margin-right: 8px;
    margin-left: 8px;
  }

  #sliderWrapper span {
    font-size: 18px;
  }

  input {
    width: 150px;
  }
}

@media (min-width: 1400px) {
  #hotkeyToast {
    position: absolute;
    margin-right: auto;
    margin-top: auto;
    bottom: 54px;
    right: 25px;
    background-color: rgba(88, 88, 88, 0);
    width: 225px;
    z-index: 9999;
  }
}

@media (min-width: 1600px) {
  .headerText {
    font-size: 80px;
  }

  footer .copyright {
    font-weight: 500;
    font-size: 14px;
  }

  .sock p {
    font-size: 18px;
    font-weight: bold;
  }

  .main-links a {
    font-size: 20px;
  }

  .main-links {
    width: 1200px;
  }

  #openMenuButton {
    padding: 4px 8px;
  }

  #titleDiv {
    font-size: 28px;
    margin-top: 0.5rem;
  }

  #nowPlayingToast {
    font-size: 36px;
  }

  #topRight .btn {
    font-size: 22px;
    margin-right: 10px;
    margin-left: 10px;
    width: 81px;
    height: 36px;
  }

  .dropdown-item {
    font-size: 24px;
  }

  #outputWrapper {
    font-size: 24px;
  }

  #uiOffBtn {
    font-size: 36px;
  }

  .arrowButtons i {
    font-size: 52px;
  }
}

@media (min-width: 2000px) {
  #titleDiv {
    font-size: 32px;
  }

  #nowPlayingToast {
    font-size: 42px;
  }
}

@media (min-width: 576px) {}

@media (min-width: 768px) {}

@media (min-width: 992px) {}

@media (min-width: 1200px) {}

@media (min-width: 1400px) {}