/* 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;
  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
}

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

.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

}




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

}

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

h3 {
  font-family: "Homemade Apple", sans-serif;
  margin-bottom: 0.1em;
}

h2 {
  font-family: "Homemade Apple", sans-serif;
margin-bottom: 1em;
}

a {
  color:#93b8a8;
}


.footer {
  background-color: transparent;
  width: 85%;
  color: white;
  margin:15px;
  margin-top: 0px;
}
