#v_list1 {
  border-radius: 15px;
  margin-left: 15px;
  margin-right: 15px;
  margin-top: 10px;
  margin-bottom: 10px;
}

#v_list2 {
  border-radius: 5px;
  margin-left: 15px;
  margin-right: 15px;
  margin-top: 10px;
  margin-bottom: 10px;
}

#footerDiv {
  position: absolute;
  bottom: 0;
  z-index: 1;
  width: 100%;
}
/** NEW CSS FOR TEST **/

#card1 {
  position: absolute;
  left: -50px;
  bottom: 200px;
}

#gradient1 {
  background: linear-gradient(to bottom, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.4) 50%, rgba(0,0,0,0) 100%);
  position: absolute;
  top: 0;
  width: 100%;
}

.v-carousel .v-window-item {
  position: absolute;
  top: 0;
  width: 100%;
}

#trans {
  background: rgb(255, 255, 255);
  opacity: 0.9;
  /* background-color: rgba(255, 255, 255, 0.9) */
}

#flyincard {
  position: absolute;
  top: 170px;
  background: rgb(255, 255, 255);
  opacity: 1;
  animation: anim3 1.5s;
}

#flyinf {
  position: absolute;
  top: -850px;
}

#color1 {
  background-color: rgba(0,0,0,0.5);
  /* position: absolute;
  top: -640px; */
}

@keyframes anim3 {
  from {opacity: 0;}
  to {opacity: 1;}
}

#carousel {
  position: relative;
  height: 100vh;
  width: 100%;
  visibility: inherit;
  max-height: none;
  overflow: hidden;
}

#ccard {
  border-radius: 50%;
  width: 100px;
  height: 100px;
  position: relative;
  top: -40px;
}

#ci1 {
  position: relative;
  left: 32px;
  top: 30px;
}

#ci2 {
  position: relative;
  left: 37px;
  top: 30px;
}

#btncolor {
  background-color: rgba(255,202,40,0.9);
}

#fcard {
  top: 500px;
  right: -10px;
  position: fixed;
  z-index: 9999;
}

#anim2 {
  width: 48px;
  -webkit-transition: width .7s;
}

#anim2:hover {
  width: 180px;
  -webkit-transition: width .7s;
}

#animc1 {
  position: relative;
  animation: animc1a .3s;
}

@keyframes animc1a {
  from {right: -300px; opacity: 0; font-size: 0px;}
  to {right: 0px; opacity: 1;}
}

#animc2 {
  position: relative;
  animation: animc2a .3s;
}

@keyframes animc2a {
  from {left: -300px; opacity: 0; font-size: 0px;}
  to {left: 0px; opacity: 1;}
}

#fatext {
  color: #ffc000;
  font-weight: 800;
  letter-spacing: 2.8px;
  font-family: "Dosis",sans-serif;
  text-transform: uppercase;
  font-size: 13px;
}

#fontchnge {
  font-family: Georgia, 'Times New Roman', Times, serif;
}

#fontchnge2 {
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

#btnmobile {
  position: absolute;
  bottom: 70px;
  left: 0;
  width: 100%;
}

/* #zooming {
  position: relative;
  height: 100vh;
  width: 100%;
  animation: tre 10s;
} */

@keyframes tre {
  from {transform: scale(1);}
  to {transform: scale(1.1);}
}

/* TEST CSS ONLY */
#mavatar {
  position: fixed;
  top: 120px;
}

#bnav {
  position: fixed; 
  bottom: 10px;
  right: 20px;
  left: 0px;
  border-radius: 20px;
}

#contover {
  overflow: auto;
}

#mcard {
  border-radius: 13px;
}

#mcapp {
  border-radius: 13px;
}

#mcaro {
  border-radius: 13px;
  overflow: hidden;
}

#mzooming {
  position: relative;
  width: 100%;
  animation: mtre 11s;
}

@keyframes mtre {
  from {transform: scale(1);}
  to {transform: scale(1.1);}
}

#mavatar {
  position: relative;
}

#mcar {
  border-bottom-left-radius: 13px;
  border-bottom-right-radius: 13px;
  overflow: hidden;
}

#mreg {
  overflow: auto;
}

#moptioncard {
  background-color: rgba(0,0,0,0.5);
}

#overclose {
  right: -45px;
  top: -45px;
  position: absolute;
}

.v-card--reveal {
  align-items: center;
  bottom: 0;
  justify-content: center;
  opacity: .5;
  position: absolute;
  width: 100%;
}
