/* Template by AW-Colorcat*/

body {

	font-size: 16px;
	margin: 0;
	
color: #3a443c;
  background: white;
  background-image:url("/images/misc/bubblesbackground.jpg");
  background-size: 950px 950px;
}



/* Contains everything*/
.wrapper {
  width: 60%;
  min-width: 600px;
  height: auto;
  margin: auto;
  
}


/* Clears the floats after the columns IMPORTANT*/
.row:after {
  content: "";
  display: table;
  clear: both;
  
}

/* Contains next 3 boxes*/
.yogurt {
  float: left;
  padding: 10px;
  height: auto;
  
}


.yogurt.menu {
  background-color: rgba(241, 247, 255, 0.6);
  padding: 20px;
  width: 25%;
  margin:15px;
  border-radius: 10px;
 overflow: scroll;
  height: 544px;
  mask: 
    linear-gradient(0,#0000 20px,#000 0) 0 10px,
    radial-gradient(10px,#000 calc(100% - 1px),#0000) 50%/18.5px 20px repeat space
}


.yogurt.main {
  background-color: rgba(241, 247, 255, 0.5);
  padding: 20px;
  width: 50%;
  margin-left:15px;
  margin-right:15px;
  margin-bottom:2px;
  border-radius: 10px;
  height: 449px;
 mask: 
    linear-gradient(0,#0000 20px,#000 0) 0 10px,
    radial-gradient(10px,#000 calc(100% - 1px),#0000) 50%/18.5px 20px repeat space

}

.inmenu {
background: #fbfffc;
border-radius: 10px;
height: 95%;
padding: 10px;
border: 1px solid #b0ba82;
}


.yogurt.header {

  padding: 20px;
  width: 50%;
  margin:15px;
  height: 40px;
  border-radius: 10px; 
  line-height: 1.7;
 background: #f5f5ff;
 background-image:url("/images/misc/rainbowheaderpic.jpg");

}

.content {
  width:100%;
  height:100%;
   border-radius: 10px;
   border: 1px solid #b0ba82;
}


.footer {
  background-color: transparent;
  
  
    width: 85%;
  color: white;
}
