@import url('https://fonts.googleapis.com/css?family=Alfa+Slab+One|VT323|Oswald');

html{
 background-image: url('https://s3-us-west-1.amazonaws.com/ehrlichresources/woodfloor.jpg');
}

/* Reset so position isn't thrown off in different browsers */
html, body, div, span, applet, object, iframe,
 h2, h3, h4, h5, h6, p, blockquote, pre,
 a, del, dfn, em, img, ins, kbd, q, s, b, u, i, center,
 dl, dt, dd, ol, ul, li,
 fieldset, form, label, legend,
 table, caption, tbody, tfoot, thead, tr, th, td,
 article, aside, canvas, details, embed, 
 figure, figcaption, footer, header, hgroup, 
 menu, nav, output, ruby, section, summary,
 time, mark, audio, video {
 	margin: 0;
 	padding: 0;
 	border: 0;
 	font-size: 100%;
 	font: inherit;
 	vertical-align: baseline;

}

#circle {
  text-align: center;
  background-color: #333;
  height: 525px;
  width: 530px;
  position: relative;
  margin: auto;
  margin-top: 50px;
  border-radius: 100%; 
}

.wrap {
  position: relative;
  top: 15px;
}

.bpush {
  position: relative;
  border: 13px solid #333;
  height: 220px;
  width: 220px;
  pointer-events: none;
}

.row1 > div {
  display: inline-block;
}

.row2 > div {
  display: inline-block;
  margin-top: -4px;
}

/* Unused classes than target either all panels on the left or all panels on the right */
.leftside {
  
}

.rightside {
  
}

.green {
  background-color: #00a74a;
  border-top-left-radius: 100%;
}

.red {
  background-color: #9f0f17;
  border-top-right-radius: 100%;
}

.yellow {
  background-color: #cca707;
  border-bottom-left-radius: 100%;
}

.blue {
  background-color: #094a8f;
  border-bottom-right-radius: 100%;
}

/* Classes mostly related to inner circle area */
#controlcenter {
  position: absolute;
  width: 270px;
  border-radius: 100%;
  border: #333 12px solid;
  background-color: white;
  height: 265px;
  top: 23%;
  left: 22.5%;
}

#name {
  margin-top: 50px;
  font-size: 3em;
}

.inline {
  display: inline-block;
}

.button1 {
  border-radius:100%;
  width:25px;
  height:25px;
  margin-auto;
  position: relative;
}

.brand{
  font-family: 'Alfa Slab One', cursive;
  color : #222;
  font-size: 3.2em;
  margin-top : 35px;
}

.brand .small{
  font-size : 0.3em;
  position : relative;
  top : -20px;
}

.canclick {
  pointer-events:auto;
}

.noclick {
  pointer-events:none;
}

.count{
  font-family: 'VT323', monospace;
  color : #DC0D29;
  padding : 0px;
  font-size : 2em;
  width : 50px;
  background-color: #32050C;
  position:relative;
  border : 4px solid #222;
  border-radius : 10px;
  margin:auto;
}

.round-btn{
  width : 20px;
  height : 20px;
  position: relative;
  background-color : yellow;
  border-radius : 100%;
  border : 4px solid #444;
  box-shadow : 0px 2px 3px #222;
  margin:auto;
  top : -5px;
}

.round-btn:active{
    box-shadow : 0 1px 1px #292929;
    top : -4px;
}

.led{
  width:6px;
  height:6px;
  background-color: #32050C;
  border-radius : 100%;
  position: absolute;
  left:0;
  right: 0;
  margin : auto;
  border: 2px solid #222;
  top: -18px;
}

.led-on {
  background-color: #DC0D29;
}

.led-off{
  color:#430710;
}

.label{
  color : #222;
  font-family : 'Oswald',Arial,sans;
  font-size:0.7em;
  margin-top:5px;
  text-align:center;
}

.display{
  width : 60px;
  position:relative;
  text-align:center;
} 

.btn-box{
  width : 50px;
  position:relative;
}

.sw-slot{
  height:20px;
  width:40px;
  background-color : #222;
  position:relative;
  top:5px;
  border-radius:2px;
  cursor: pointer;
}

.switch{
  height:16px;
  width: 16px;
  border-radius:4px;
  background-color : #3193DE;
  position:relative;
  border : 2px solid #333;
  
}

.sw-on{
  left:20px;
}
.rw.bottom{
  margin-top: 10px;
}
.full-red{
  background-color : #FC0102;
}

.yellow.light{
  background-color : #fed93f;
}

.blue.light{
  background-color : #1c8cff;
}

.red.light{
  background-color : #ff4c4c;
}

.green.light{
  background-color : #13ff7c;
}

/* CSS Animate possible classes */
#box {
  display: none;
  width: 300px;
  height: 300px;
  position: absolute;
  background-color: black;
  z-index: 99;
  left: -6%;
  top: -8%;
  border-radius: 5%;
}

#win {
  position: absolute;
  z-index: 100;
  font-size: 2.7em;
  color: white;
  font-family: 'Alfa Slab One', cursive;
  letter-spacing: 5px;
  font-weight: lighter;
}


@media screen and (max-width: 550px){

  .circle1 {
    top: 40px;
    
    transform: scale(0.6);
    
    transform-origin: 0 0;
    
    left: 20%;
  }
}


@media screen and (max-width: 400px){
  .circle1 {
    left: 8%;
  }
}

