@media only screen and (max-width: 700px) {

#skip-to-content-link {
  position: fixed;
  top: 0;
  left: 0;
  display: inline-block;
  padding: 0.375rem 0.75rem;
  line-height: 1;
  font-size: 1.25rem;
  background-color: var(--content-background-color);
  color: var(--text-color);
  transform: translateY(-3rem);
  transition: transform 0.1s ease-in;
  z-index: 99999999999;
}

#skip-to-content-link:focus,
#skip-to-content-link:focus-within {
  transform: translateY(0);
}


.topnav {
  overflow: hidden;
  background-color: var(--c-bg);
  position: relative;
  border-bottom: var(--b-bord);
}

.topnav #myLinks {
  display: none;
}

.topnav a {
  color: var(--bc);
  padding: 10px 10px;
  text-decoration: none;
  font-size: 17px;
  display: block;
}

.topnav a.icon {
  background: (--c-bg);
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}

.topnav a:hover {
  background-color: var(--bc);
  color: var(--c-bg);
}

.active {
  background-color: var(--b-bg);
  color: var(--c-bg);
}

.active::before {
  content: var(--m-img);
  padding-right: 1em;
  margin: 0;
}

.icon {
  height: 25px;
}

body {
    background-size: cover;
    background-color: var(--b-bg);
    background-image: var(--b-bg-img);
    color: var(--text);
    width: auto;
    height: 90vh;
    margin: auto;
    font-family: Verdana, sans-serif;
}

.main {
  display: block;
}

.main, .text, .music, .tabs, .np, .credit, .main, .rp, .cons, .fan, .webs, .clique, .theme, .status, .rib, .team, .current, .list, .history, .feed {
    border: var(--c-bord);
    background-color: var(--c-bg);
    border-radius: 25px;
    padding: 1em;
    margin: 1em;
}

.title, .menu, .logo, .stage, .pic {
  display: none;
}

.menu {
    display: none;
}

.logo {
  display: none;
}

#Intro {
    display: block;
}

.abtinfo {
    display: none;
}

.btn2 {
  box-shadow: inset -1px -1px var(--b-bg), inset 1px 1px var(--btn-clr), inset -2px -2px grey,
    inset 2px 0px var(--b-bg);
  border-radius: 0px;
  background: var(--bc);
  display: inline-block;
  width: auto;
  text-decoration: none;
  padding: 10px;
  line-height: 1;
}

.btn2:active {
  box-shadow: inset -1px -1px var(--b-bg), inset 1px 1px var(--btn-clr), inset -2px -2px grey,
    inset 2px 0px var(--b-bg);
  border-radius: 0px;
  background: var(--btn-h1);
  display: inline-block;
  width: auto;
  text-decoration: none;
  padding: 10px;
  line-height: 1;
}

.btn2::before {
  content: none;
}

.item {
    display: flex;
    flex-direction: row;
    border-radius: 25px;
    width: 98%;
    padding: 0.5em;
    align-items: center;
}

.item:hover {
    background: var(--b-bg);
    background: linear-gradient(105deg,var(--btn-h2) 0%, var(--btn-h2) 85%, var(--bc) 85%);
    color: #ffffff;
}

.item:hover .pxl {
    background-color: #ffffff;
    border-radius: 25px;
}

.pxl {
    align-self: flex-start;
    margin-right: 10px;
}

.quan {
    margin-left: auto;
    padding-right: 1em;
}

.team {
    grid-column: side;
    grid-row: body;
    grid-area: team;
    padding: 1em;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
    width: 80%;
    margin: auto;
}

.mon {
    width: 50px;
    height: 50px;
    background-color: var(--b-bg);
    border: var(--b-bord);
    border-radius: 15px;
    display: flex;
    justify-content: center;
    margin: 0.2em;
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    -ms-interpolation-mode: nearest-neighbor;
    image-rendering: pixelated;
}

.alb {
    width: 98%;
}
}