body {
	  background-color: #ffffff;
	}
h1{
text-align: center;
color: #FE3C01;
font-size: 50px;
background-color: #696969;
}


h2{
font-family: Verdana;
font-style: italic;
color: green;
}
p{
font-family: arial;
font-size: 20px;
}
*{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body, button{
  font-family: 'Helvetica Neue', arial, sans-serif;
}

h3{
text-align: right;
}
.controls{
  padding: 2%;
  background: #696969;
  color: #ffffff;
}

label{
  font-weight: 400;
  margin: 0 .4em 0 0;
}


button{
  display: inline-block;
  padding: .4em .8em;
  background: #C0C0C0;
  border: 0;
  color: #ffffff;
  font-size: 16px;
  font-weight: 300;
  border-radius: 4px;
  cursor: pointer;
}

button.active{
  background: #FE3C01;
}

button:focus{
  outline: 0 none;
}

button + label{
  margin-left: 1em;
}

.container{
  padding: 2% 2% 0;
  text-align: justify;
  font-size: 0.1px;
  background: #DCDCDC;
  
  -webkit-backface-visibility: hidden;
}

.container:after{
  content: '';
  display: inline-block;
  width: 100%;
}

.container .mix,
.container .gap{
  display: inline-block;
  width: 80%;
}

.container .mix{
  text-align: center;
  background: #4682b4;
  margin-bottom: 5%;
  display: none;
}

.container .mix.category-1{
  border-top: 2px solid limegreen;
}

.container .mix.category-2{
  border-top: 2px solid yellow;
}

.container .mix:after{
  content: attr(data-myorder);
  color: white;
  font-size: 16px;
  display: inline-block;
  vertical-align: top;
  padding: 4% 6%;
  font-weight: 700;
}

.container .mix:before{
  content: '';
  display: inline-block;
  padding-top: 60%;
}

@media all and (min-width: 420px){
  .container .mix,
  .container .gap{
    width: 32%;
  }
}

@media all and (min-width: 640px){
  .container .mix,
  .container .gap{
    width: 23.5%;
  }
  h4{
  font-family: 'Helvetica Neue', arial, sans-serif;
  display: inline-block;
  text-align: center;
  padding: .4em .8em;
  background: #C0C0C0;
  border: 0;
  color: #ffffff;
  font-size: 16px;
  font-weight: 300;
  border-radius: 4px;
  cursor: pointer;
  }
}