html, body {
	margin: 0;
	padding: 0;
	background-color: #fff;
   overflow: hidden;
}
#logo{
	position: absolute;
	/*font-family: 'Baloo Bhai', sans-serif;
	font-family: 'Bubblegum Sans', sans-serif;
	font-family: 'Lobster', sans-serif;*/
	font-family: 'Dosis', sans-serif;
    left: auto;
	right: auto;
    top: 100px;
    z-index: 1000;
	width: 100%;
	height: 180px;
	background-color: #fff;
}
h1{
	padding: 0;
	margin: 0;
	font-size: 80px;
	color: #403221;
	text-align:center;
}
h1 span{
	color: #BF7C2A;
}
p{
	font-family: 'Dosis', sans-serif;
	padding: 0;
	margin: 0;
	font-size: 20px;
	text-align:center;
	text-transform: uppercase;
}
.click {
  font-family: Arial;
  font-weight: bold;
  position: fixed;
  padding: 10px;
  background-color: #FFF;
  margin: 10px;
  z-index: 10;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.click:active {
  background-color: #E8D1D1;
}

.window {
    margin-left: 5%;
    width: 90%;
    height: 100%;
	position: absolute;
	z-index:100;
	}

.container {
    float: left;
	height: 100%;
    width: 50px;
    margin-top: -13px;
	z-index:100;
}

.container:nth-of-type(odd) {
    margin-top: 36px;
}

.container:nth-of-type(n+1) {
    margin-left: -20px;
}

.hexagon {
  position: relative;
  width: 50px; 
  height: 28.87px;
  margin: 14.43px 0;
  margin-bottom: 69px;
  -webkit-transition: 0.4s ease;
  z-index:100;
}

.hexagon:before,
.hexagon:after {
  content: "";
  position: absolute;
  width: 0;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  -webkit-transition: 0.4s ease;
}

.hexagon:before {
  bottom: 100%;
}

.hexagon:after {
  top: 100%;
  width: 0;
}

.ful {
  background-color: #F2B33D;
}

.ful:before {
  border-bottom: 14.43px solid #F2B33D;
}

.ful:after {
  border-top: 14.43px solid #F2B33D;
}

.reg {
  background-color: #BF7C2A;
}

.reg:before {
  border-bottom: 14.43px solid #BF7C2A;
}

.reg:after {
  border-top: 14.43px solid #BF7C2A;
}

.emp {
  background-color: #403221;
}

.emp:before {
  border-bottom: 14.43px solid #403221;
}

.emp:after {
  border-top: 14.43px solid #403221;
}