.solution-grid .column, .solution-grid .columns {
	background: #EEE;
	text-align: center;
	border-radius: 4px;
	font-size: 1rem;
	/*text-transform: uppercase;*/
	height: 30px;
	line-height: 30px;
	margin-bottom: .75rem;
	letter-spacing: .1rem;
}
.rubik{
	border: 1px solid grey;
	text-align: center;
}
.menu {
	max-height: 0;
	overflow: hidden;
	flex-basis: 100%;
	margin: 0;
	transition: margin .5s ease-in-out, max-height .5s ease-in-out, opacity .3s .1s ease-in-out;
	visibility: hidden;
	list-style: none;
	overflow: hidden;
}
.menu-checkbox:checked ~ .menu {
	margin: 1em 0;
	max-height: 1000px;
	opacity: 1;
	visibility: visible;
}
.menu-checkbox {
	opacity: 0;
	position: absolute;
	top: -1000px;
}
.menu-checkbox:focus + .menu-toggle {
	outline: #EEE dashed 1px;
}

.menu-toggle {
	padding: .5em 1em;
}
.nav-wrapper {
	align-items: center;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
/*
.menu ul {
	list-style: none;
	margin-bottom: 0; 
	display: block;
	text-align:center;
}
.menu li {
	display: block;
	margin-bottom: 0;
	background-color:#EEE;
}
.menu li a {
	text-transform: uppercase;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: .2rem;
	margin-right: 35px;
	text-decoration: none;
	line-height: 6.5rem;
	color: #222; }*/

@media screen and (min-width: 680px) {
.menu {
	display: block;
	width: 100%;
		/*flex-basis: auto;*/
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	margin: 0;
	max-height: 1000px;
	opacity: 1;
	padding: 0;
	visibility: visible;
	}
.menu ul {
	list-style: none;
	margin-bottom: 0; 
	}
.menu li {
	position: relative;
	float: left;
	margin-bottom: 0;;
	}

.menu li a {
	/*padding: .5em;*/
	text-transform: uppercase;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: .2rem;
	margin-right: 35px;
	text-decoration: none;
	line-height: 6.5rem;
	color: #222;
}
 label.menu-toggle {
	display:none;
}

/*
	.navbar,
  .navbar-spacer {
	display: block;
	width: 100%;
	background: #fff;
	z-index: 99;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee; }
  .navbar-spacer {
	display: none; }
  .navbar > .container {
	width: 100%; }

@media screen and (max-width : 680px) {
  .navbar-list {
	list-style: none;
	margin-bottom: 0; 
	display: block;
	text-align:center;}
  .navbar-item {
	display: block;
	margin-bottom: 0;
	background-color:#EEE;
	}
  .navbar-link {
	text-transform: uppercase;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: .2rem;
	text-decoration: none;
	color: #222; }
  .navbar-link.active {
	color: #33C3F0; }
}
*/
/* Larger than tablet */
/*@media (min-width: 680px) {
  .navbar > .container {
	width: 100%; }
  .navbar-list {
	list-style: none;
	margin-bottom: 0; }
  .navbar-item {
	position: relative;
	float: left;
	margin-bottom: 0; }
  .navbar-link {
	text-transform: uppercase;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: .2rem;
	margin-right: 35px;
	text-decoration: none;
	line-height: 6.5rem;
	color: #222; }
  .navbar-link.active {
	color: #33C3F0; }
}


*/