body {
  font-family: 'Roboto', sans-serif;
  background-color: #ffd202;
  background-image: linear-gradient(#ffd202, #ff5a9e, #b600dc);
  background-size: 100% 100%;
  background-position: center; /* Center the image */
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  background-attachment: fixed;
  margin: 0 auto;
}


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


#info {
  display: none;
}


svg{
  Size: 15vh;
}


h2{
  Size: 3vh;
  font-weight: 400;
  font-family: "IBM Plex Serif", sans-serif;
}


img{
  width: 20vh;
  height: 20vh;
}


#top {
  position: absolute;
  top: 0%;
  left: 30%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 40%;
  text-align: center;
}



/* the app - a beer menu / ordering app */
#menu {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  top: 85%;
  left: 50%;
  text-align: center;
  /* note: the translateZ(0) enables hardware accel */
  /* without it, there is a weird gap between panels */
  -webkit-transform: translate(-50%, -50%) translateZ(0);
          transform: translate(-50%, -50%) translateZ(0);
  height: 100vh;
  width: 75vh;
  border-radius: 2vh;
  overflow: hidden;
  box-shadow: 4vh 7vh 14vh -6vh rgba(0, 0, 0, 0.35), -4vh 7vh 14vh -6vh rgba(0, 0, 0, 0.35);
  padding-bottom: 15vh;
}



svg {
  width: 3vh;
  height: 3vh;
  color: #000;
}

/* info panels for each beer */
.panel {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-transition: all 0.4s ease;
          transition: all 0.4s ease;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  
  /* the icon for this beer (initially invisible) */
  /* each panel has its own color scheme */
}



.panel .name, .panel .type {
  position: absolute;
  -webkit-transition: all 0.4s ease;
          transition: all 0.4s ease;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  
}
.panel .name {
  left: 5vh;
  top: 50%;
  margin-top: -2.5vh;
  font-size: 4vh;
  line-height: 5vh;
  font-weight: 300;
}

.panel .type {
  left: 5vh;
  top: 50%;
  margin-top: 2.5vh;
  font-size: 0;
  line-height: 2.5vh;
  font-weight: 100;
}


/* Panel Background Colors */

.panel:nth-of-type(1) {
  z-index: 5;
  background: -webkit-radial-gradient(circle at top left, #ff5a9e, #ff5a9e, #bf4477);
  background: radial-gradient(circle at top left, #ff5a9e, #ff5a9e, #bf4477);
  -webkit-filter: drop-shadow(0 0 1vh #11111a);
          filter: drop-shadow(0 0 1vh #11111a);
}


.panel:nth-of-type(2) {
  z-index: 6;
  background: -webkit-radial-gradient(circle at top left, #ff424f, #ff424f, #bf323b);
  background: radial-gradient(circle at top left, #ff424f, #ff424f, #bf323b);
  -webkit-filter: drop-shadow(0 0 1vh #11111a);
          filter: drop-shadow(0 0 1vh #11111a);
}


.panel:nth-of-type(3) {
  z-index: 7;
  background: -webkit-radial-gradient(circle at top left, #ff781c, #ff781c, #bf5a15);
  background: radial-gradient(circle at top left, #ff781c, #ff781c, #bf5a15);
  -webkit-filter: drop-shadow(0 0 1vh #11111a);
          filter: drop-shadow(0 0 1vh #11111a);
}


.panel:nth-of-type(4) {
  z-index: 8;
  background: -webkit-radial-gradient(circle at top left, #ffd202, #ffd202, #bf9e02);
  background: radial-gradient(circle at top left, #ffd202, #ffd202, #bf9e02);
  -webkit-filter: drop-shadow(0 0 1vh #11111a);
          filter: drop-shadow(0 0 1vh #11111a);
}


.panel:nth-of-type(5) {
  z-index: 9;
  background: -webkit-radial-gradient(circle at top left, #b6ff02, #b6ff02, #89bf02);
  background: radial-gradient(circle at top left, #b6ff02, #b6ff02, #89bf02);
  -webkit-filter: drop-shadow(0 0 1vh #11111a);
          filter: drop-shadow(0 0 1vh #11111a);
}


.panel:nth-of-type(6) {
  z-index: 10;
  background: -webkit-radial-gradient(circle at top left, #17e299, #17e299, #11aa73);
  background: radial-gradient(circle at top left, #17e299, #17e299, #11aa73);
  -webkit-filter: drop-shadow(0 0 1vh #11111a);
          filter: drop-shadow(0 0 1vh #11111a);
}


.panel:nth-of-type(7) {
  z-index: 11;
  background: -webkit-radial-gradient(circle at top left, #0099ff, #0099ff, #0073bf);
  background: radial-gradient(circle at top left, #0099ff, #0099ff, #0073bf);
  -webkit-filter: drop-shadow(0 0 1vh #11111a);
          filter: drop-shadow(0 0 1vh #11111a);
}


.panel:nth-of-type(8) {
  z-index: 12;
  background: -webkit-radial-gradient(circle at top left, #0e65ff, #0e65ff, #0b4cbf);
  background: radial-gradient(circle at top left, #0e65ff, #0e65ff, #0b4cbf);
  -webkit-filter: drop-shadow(0 0 1vh #11111a);
          filter: drop-shadow(0 0 1vh #11111a);
}


.panel:nth-of-type(9) {
  z-index: 13;
  background: -webkit-radial-gradient(circle at top left, #b600dc, #b600dc, #8900a5);
  background: radial-gradient(circle at top left, #b600dc, #b600dc, #8900a5);
  -webkit-filter: drop-shadow(0 0 1vh #11111a);
          filter: drop-shadow(0 0 1vh #11111a);
}





@media (orientation: landscape) {
  /* put a blurred image in the background, just for pretty presentation */
  body::before {
    display: block;
    height: 100vh;
    width: 100%;
    background-image: linear-gradient(#ffd202, #ff5a9e, #b600dc);
    opacity: 0.4;
  }
}
@media (orientation: portrait) {
  #menu {
    border-radius: 0;
    width: 100%;
    height: 100vh;
  }
}