:root {
  --acc-t-s: 0.4s;
  --clr-link: grey;
  --clr-link-hover: rgb(71, 71, 71);
}

/* mini css reset */

html {
  box-sizing: border-box;
  font-size: 16px;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ol,
ul {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

/* font */
@font-face {
  font-family: "Sequel";
  src: url("assets/fonts/sequel_sans_medium_disp-webfont.woff2") format("woff2"),
    url("assets/fonts/sequel_sans_medium_disp-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  text-rendering: optimizeLegibility;
  font-display: swap;
}

@font-face {
  font-family: "Sequel";
  src: url("assets/fonts/sequel_sans_bold_disp-webfont.woff2") format("woff2"),
    url("assets/fonts/sequel_sans_bold_disp-webfont.woff") format("woff");
  font-weight: bold;
  font-style: bold;
  text-rendering: optimizeLegibility;
  font-display: swap;
}

@font-face {
  font-family: "Sequel";
  src: url("assets/fonts/sequel_sans_roman_disp-webfont.woff2") format("woff2"),
    url("assets/fonts/sequel_sans_roman_disp-webfont.woff") format("woff");
  font-weight: 300;
  font-style: 300;
  text-rendering: optimizeLegibility;
  font-display: swap;
}

/* styles */

html {
  font-family: "Sequel", Verdana, "Geneva", Tahoma, sans-serif;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
}

body {
  overflow-y: scroll;
}

.container {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.content {
  min-height: 95vh;
  flex-grow: 1;
  padding-bottom: 1em;
}

.row {
  width: 100%;
  display: flex;
  flex-direction: column;
  min-height: 1em;
  max-height: 1em;
  padding: 2px 2px 0px 2px;
  border-bottom: 2px solid black;
  font-size: 2em;
  color: black;
  cursor: pointer;
  overflow: hidden;
  transition: max-height var(--acc-t-s) ease;
}

main .row:last-child {
  border-bottom: none;
}

#Donkor {
  border-bottom: none;
}

header>.row {
  flex-direction: row;
  justify-content: space-between;
  cursor: unset;
  min-height: 1em;
  max-height: 1em;
  user-select: none;
}

header .row span {
  position: relative;
  bottom: 0.18em;
}

header>.row.text {
  font-size: 1em;
  max-height: unset;
  user-select: none;
}

.row__header>* {
  pointer-events: none;
}

.row__header span {
  position: relative;
  bottom: 0.3em;
}

.row .row__header {
  display: flex;
  justify-content: space-between;
  z-index: 2;
}

.row .row__body {
  transition: opacity var(--acc-t-s) ease;
  opacity: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0 0 0.5em 0;
  cursor: default;
}

body.safari .row .row__body {
  z-index: 0;
}

.row__body img {
  width: auto;
  max-width: 100%;
  max-height: 55vh;
  object-fit: contain;
  padding-bottom: 0.3em;
  user-select: none;
  cursor: default;
  z-index: -1;
}

.row.active .row__body {
  transition: opacity var(--acc-t-s) ease;
  opacity: 1;
}

/* change transition if safari */
body.safari .row.active .row__body {
  transition: opacity var(--acc-t-s) ease;
}

body.safari .row .row__body a:last-child {
  padding-bottom: 0;
}

.row__body a,
.row__body a:visited {
  color: var(--clr-link);
  text-decoration: none;
  display: block;
  font-size: 0.7em;
  line-height: 0.9;
}

.row__body>a:hover {
  color: black;
}

/* aside styles */

aside {
  width: 100%;
  height: 3em;
  left: 0;
  top: 0;
  position: relative;
  background-color: black;
  color: white;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.9em;
  user-select: none;
}

aside div {
  padding-left: 8px;
}

aside a {
  color: white;
  text-decoration: none;
  padding-right: 8px;
}

aside a:visited {
  color: inherit;
}

footer {
  flex-grow: 0;
  height: 0;
  background-color: white;
}

/* media querys */

@media screen and (min-width: 414px) {
  .content {
    flex-grow: 1;
    padding-bottom: 1em;
  }
}

@media screen and (min-width: 640px) {
  .row {
    font-size: 3.5em;
  }

  header>.row.text {
    font-size: 1.2em;
  }

  .row__header span {
    position: relative;
    bottom: 0.175em;
  }
}

@media screen and (min-width: 1024px) {
  .row {
    font-size: 5em;
  }

  header>.row.text {
    font-size: 1.5em;
  }

  .row__body a,
  .row__body a:visited {
    font-size: 0.35em;
  }

  body.safari .row .row__body a:last-child {
    padding-bottom: 1.5em;
  }
}

@media screen and (min-width: 1440px) {
  .row {
    font-size: 7em;
  }

  header>.row.text {
    font-size: 1.75em;
  }

  .row__body a,
  .row__body a:visited {
    font-size: 0.35em;
  }
}

@media screen and (min-width: 1920px) {
  .row {
    font-size: 8em;
    padding: 0 8px 0 8px;
  }

  header>.row.text {
    font-size: 2.5em;
  }

  .row__body a,
  .row__body a:visited {
    font-size: 0.3em;
  }
}


footer>.row {
  flex-direction: row;
  justify-content: space-between;
  cursor: unset;
  min-height: 1em;
  max-height: 1em;
  user-select: none;
}

footer .row span {
  position: relative;
  bottom: 0.18em;
}

footer>.row.text {
  font-size: 1em;
  max-height: unset;
  user-select: none;
}

.row__footer>* {
  pointer-events: none;
}

.row__footer span {
  position: relative;
  bottom: 0.3em;
}

.row .row__footer {
  display: flex;
  justify-content: space-between;
  z-index: 2;
}

.artist.empty {
  cursor: not-allowed;
}