/* Small Screen */
body {
  background-image: url("/media/pictures/tumblr_f5affe5225ef9f0a78f1f6764db49f0b_da3cb3ba_2048.jpg");
  background-color: black;
  background-repeat: no-repeat;
  background-position: 0vh 0vw;
  background-attachment: fixed;
  background-size: 100% 100%;
  margin: 0;
  height: 100vh;

  -ms-overflow-style: none;
  scrollbar-width: none;

  color: black;
  font-family: sans-serif;
}

body::-webkit-scrollbar {
  display: none;
}

button {
  background-color: grey;
  border-radius: 0;
}

/* unvisited link */
a:link,
a:visited {
  color: crimson;
  padding: 0.4rem;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  margin-bottom: 1vh;
}

/* mouse over link */
a:hover {
  color: blue;
  text-decoration: none;
}

/* selected link */
a:active {
  color: green;
  text-decoration: none;
}

div,
header {
  position: relative;
  background-position: center center;
  background-image: linear-gradient(to bottom right, #dce1db, #74901c);
  margin-top: 1vh;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
  border: 1px solid black;
  padding: 1vw;
}

header {
  background-image: url("/media/pictures/324283939_507582648107282_4007228905407138313_n.jpg");
  background-size: auto 100%;
  position: fixed;
  width: 30vw;
  left: 1vw;
}

header div {
  background-image: linear-gradient(to bottom right, white, #111111);
  background-size: auto 110%;
}

header img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 70%;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
  border: 1px inset grey;
}

header h1 {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  height: auto;
  text-align: center;
  font-size: 5vw;
}

header a {
  text-align: center;
}

.invisible {
  background-color: none;
  background-image: none;
  border: none;
  height: 0;
  margin-top: 3vh;
  box-shadow: none;
}

.article {
  width: 60vw;
  float: right;
  margin-right: 2vw;
}

.article img {
  display: block;
  margin-top: 1vh;
  margin-bottom: 1vh;
  margin-left: auto;
  margin-right: auto;
  width: 80%;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
  border: 1px inset grey;
}

.article a img {
  display: block;
  margin: 0;
  width: auto;
  box-shadow: none;
  border: 0;
}

.corner-image {
  z-index: 1;
  position: absolute;
  object-fit: cover;
  min-width: 100px;
  max-width: 2vw;
  box-shadow: none !important;
  border: none !important;
}

.bottom {
  bottom: -2vw;
}

.top {
  top: -1vw;
}

.left {
  left: -5vw;
}

.right {
  right: -3vw;
}

.centerh {
  left: 50%;
  transform: translateX(-50%);
}

.centerv {
  top: 50%;
  transform: translateY(-50%);
}

#lastsongivelistenedto {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

#coverArt {
  background-color: #7caed3;
  display: block;
  width: 50%;
}

#coverArt img {
  display: block;
  margin-top: 1vh;
  margin-bottom: 1vh;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
  border: 1px inset grey;
}

.warning {
  background-image: url("/media/pictures/tumblr_f5affe5225ef9f0a78f1f6764db49f0b_da3cb3ba_2048.jpg");
  z-index: 1000;
  position: fixed;
  width: 50vw;
  top: 50vh;
  left: 25vw;
}

.langSelector {
  background-image: url("/media/pictures/tumblr_f5affe5225ef9f0a78f1f6764db49f0b_da3cb3ba_2048.jpg");
  position: fixed;
  display: flex;
  justify-content: center;
  overflow-x: hidden;
  white-space: nowrap;
  bottom: 19vh;
  left: 1vw;
  height: 2rem;
  width: 30vw;
}

language {
  flex-shrink: 0;
  width: 100%;
  height: auto;
  margin: 0 10px;
}

table {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

td {
  width: 5vw;
  height: 5vh;
}

ul {
  list-style-type: square;
  list-style-position: inside;
  padding-left: 0;
}

header ul {
  list-style-type: none;
}


/* img carousel from this video https://www.youtube.com/watch?v=nAjR0Oj0J8E */
@keyframes slide {
  from {
    transform: translateX(-10%);
  }

  to {
    transform: translateX(-112%);
  }
}

.logos {
  background-image: url("/media/pictures/tumblr_f5affe5225ef9f0a78f1f6764db49f0b_da3cb3ba_2048.jpg");
  margin: 0;
  box-shadow: 0;
  background-color: 0;
  position: fixed;
  bottom: 1vh;
  left: 1vw;
  height: 40px;
  width: auto;
  max-width: 30%;
  overflow: hidden;
  white-space: nowrap;
}

.logos-title {
  margin: 0;
  padding: 1vh 1vw;
  position: fixed;
  bottom: 9vh;
  left: 1vw;
  width: 30vw;
  background-color: transparent;
  box-shadow: none;
}

.logos-title p {
  margin: 0;
  padding: 0;
}

.logos-slide {
  background-image: none;
  padding: 0;
  margin: 0;
  box-shadow: 0 0 rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  border: 0;
  margin-top: 0.5vh;
  display: inline-block;
  animation: 35s slide infinite linear;
}

.logos-slide a {
  background-image: none;
  color: none;
  border: none;
  padding: 0;
  text-align: none;
  text-decoration: none;
  margin-bottom: none;
}

.logos-slide img {
  height: 31px;
  width: auto;
}

/* Medium to Huge Screen */
@media (min-width: 940px) {
  header {
    position: fixed;
    margin-left: 19vw;
    width: 17vw;
  }

  header h1 {
    font-size: 2vw;
  }

  header a {
    text-align: left;
  }

  .article {
    margin-right: 25vw;
    width: 32vw;
  }

  .langSelector {
    position: fixed;
    bottom: 1vh;
    left: auto;
    right: 1vw;
    height: 2rem;
    width: 8vw;
  }

  .logos {
    height: 40px;
    width: 50vw;
    max-width: 30%;
  }

  .logos-title {
    width: 15vw;
    bottom: 11vh;
  }
}