@import url('/css/gloria_hallelujah.css');
@import url('/css/lato.css');

html, body {
  height: 100%
}

body {
  background: linear-gradient(to bottom right, #001144, #817d9d);
  height: 100%;
}

body, .lato {
  font-family: 'Lato';
  color: #dddddd;
}

h1 {
  color: #888888;
}

h1, h2 {
  font-family: 'Gloria Hallelujah'
}

a {
  text-decoration: none;
  color: #ffaa00;
}

audio {
  width: 100%;
}
gh {
  font-family: 'Gloria Hallelujah'
}
g {
  color: #008822;
}
r {
  color: #ff0000;
}

#footer {
  position: fixed;
  width: calc( 100% - 32px);
  bottom: 0;
  left: 0;
  background: #4dc187;
  color: #ffffff;
}

.white {
  color: #ffffff;
}

.tab {
  display: grid;
  margin: 4px;
  grid-template-columns: 40px 1fr;
}

.tabmc {
  display: grid;
  margin: 4px;
  grid-template-columns: 160px 1fr;
}

.mbutton.selected {
  background: #ffaa00aa;
}

.mbutton {
  margin: 4px;
  width: 80px;
}

.v-middle {
  display: flex;
  flex-direction: column;
  justify-content:center;
}

.logo {
  width: 74px;
}

.logos {
  max-height: 84px;
  max-width: calc(100% - 100px);
  margin: 20px;
}


.kkks-div {
  padding: 8px 16px;
  margin: 0px;
}

.content {
  padding: 8px;
  max-width: 600px;
}

.icons {
  height: 32px;
}

.mentry {
  padding: 8px;
  background: #070f39;
  border-radius: 4px;
  color: #ffffff;
}

#st:hover {
  background: #4dc187;
  color: #000000;
}

#ka:hover {
  background: #ff0000;
  color: #000000;
}

#kt:hover {
  background: #f49521;
  color: #000000;
}

#s1:hover {
  background: #d71f37;
  color: #000000;
}

#s2:hover {
  background: #f49521;
  color: #000000;
}

#s3:hover {
  background: #f2d114;
  color: #000000;
}

#s4:hover {
  background: #81c244;
  color: #000000;
}

#s5:hover {
  background: #06aae7;
  color: #000000;
}

#s6:hover {
  background: #5972c6;
  color: #000000;
}

#s7:hover {
  background: #592e64;
  color: #000000;
}

@media (max-width: 480px) {
  .mbutton {
    display: none
  }
  .tabmc {
    grid-template-columns: 60px 1fr;
  }
  .logo {
    width: 54px;
  }
}

.icon {
  height: 32px;
}
.icontxt {
  height: 24px;
}
