html {
  background-image:url(../images/water.gif);
  background-size:cover;
}

.mini-tab{
  background: rgba(255, 255, 255, .7);
  width: 50vw;
  height: 50vh;
  
}

.mini-title-bg{
  background: #57C785;
  background: linear-gradient(90deg, rgba(87, 199, 133, 1) 0%, rgba(237, 221, 83, 1) 50%, rgba(255, 255, 255, 0) 100%);
}

.mini-title{
  padding: 1%;
}

.mini-text{
  padding-left: 1%;
  margin-top: -10px;
}

.nav-table{
  margin-top: -24vh;
}

#picmixes{
  width: 550px;
  height: 200px;
  position: absolute; 
  bottom: -100px; 
  left: 30px;
}