html {
	margin: 0;
	padding: 0;
	height: 100%;
/*	background: rgb(47,79,79);*/
	background: linear-gradient(174deg, rgba(47,79,79,1) 28%, rgba(45,133,253,1) 70%, rgba(253,212,45,1) 94%); 
	overflow: hidden;
	
}

body {
	margin: 0;
	padding: 0;
	background: transparent;
	overflow: hidden;
	
}


canvas {
	display: block;
}

#p5stuff {
/*
	padding: 10px;
	margin-top: 30px;
*/
}

ul {
	list-style-type: none;
	position: absolute;
	top: 0;
	float: right;

	/*	width: 100%;*/
}

li {
	float: left;
	/*	border-right: 1px solid white;*/
}

li a {
	display: block;
	color: #CCC;
	font-family: sans-serif;
	font-size: 12pt;
	margin-right: 10px;
	padding: 8px;
	background-color: #333;
	text-decoration: none;
}

li a:hover {
	background-color: red;
}

li:last-child {
	border-right: none;
	margin-right: 0;
	padding-right: 0;
}

div {

	/*	background-color:white;*/
}

.intro {
	font-family: 'Lucida Sans', sans-serif;
	margin: 0px auto;
	width: 70%;
	position: relative;
	text-align: Left;
}

.intro h1 {
	color: orangered;
	font-size: 42px;
	font-weight:800;
	line-height: 48px;
	padding-top: 75px;
	
}
.intro h2 {
	color: #ffcd02;
	font-size: 28px;
	font-weight:bold;
	font-style: italic;
	line-height: 32px;
	padding-bottom: 15px;
}

.intro p, h3 {
	font-family: 'Candara', sans-serif;
	color: lightgoldenrodyellow;
	font-size: 18px;
	width:90%;
	font-weight:bold;
	line-height: 24px;
}

.welcome {
	color: #ffcd02;
	
}

.noSelect {
/*
	-webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: -moz-none;
    -o-user-select: none;
    user-select: none;
*/
}

.mstitle {
	visibility: hidden;
	color: orangered;
	font-family: 'Helvetica Neue', sans-serif;
	font-size: 32px;
	font-weight: bold;
	line-height: 32px;
	padding-left: 25px;
	padding-top: 25px;
	-webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: -moz-none;
    -o-user-select: none;
    user-select: none;
	

}

.mssub2 {
	color: orangered;
	font-family: 'Open Sans',
		sans-serif;
	font-size: 30px;
	font-weight: 300;
	line-height: 32px;
	padding-left: 25px;
	
}

.mssub3 {
	color: yellowgreen;
	font-family: 'Open Sans', sans-serif;
	font-size: 24px;
	font-weight: 600;
	line-height: 28px;
	padding-left: 50px;
	-webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: -moz-none;
    -o-user-select: none;
    user-select: none;

}

p {
	color: #FF0000;
	font-family: 'Helvetica Neue', sans-serif;
	font-size: 14px;
	line-height: 24px;

}

/* Sound Button */
.soundButOn {
	height: 30px;
	width: 50px;
	background: url('../assets/mikes/speaker-128.png');
	background-size: 25px;
	background-position: center;
	background-color: darkorange;
	background-repeat: no-repeat;
	border: 2px solid #232323;
	border-radius: 8px;
	box-shadow: #422800 2px 2px 0 0;
	cursor: pointer;
	display: inline-block;
	user-select: none;
	-webkit-user-select: none;
	touch-action: manipulation;
}

.soundButOn:hover {
	background-color: #fff00f;
}

.soundButOn:active {
	box-shadow: #422800 2px 2px 0 0;
	transform: translate(2px, 2px);
}

.soundButOff {
	height: 30px;
	width: 50px;
	background: url('../assets/mikes/mute-128.png');
	background-size: 25px;
	background-position: center;
	background-color:  #fff00f;
	background-repeat: no-repeat;
	border: 2px solid #232323;
	border-radius: 8px;
	box-shadow: #422800 2px 2px 0 0;
	cursor: pointer;
	display: inline-block;
	user-select: none;
	-webkit-user-select: none;
	touch-action: manipulation;
}

.soundButOff:hover {
	background-color: darkorange;
}

.soundButOff:active {
	box-shadow: #422800 2px 2px 0 0;
	transform: translate(2px, 2px);
}

/* Settings - NutBolt Button */
.setButOn {
	height: 45px;
	width: 45px;
	border-radius: 15px;
	background: url('../assets/mikes/nutBolt.png');
	background-size: 40px;
	border: none;
	background-position: center;
	background-repeat: no-repeat;
	cursor: pointer;
	display: inline-block;
	user-select: none;
	-webkit-user-select: none;
	touch-action: manipulation;
}

