body
{ 
	SCROLLBAR-FACE-COLOR: #000000; /*+*/
	SCROLLBAR-HIGHLIGHT-COLOR: #717171; /*+*/
	SCROLLBAR-SHADOW-COLOR: #24292C; /*+*/
	SCROLLBAR-3DLIGHT-COLOR: #41464B;
	SCROLLBAR-ARROW-COLOR: #FFFFFF;  /*+*/
	SCROLLBAR-TRACK-COLOR: #5D6164;   /*+*/
	SCROLLBAR-DARKSHADOW-COLOR: #101010;
	SCROLLBAR-BASE-COLOR: #BBCBDA; 
  background: #000;
  color: #898989;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0; 
  font-family: arial,verdana,geneva,helvetica,sans-serif;
}

.circle {
    width: 920px;
    height: 520px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    overflow:hidden;
    position:relative;
    margin: auto;
}


.glow {
    padding: 0px 0px;
    
    height: 90px;
    border: none;
    outline: none;
    color: #fff;
    background: #111;
    cursor: pointer;
    position: relative;
    z-index: 0;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}
.glow:before {
    content: '';
    background: linear-gradient(45deg, #ff0000, #ff7300, #fffb00, #48ff00, #00ffd5, #002bff, #7a00ff, #ff00c8, #ff0000);
    position: absolute;
    top: 0px;
    left: 0px;
    background-size: 400%;
    z-index: -1;
    filter: blur(7px);
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    animation: glowing 5s linear infinite;
    opacity: 0;
    transition: opacity .3s ease-in-out;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}
.glow:active {
    color: #000
}
.glow:active:after {
    background: transparent;
}
.glow:hover:before {
    opacity: 1;
}
.glow:after {
    z-index: -1;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #111;
    left: 0;
    top: 0;
    border-radius: 10px;
}
@keyframes glowing {
    0% { background-position: 0 0; }
    50% { background-position: 400% 0; }
    100% { background-position: 0 0; }
}

-------------
-------------
.hamburger{
  position: relative;
  padding: 0px 0px;
  width: 100%;
  height: 100%;
  width: 237px;
  height: 90px;
  border: none;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}
.hamburger:hover{
  position: relative;
  padding: 0px 0px;
  width: 237px;
  height: 90px;
  border: none;
  opacity: 0.6;
  filter: blur(1px);
  -webkit-transition: .2s opacity ease-in-out;
  transition: .2s opacity ease-in-out;
}
.hamburger:active{
  z-index: 1;
  opacity: 1;
  in-out;
}
.hamburger:after{
  z-index: 1;
  opacity: 1;
  in-out;
}