.setButOn:hover {
	background-color: rgba(222,222,0,.6);
	
}

/*
.setButOn:active {
	box-shadow: #422800 2px 2px 0 0;
	transform: translate(2px, 2px);
}
*/

.setButOff {
	height: 45px;
	width: 45px;
	border-radius: 15px;
	background: url('../assets/mikes/nutBolt.png');
	background-size: 40px;
	background-position: center;
	background-repeat: no-repeat;
	border: none;
	cursor: pointer;
	display: inline-block;
	user-select: none;
	-webkit-user-select: none;
	touch-action: manipulation;
}

.setButOff:hover {
	background-color: rgba(222,111,0,.6);
}

/*
.setButOff:active {
	box-shadow: #422800 2px 2px 0 0;
	transform: translate(2px, 2px);
}
*/


/* Settings - Help Button */
.QBut {
	height: 30px;
	width: 35px;
	background: url('../assets/mikes/help.png');
	background-size: 25px;
	background-position: center;
	background-color: darkorange;
	background-repeat: no-repeat;
	border: 2px solid #232323;
	border-radius: 8px;
	box-shadow: #422800 2px 2px 0 0;
	cursor: pointer;
	display: inline-block;
	user-select: none;
	-webkit-user-select: none;
	touch-action: manipulation;
}

.QBut:hover {
	
}

.QBut:active {
	box-shadow: #422800 2px 2px 0 0;
	transform: translate(2px, 2px);
}

/* BUTTON CSS */


.pause {
	height: 30px;
	width: 50px;
	font-family: 'Tahoma', sans-serif;
	font-size: 11px;
	line-height: 12px;
	font-weight: bold;
	background-color: darkorange;
	background-repeat: no-repeat;
	border: 2px solid #232323;
	border-radius: 8px;
	box-shadow: #422800 2px 2px 0 0;
	cursor: pointer;
	display: inline-block;
	user-select: none;
	-webkit-user-select: none;
	touch-action: manipulation;
}

.pause:hover {
	background-color: #fff00f;
}

.pause:active {
	box-shadow: #422800 2px 2px 0 0;
	transform: translate(2px, 2px);
}



/* CSS */
.button-78 {
/*  align-items: center;*/
  appearance: none;
  background-clip: padding-box;
  background-color: initial;
  background-image: none;
  border-style: none;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  flex-direction: row;
  flex-shrink: 0;
  font-family:monospace;
  font-size: 20px;
  font-weight: 800;
  justify-content:center;
  line-height: 26px;
  margin: 0;
  min-height: 64px;
  outline: none;
  overflow: visible;
  padding: 15px 26px 25px 19px;
  pointer-events: auto;
  position: relative;
  text-align:left;
  text-decoration: none;
  text-transform: none;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: middle;
  width: Auto;
  word-break: keep-all;
  z-index: 0;
}

@media (min-width: 768px) {
  .button-78 {
    padding: 15px 32px 25px 25px;
  }
}

.button-78:before,
.button-78:after {
  border-radius: 10px;
}

.button-78:before {
  background-image: linear-gradient(92.83deg, #ff7426 0, #f93a13 100%);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -2;
}

.button-78:after {
  background-color: initial;
  background-image: linear-gradient(#541a0f 0, #0c0d0d 100%);
  bottom: 4px;
  content: "";
  display: block;
  left: 4px;
  overflow: hidden;
  position: absolute;
  right: 10px;
  top: 4px;
  bottom: 10px;
  transition: all 100ms ease-out;
  z-index: -1;
}

.button-78:hover {
	color:yellow;
	border-radius: 10px;
}

.button-78:hover:not(:disabled):before {
 	background-image: linear-gradient(#00FF00 0%, #00aa00 100%);
}

.button-78:hover:not(:disabled):after {
  background-image: linear-gradient(92.83deg, #aa3211 0, #d51705 100%);
	/*bottom: 10;
  left: 4;
  right: 10;
  top: 4;
  transition-timing-function: ease-in;
  opacity: 0;*/
	
}

.button-78:active:not(:disabled) {
  color: #ccc;
}

.button-78:active:not(:disabled):before {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), linear-gradient(92.83deg, #ff7426 0, #f93a13 100%);
}

.button-78:active:not(:disabled):after {
  background-image: linear-gradient(#541a0f 0, #0c0d0d 100%);
  bottom: 4px;
  left: 4px;
  right: 4px;
  top: 4px;
}

.button-78:disabled {
  cursor: default;
  opacity: .24;
}

.button-74 {
	background-color: #fbeee0;
	border: 2px solid #422800;
	border-radius: 30px;
	box-shadow: #422800 4px 4px 0 0;
	color: #122800;
	cursor: pointer;
	display: inline-block;
	font-weight: 600;
	font-size: 18px;
	padding: 0 18px;
	line-height: 50px;
	text-align: center;
	text-decoration: none;
	user-select: none;
	-webkit-user-select: none;
	touch-action: manipulation;
}

.button-74:hover {
	background-color: #fff00f;
}

.button-74:active {
	box-shadow: #422800 2px 2px 0 0;
	transform: translate(2px, 2px);
}

@media (min-width: 768px) {
	.button-74 {
		min-width: 60px;
		padding: 0 25px;
	}
	
	.soundBut {
		min-width: 50px;
		padding: 0 15px;
	}
}

/* SLIDER 1 */
.sld1 {
	-webkit-appearance: none;
	appearance: none;
	width: 100%;
	height: 10px;
	border-radius: 2px;
	background: #04AA6D;
	border: 2px solid #ad340d;
	opacity: 1;
	-webkit-transition: .2s;
	transition: opacity .2s;
}

/* Mouse-over effects */
.sld1:hover {
	background: darkorange;
}

/* The slider handle (use -webkit- (Chrome, Opera, Safari, Edge) and -moz- (Firefox) to override default look) */
.sld1::-webkit-slider-thumb {
	-webkit-appearance: none;
	appearance: none;
	width: 10px;
	height: 15px;
	border: 2px solid #422800;
	border-radius: 2px;
	background-color: darkslategrey;
	background-position: center;
	cursor: pointer;
}

.sld1::-moz-range-thumb {
	width: 10px;
	height: 15px;
	border: 2px solid #422800;
	border-radius: 2px;
	background-color: darkslategrey;
	background-position: center;
	cursor: pointer;
}


/* SLIDER 4 */
.sld4 {
	-webkit-appearance: none;
	appearance: none;
	width: 100%;
	height: 10px;
	border-radius: 2px;
	background: #04AA6D;
	border: 2px solid #232323;
	opacity: 1;
	-webkit-transition: .2s;
	transition: opacity .2s;
}

/* Mouse-over effects */
.sld4:hover {
	background: darkorange;
}

/* The slider handle (use -webkit- (Chrome, Opera, Safari, Edge) and -moz- (Firefox) to override default look) */
.sld4::-webkit-slider-thumb {
	-webkit-appearance: none;
	appearance: none;
	width: 50px;
	height: 20px;
	border: 0px;
	border-radius: 3px;
	background: url('../assets/mikes/arrows.png');
	background-size: 45px;
	background-repeat: no-repeat;
	background-position:center;
	background-color:none;
	cursor: pointer;
}

.sld4::-moz-range-thumb {
	width: 50px;
	height: 20px;
	border: 0px;
	border-radius: 3px;
	background: url('../assets/mikes/arrows.png');
	background-size: 35px;
	background-repeat: no-repeat;
	background-position:center;
	background-color:none;
	cursor: pointer;
}


.loader
{
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
  width:150px;
  height:150px;
  background:transparent;
  border:3px solid #3c3c3c;
  border-radius:50%;
  text-align:center;
  line-height:150px;
  font-family:sans-serif;
  font-size:20px;
  color:#fff000;
  letter-spacing:4px;
  text-transform:uppercase;
  text-shadow:0 0 10px #fff000;
  box-shadow:0 0 20px rgba(0,0,0,.5);
}
.loader:before
{
  content:'';
  position:absolute;
  top:-3px;
  left:-3px;
  width:100%;
  height:100%;
  border:3px solid transparent;
  border-top:3px solid #fff000;
  border-right:3px solid #fff000;
  border-radius:50%;
  animation:animateC 2s linear infinite;
}


loadSpan
{
  display:block;
  position:absolute;
  top:calc(50% - 2px);
  left:50%;
  width:50%;
  height:4px;
  background:transparent;
  transform-origin:left;
  animation:animate 2s linear infinite;
}

loadSpan:before
{
  content:'';
  position:absolute;
  width:16px;
  height:16px;
  border-radius:50%;
  background:#fff000;
  top:-6px;
  right:-8px;
  box-shadow:0 0 20px #fff000;
}
@keyframes animateC
{
  0%
  {
    transform:rotate(0deg);
  }
  100%
  {
    transform:rotate(360deg);
  }
}
@keyframes animate
{
  0%
  {
    transform:rotate(45deg);
  }
  100%
  {
    transform:rotate(405deg);
  }
}
