@charset "UTF-8";
/* Body */
body {
	font-family: source-sans-pro;
	background-color: #000000;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-style: normal;
	font-weight: 200;
	 width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
}
#putdown{
	 position: fixed;
    bottom: 0;
}
.embedtext{
color: #ffffff;
}
.embed{

	text-align: center;
}
/* Container */
.container {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	height: 2000px;
	background-color: #2d4059;
	min-width: 1250px;
	overflow:visible;
}
.containerpiano {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	height: 2000px;
	background-color: #2d4059;
	min-width: 970px;
	overflow:visible;
}
.stemtext{
	width: 30%;
    float: left;
    padding: 20px;
	color: #ffffff;
	
	
}
.stemcolumns{
	width: 100%;
    padding: 20px;
	
	
}
.containerstem {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	height: 12000px;
	background-color: #2d4059;
	min-width: 970px;
	overflow:visible;
}
.container4 {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	height: 2000px;
	background-color: #2d4059;
	min-width: 920px;
	overflow:visible;
}
.dubstepcontainer{
    height: 250px;
    width: 920px;
    background-color: #000000;
	border: 1px solid #00ff00;
    border-radius: 10px;
    position: relative;
    top: 60px;
    margin: 0 auto;
	filter: drop-shadow(10px 10px 10px black);
	
  }
  .junglecontainer{
    height: 250px;
    width: 920px;
    background-color: #000000;
	border: 1px solid #FF69B4;
    border-radius: 10px;
    position: relative;
    top: 60px;
    margin: 0 auto;
	filter: drop-shadow(10px 10px 10px black);
  }
  .breakbeatcontainer{
    height: 250px;
    width: 920px;
    background-color: #000000;
	border: 1px solid #0800ff;
    border-radius: 10px;
    position: relative;
    top: 60px;
    margin: 0 auto;
	filter: drop-shadow(10px 10px 10px black);
  }
  .bitcontainer{
    height: 250px;
    width: 920px;
    background-color: #000000;
	border: 1px solid #00ffee;
    border-radius: 10px;
    position: relative;
    top: 60px;
    margin: 0 auto;
	filter: drop-shadow(10px 10px 10px black);
  }
.guitarcontainer {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	height: 2500px;
	background-color: #2d4059;
	min-width: 1250px;
	overflow:visible;
}
.rscontainer {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	height: 2500px;
	background-color: #2d4059;
	min-width: 890px;
	overflow:visible;
}
.sequencercontainer {
	background-color: #2d4059;
}
.cubecontainer {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	height: 2000px;
	background-color: #2d4059;
	overflow:visible;
}

.mmdiv{
	display: inline-block;
	position: relative;
	bottom: 7px;
	left: 5px;
	color:rgb(0, 255, 0);
}
.logodiv{
	display: inline-block;
}
.stopper{
	color:rgb(255, 255, 0);
	visibility: hidden;
	position: absolute;
	right:20px;
	top:20px;
    width: 120px;
    height:30px;
    background-color: rgb(0, 0, 0);
    border-radius: 8px;
    filter: drop-shadow(3px 3px 3px black);
	border: 1px solid #ffff00;
	
}
.topad{
	padding-top: 20px;
	padding-bottom: 40px;
}
.topadcube{
	padding-top: 20px;
	padding-bottom: 150px;
}
.bottomad{
	margin-top: 150px;
}
.atlstopper{
	visibility: hidden;
	position: absolute;
	right:20px;
	top:20px;
    width: 120px;
    height:30px;
    background-color: rgb(255, 0, 0);
    border-radius: 8px;
    filter: drop-shadow(3px 3px 3px black);
	border:3px;
}
.junglestopper{
	visibility: hidden;
	position: absolute;
	right:20px;
	top:20px;
    width: 120px;
    height:30px;
    background-color: #000000;
    border-radius: 8px;
    filter: drop-shadow(3px 3px 3px black);
	border: 1px solid #FF69B4;
	color: #FF69B4;
}
.junglestopper:hover{
	background-color: rgb(134, 0, 0);
	cursor: pointer;
}
.breakbeatstopper{
	visibility: hidden;
	position: absolute;
	right:20px;
	top:20px;
    width: 120px;
    height:30px;
    background-color: #000000;
    border-radius: 8px;
    filter: drop-shadow(3px 3px 3px black);
	border: 1px solid #0800ff;
	color: #0800ff;
}
.breakbeatstopper:hover{
	background-color: rgb(134, 0, 0);
	cursor: pointer;
}
.stopper:hover{
	background-color: rgb(255, 0, 0);
	cursor: pointer;
}
.atlstopper:hover{
	background-color: rgb(134, 0, 0);
	cursor: pointer;
}
.dubstopper{
	visibility: hidden;
	position: absolute;
	right:20px;
	top:20px;
    width: 120px;
    height:30px;
    background-color: #00ff00;
    border-radius: 8px;
    filter: drop-shadow(3px 3px 3px black);
	border:3px;
}
.bitstopper{
	visibility: hidden;
	position: absolute;
	right:20px;
	top:20px;
    width: 120px;
    height:30px;
    background-color: #00ffee;
    border-radius: 8px;
    filter: drop-shadow(3px 3px 3px black);
	border:3px;
}
.dubstopper:hover{
	background-color: rgb(255, 0, 0);
	cursor: pointer;
}
.bitstopper:hover{
	background-color: rgb(255, 0, 0);
	cursor: pointer;
}
.arrows{
 	display: flex;
    justify-content: center;
    align-items: middle;
	margin-top: 30px;
	text-align: center;
	font-size: 30px;
	padding-right: 50px;
}
.spacer{
	padding-top: 150px;
}
/* Navigation */
header {
	width: 100%;
	height: 5%;
	background-color: #2d4059;
	
}
.recordright{
	float:right;
	max-width:500px;
	text-align: left;
	
}
#testmer{
	width:240px;
	opacity: 0.7;
	height:40px;
	border:1px;
	filter: drop-shadow(5px 10px 5px black);
	
}
#testmer:hover {
	opacity: 1;
	filter: drop-shadow(5px 10px 5px black);
}
.startkaraoke{
	opacity: 0.5;
	font-size: 1.5em;
	position: absolute;
	height:100%;
	width:150px;
	background-color: #d10000;
	bottom: 0px; 
	display:none;
	cursor: pointer;
}
.startkaraoke:hover {
	opacity: 1;
	cursor: pointer;
}
.stopkaraoke{
	opacity: 0.5;
	font-size: 1.5em;
	position: absolute;
	height:100%;
	width:150px;
	background-color: #ffd900; 
	display: none;
	bottom: 0px; 
}
.stopkaraoke:hover {
	opacity: 1;
	cursor: pointer;
}
.loadkaraoke{
	opacity: 0.5;
	font-size: 1.5em;
	color:white;
	position: absolute;
	height:100%;
	width:150px;
	background-color: #292929; 
	display: none;
	bottom: 0px; 
}
.micdiv{
	max-width: 33%;
}
.buttonslist{
	
	max-width: 160px;
	height: 426px;
	float: left;
	position: relative;
  }
.downdiv{
	float: right;
	font-weight: bold;
	width: 250px;
	height: 426px;
}
.playdiv{
	float: left;
	font-weight: bold;
	width: 50%;	
	height: 426px;
	overflow-y: auto;
	background-color: rgba(32, 32, 32, 0.4);
}
.playdiv a:link { color: #fff700; }
.recorddiv{
	background-image: url("../recordingstudio/micstudio.png");
	border: 2px solid gold;
	display: flex;
	width: 890px;
	margin-left: auto;
	margin-right: auto;
	background-color: #000000;
	filter: drop-shadow(10px 10px 10px black);
}
.scloud{
	padding-top: 50px;
	max-width: 890px;
	margin-left: auto;
	margin-right: auto;
	filter: drop-shadow(10px 10px 10px black);
}
.recorddiv > div {
	flex: 1; /*grow*/
  }
.logo {
	color: #fff;
	font-weight: bold;
	text-align: undefined;
	width: 10%;
	float: left;
	margin-top: 15px;
	margin-left: 25px;
	letter-spacing: 4px;
}
.bigspace{
	height: 50px;
	margin-bottom:100px;
}
nav {
	float: right;
	width: 50%;
	text-align: right;
	margin-right: 25px;
}
header nav ul {
	list-style: none;
	float: right;
}
nav ul li {
	float: left;
	color: #FFFFFF;
	font-size: 14px;
	text-align: left;
	margin-right: 25px;
	letter-spacing: 2px;
	font-weight: bold;
	transition: all 0.3s linear;
}
ul li a {
	color: #FFFFFF;
	text-decoration: none;
}
ul li:hover a {
	color: #2C9AB7;
}
.hero_header {
	color: #FFFFFF;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	letter-spacing: 4px;
}
/* Hero Section */
.hero {
	background-color: #222831;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 2px solid #2C9AB7;
	border-bottom: 2px solid #2C9AB7;
	margin-left: auto;
	margin-right: auto;
	
}
.light {
	font-weight: bold;
	color: #717070;
}
.tagline {
	text-align: center;
	color: #FFFFFF;
	margin-top: 4px;
	font-weight: lighter;
	text-transform: uppercase;
	letter-spacing: 1px;
}
/* About Section */
.text_column {
	width: 29%;
	text-align: justify;
	font-weight: lighter;
	line-height: 25px;
	float: left;
	padding-left: 20px;
	padding-right: 20px;
	color: #A3A3A3;
	
}
.about {
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 35px;
	display: inline-block;
	background-color: #222831;
	margin-top: 100px;
	border-top: 2px solid #2C9AB7;

}
/* Stats Gallery */
.stats {
	color: #717070;
	margin-bottom: 5px;
}
.gallery {
	clear: both;
	display: inline-block;
	width: 100%;
	background-color: #FFFFFF;
	/* [disabled]min-width: 400px;
*/
	padding-bottom: 35px;
	padding-top: 0px;
	margin-top: -5px;
	margin-bottom: 0px;
}
.thumbnail {
	width: 25%;
	text-align: center;
	float: left;
	margin-top: 35px;
}
.gallery .thumbnail h4 {
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	color: #52BAD5;
}
.gallery .thumbnail p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #A3A3A3;
}
/* Parallax Section */
.banner {
	background-color: #2D9AB7;
	background-image: url(../images/parallax.png);
	height: 400px;
	background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;
}
#viscontainer{
	position: fixed;
    bottom: 0;
    right: 0;
	
}
.parallax {
	color: #FFFFFF;
	text-align: right;
	padding-right: 100px;
	padding-top: 110px;
	letter-spacing: 2px;
	margin-top: 0px;
}
.parallax_description {
	color: #FFFFFF;
	text-align: right;
	padding-right: 100px;
	width: 30%;
	float: right;
	font-weight: lighter;
	line-height: 23px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
/* More info */
footer {
	background-color: #FFFFFF;
	padding-bottom: 35px;
}
.footer_column {
	width: 50%;
	text-align: center;
	padding-top: 30px;
	float: left;
}
footer .footer_column h3 {
	color: #B3B3B3;
	text-align: center;
}
footer .footer_column p {
	color: #717070;
	background-color: #FFFFFF;
}
.cards {
	width: 100%;
	height: auto;
	max-width: 400px;
	max-height: 200px;
}
footer .footer_column p {
	padding-left: 30px;
	padding-right: 30px;
	text-align: justify;
	line-height: 25px;
	font-weight: lighter;
	margin-left: 20px;
	margin-right: 20px;
}
.button {
	width: 200px;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	text-align: center;
	vertical-align: middle;
	border-radius: 0px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 2px;
	border: 3px solid #FFFFFF;
	color: #FFFFFF;
	transition: all 0.3s linear;
}
.guitarbuttons{
	width: 900px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
.button:hover {
	background-color: #FEFEFE;
	color: #C4C4C4;
	cursor: pointer;
}
.copyright {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #717070;
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: lighter;
	letter-spacing: 2px;
	border-top-width: 2px;
}
.footer_banner {
	background-color: #B3B3B3;
	padding-top: 60px;
	padding-bottom: 60PX;
	margin-bottom: 0px;
	background-image: url(../images/pattern.png);
	background-repeat: repeat;
}
footer {
	display: inline-block;
}
.hidden {
	display: none;
}

/* Mobile */
@media (max-width: 320px) {
.logo {
	width: 100%;
	text-align: center;
	margin-top: 13px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.container header nav {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	float: none;
	display: none;
}
header nav ul {
}
nav ul li {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	text-align: center;
}
.text_column {
	width: 100%;
	text-align: justify;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.thumbnail {
	width: 100%;
}
.footer_column {
	width: 100%;
	margin-top: 0px;
}
.parallax {
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 40%;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 100%;
	font-size: 18px;
}
.parallax_description {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 90%;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 12px;
	float: none;
	text-align: center;
}
.banner {
	background-color: #2D9AB7;
	background-image: none;
}
.tagline {
	margin-top: 20px;
	line-height: 22px;
}
.hero_header {
	padding-left: 0px;
	padding-right: 0px;
	line-height: 22px;
	text-align: center;
}
}

/* Small Tablets */
@media (min-width: 321px)and (max-width: 767px) {
.logo {
	width: 100%;
	text-align: center;
	margin-top: 13px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #043745;
}
.container header nav {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	float: none;
	overflow: auto;
	display: inline-block;
	background: #52bad5;
}
header nav ul {
	padding: 0px;
	float: none;
}
nav ul li {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
}
.text_column {
	width: 100%;
	text-align: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.thumbnail {
	width: 100%;
}
.footer_column {
	width: 100%;
	margin-top: 0px;
}
.parallax {
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 40%;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 100%;
	font-size: 18px;
}
.parallax_description {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 30%;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: none;
	width: 100%;
	text-align: center;
}
.thumbnail {
	width: 50%;
}
.parallax {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-top: 20%;
}
.parallax_description {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	padding-top: 30px;
}
.banner {
	padding-left: 20px;
	padding-right: 20px;
}
.footer_column {
	width: 100%;
}
}

/* Small Desktops */
@media (min-width: 768px) and (max-width: 1096px) {
.text_column {
	width: 100%;
}
.thumbnail {
	width: 50%;
}
.text_column {
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.banner {
	margin-top: 0px;
	padding-top: 0px;
}
}
.rdot1 {
	height: 8px;
	width: 8px;
	background-color: rgb(110, 0, 0);
	border-radius: 50%;
	position: absolute;
	top: 100px;
	right: 264px;
  }
.rdot {
	height: 8px;
	width: 8px;
	background-color: rgb(255, 0, 0);
	border-radius: 50%;
	position: absolute;
	top: 100px;
	right: 264px;
	box-shadow: 0px 0px 40px 20px #ff0000;
  }
  .mdot1 {
	height: 28px;
	width: 28px;
	background-color: rgb(110, 0, 0);
	border-radius: 50%;
	position: absolute;
	top: -20px;
	right: -20px;
  }
.mdot {
	height: 8px;
	width: 8px;
	background-color: rgb(255, 0, 0);
	border-radius: 50%;
	position: absolute;
	top: 100px;
	left: 0px;
	box-shadow: 0px 0px 40px 20px #ff0000;
  }

.icons{
	transition: .2s ease;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 20px;
	padding-left: 5px;
	filter: drop-shadow(10px 10px 10px black);
}
.icons:hover, element:active {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
	transition: .1s ease;
	box-shadow: inset 10 0 10px 
	
  }


.tweets{
	width: 50%;
    float: left;
    padding: 20px;
	
}
.pianobackground{
	height: 450px;
	width: 100%;
	background-color: #2d4059;
	overflow:visible;
	
}

.divframe {
width: 100%;
background-color: #2d4059;
}

.iframez {
	width: 100%;
    display: block;
    border-style:none;

}
.noshrink{
	min-height: 400px;
}

.soundbank-group{
    /*display: flex;*/
    /*--width: 200px;*/
    height: 30px;
    width: 970px;
    background-color: #222831;
    /*border-top: 100px solid #222;
    border-bottom: 20px solid #222;
    border-left: 20px solid #222;
    border-right: 20px solid #222;*/
	border: 1px solid #2C9AB7;
    border-radius: 10px;
    position: relative;
    top: 100px;
    margin: 0 auto;
	filter: drop-shadow(10px 10px 10px black);
	
  }
  .container2{
    /*display: flex;*/
    /*--width: 200px;*/
    height: 200px;
    width: 970px;
    background-color: #222831;
    /*border-top: 100px solid #222;
    border-bottom: 20px solid #222;
    border-left: 20px solid #222;
    border-right: 20px solid #222;*/
	border: 1px solid #2C9AB7;
    border-radius: 10px;
    position: relative;
    top: 60px;
    margin: 0 auto;
	filter: drop-shadow(10px 10px 10px black);
  }
  .container3{
    /*display: flex;*/
    /*--width: 200px;*/
    height: 250px;
    width: 920px;
    background-color: #000000;
    /*border-top: 100px solid #222;
    border-bottom: 20px solid #222;
    border-left: 20px solid #222;
    border-right: 20px solid #222;*/
	border: 1px solid #ffff00;
    border-radius: 10px;
    position: relative;
    top: 60px;
    margin: 0 auto;
	filter: drop-shadow(10px 10px 10px black);
  }
  .containerATL{
    /*display: flex;*/
    /*--width: 200px;*/
    height: 250px;
    width: 920px;
    background-color: #000000;
    /*border-top: 100px solid #222;
    border-bottom: 20px solid #222;
    border-left: 20px solid #222;
    border-right: 20px solid #222;*/
	border: 1px solid #ff0000;
    border-radius: 10px;
    position: relative;
    top: 60px;
    margin: 0 auto;
	filter: drop-shadow(10px 10px 10px black);
  }
 

  .btn-group{
	max-width:150px;
	height:100%;
	 
  }
  .btn-group button {
	opacity: 0.5;
	background-color: gold; /* Green background */
	border: 1px solid black; /* Green border */
	color: black; /* White text */
	padding: 10px 24px; /* Some padding */
	cursor: pointer; /* Pointer/hand icon */
	width: 150px; /* Set a width if needed */
	height: 10%;
	display: block; /* Make the buttons appear below each other */

  }
  
  .btn-group button:not(:last-child) {
	border-bottom: none; /* Prevent double borders */
  }
  
  /* Add a background color on hover */
  .btn-group button:hover {
	background-color: gold;
	opacity: 1;
  }
.xyl{
    height: 550px;
    max-width: 1000px;
    position: relative;
    top: 50px;
    margin: 0 auto;
	justify-content: center;
	bottom: 5%;
    align-items: center;
	
  }
  #smstick{
	position: absolute;
	top: 0px;
	left: 30px;
	filter: drop-shadow(10px 10px 10px black);
  }
 


.xylo{
	display: block;
  	margin-left: auto;
  	margin-right: auto;
	filter: drop-shadow(10px 10px 10px black);
	bottom: 5%;
	user-select: none;
	position: relative;
	top: 0;
	left: 0;
  }
  #seqcss{
	display: block;
	margin-left: auto;   /* Automatic margin from left */ 
	margin-right: auto; 
  
  }
  .guitardiv{
    height: 550px;
    width: 1200px;
    position: relative;
	display: inline-block;
	cursor: url("../images/pick.png")40 100, default;
	top: 50px;
	display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .electricguitardiv{
    height: 550px;
    width: 1200px;
    position: relative;
	display: inline-block;
	
	top: 50px;
	display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .banjodiv{
    height: 374px;
    width: 1000px;
    position: relative;
	display: inline-block;
	top: 50px;
	display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .stringsdiv{
	position: relative;
    display: inline-block;
	cursor: url("../images/pick.png")40 100, default;
  }
  .string1 {
    position: absolute;
    top: 215px;
    left: 300px;
    /*padding: 5px;*/
    width: 300px;
    height: 10px;
}
.string2 {
    position: absolute;
    top: 227px;
    left: 300px;
    /*padding: 5px;*/
    width: 300px;
    height: 10px;
    
}
.string3 {
    position: absolute;
    top: 238px;
    left: 300px;
    /*padding: 5px;*/
    width: 300px;
    height: 10px;
    
}
.string4 {
    position: absolute;
    top: 250px;
    left: 300px;
    /*padding: 5px;*/
    width: 300px;
    height: 10px;
    
}
.string5 {
    position: absolute;
    top: 262px;
    left: 300px;
    /*padding: 5px;*/
    width: 300px;
    height: 10px;
    
}
.string6 {
    position: absolute;
    top: 275px;
    left: 300px;
    /*padding: 5px;*/
    width: 300px;
    height: 10px;
    
}
  .znote{
	position: absolute;
    top: 50%;
    left: 50%;
    margin-top: 50px;
    margin-left: 50px;
	height: 10px;
	width: 10px;
	background-color: powderblue;
  }
.aguitar{
	position: relative;
	top: 0;
	left: 0;
	display: block;
  	margin-left: auto;
  	margin-right: auto;
	filter: drop-shadow(10px 10px 10px black);
	bottom: 5%;
	user-select: none;
  }
.column {
  float: left;
  width: 33.33%;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}
  .btn{
    display: inline-block;
    background-color: #a3a3a3;
    border-radius: 4px;
    user-select: none;
    width: 120px;
    height: 20px;
    text-align: center;
    position: absolute;
    top: 15px;
    right: 18px;
    cursor: pointer;
  }
.piano {
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: 15px;
    left: 20px;
  }
  .trappiano {
	
	border-top: .5px solid #ffff00;
	border-left: .5px dotted #ffff00;
	border-right: .5px dotted #ffff00;
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: 15px;
    left: 20px;
  }
  .atlpiano {
	
	border-top: .5px solid #ff0000;
	border-left: .5px dotted #ff0000;
	border-right: .5px dotted #ff0000;
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: 15px;
    left: 20px;
  }
  .junglepiano {
	
	border-top: .5px solid #FF69B4;
	border-left: .5px dotted #FF69B4;
	border-right: .5px dotted #FF69B4;
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: 15px;
    left: 20px;
  }
  .breakbeatpiano {
	
	border-top: .5px solid #0800ff;
	border-left: .5px dotted #0800ff;
	border-right: .5px dotted #0800ff;
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: 15px;
    left: 20px;
  }
  .dubsteppiano {
	
	border-top: .5px solid #00ff00;
	border-left: .5px dotted #00ff00;
	border-right: .5px dotted #00ff00;
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: 15px;
    left: 20px;
  }
  .dubsteppiano {
	
	border-top: .5px solid #FF69B4;
	border-left: .5px dotted #FF69B4;
	border-right: .5px dotted #FF69B4;
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: 15px;
    left: 20px;
  }
  
  .bitpiano {
	
	border-top: .5px solid #00ffee;
	border-left: .5px dotted #00ffee;
	border-right: .5px dotted #00ffee;
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: 15px;
    left: 20px;
  }
  
  .key {
    height: calc(var(--width) * 4);
    width: var(--width);
    
  }
  
  .white {
    --width: 30px;
    background-color: white;
    border: 1px solid #333;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    font-weight: 700;
    font-size: 1.5em;
    text-align: center;
    position: relative;
    cursor: pointer;

  }
   .white {
    --width: 30px;
    background-color: white;
    border: 1px solid #333;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    font-weight: 700;
    font-size: 1.5em;
    text-align: center;
    position: relative;
    cursor: pointer;

  }
  .trapwhite {
    --width: 40px;
    background-color: white;
    border: 1px solid #333;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    font-weight: 700;
    font-size: 1.5em;
    text-align: center;
    position: relative;
    cursor: pointer;

  }

  .white:hover {
    background-color: rgb(221, 220, 220);
	cursor:pointer; 
  }

  .white.active {
    background-color: #CCC;
	color: red;
  }
  .first.active {
    background-color: #000;
  }
  .w1{
	background-color: black;
  }
  .trapblack{
	box-shadow: 0 8px 5px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
	--width: 25px;
    background-color: #252500;
    margin-left: calc(var(--width) / -2);
    margin-right: calc(var(--width) / -2);
    z-index: 2;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    font-weight: 700;
    font-size: 1.2em;
    color: white;
    position: relative;
    cursor: pointer;
  }
  .black {
    --width: 17px;
    background-color: black;
    margin-left: calc(var(--width) / -2);
    margin-right: calc(var(--width) / -2);
    z-index: 2;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    font-weight: 700;
    font-size: 1.2em;
    color: white;
    position: relative;
    cursor: pointer;
	box-shadow: 0 8px 5px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
  }
  .forms{
	  width: 100%;
	  overflow:visible;
  }
  .guitarforms{
	width: 100%;
	overflow:visible;
	height: 210px;
	}
  .notefield {
	position: relative;
	top: 20px;
	border-radius: 5px;
	border: 1px solid #2C9AB7;
	padding: 5px;
	width: 970px;
	height: 110px;
	display: block;
    margin-left: auto;
    margin-right: auto;
	background-color: #222831;
	color: #fff;
	font-size: 1.3em;
	overflow:visible;
	box-shadow: 0 8px 5px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
	resize: none;
  }
  .xylonotefield {
	position: relative;
	top: 20px;
	border-radius: 5px;
	border: 1px solid #2C9AB7;
	padding: 5px;
	width: 1000px;
	height: 110px;
	display: block;
    margin-left: auto;
    margin-right: auto;
	background-color: #222831;
	color: #fff;
	font-size: 1.3em;
	overflow:visible;
	box-shadow: 0 8px 5px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
	resize: none;
  }
  .notestext{
	position: relative;
	width: 600px;
	top: 40px;
	color: #fff;
	overflow:visible;
	font-size: 1.5em;
	display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .inbox{
  display: inline-block;
  margin-left: 500px;
  margin-top: 2px;
  }
  .xylonotestext{
	position: relative;
	width: 600px;
	top: 40px;
	left: 320px;
	color: #fff;
	overflow:visible;
	font-size: 1.5em;
  }
  .tempotext{
	position: relative;
	top: 10px;
	left: 600px;
	color: #fff;
  }
  .tempofield{
	position: relative;
	border-radius: 5px;
	border: 2px solid #2C9AB7;
	box-shadow: 0 8px 5px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
	width: 80px;
	height: 35px;
	left: 120px;
	top: 10px;
	font-size: 1.3em;
	text-align:Center;
  }
  .pbuttons {
	position: relative;
	float: left;
	font-size: 1.3em;
	border: 2px solid #2C9AB7;
	box-shadow: 0 8px 5px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
	padding: 5px;
	width: 120px;
	height: 40px;
	left: 20px;
	top: 10px;
	border-radius: 5px;
	cursor: pointer;
  }
  .stopbutton {
	position: relative;
	float: left;
	font-size: 1.3em;
	border: 2px solid #2C9AB7;
	box-shadow: 0 8px 5px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
	padding: 5px;
	width: 120px;
	height: 40px;
	left: 40px;
	top: 10px;
	border-radius: 5px;
	cursor: pointer;
  }
  .nextbutton {
	position: relative;
	float: left;
	font-size: 1.3em;
	border: 2px solid #2C9AB7;
	box-shadow: 0 8px 5px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
	padding: 5px;
	width: 120px;
	height: 40px;
	left: 60px;
	top: 10px;
	border-radius: 5px;
	cursor: pointer;
  }
  .previousbutton {
	position: relative;
	float: left;
	font-size: 1.3em;
	border: 2px solid #2C9AB7;
	box-shadow: 0 8px 5px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
	padding: 5px;
	width: 120px;
	height: 40px;
	left: 80px;
	top: 10px;
	border-radius: 5px;
	cursor: pointer;
  }
  .clearbutton {
	position: relative;
	float: left;
	font-size: 1.3em;
	border: 2px solid #2C9AB7;
	box-shadow: 0 8px 5px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
	padding: 5px;
	width: 120px;
	height: 40px;
	left: 100px;
	top: 10px;
	border-radius: 5px;
	cursor: pointer;
  }
  .black.active {
    background-color: rgb(196, 196, 196);
	color: red;
  }
  .black:hover {
    background-color: #333;

  }
 .bottom {
    /*border: 1px solid black;*/
    text-align: center;
    position: absolute;
    bottom: 5%;
    width: 100%;
    user-select: none;
  }
.instruments{
	display: flex;
	position: relative;
	top: 100px;
	 justify-content: center;
    align-items: center;
	
}
.notes{
	position: relative;
    top: 10px;
    margin: 0 auto;
	text-align: center;
	font-size: 30px;
	background-color: white;
}

.edmcube{
    height: 600px;
    width: 600px;

    position: relative;
    top: 10px;
    margin: 0 auto;
	justify-content: center;
	bottom: 5%;
    align-items: center;
  }
.housecube{
    height: 600px;
    width: 600px;

    position: relative;
    top: 10px;
    margin: 0 auto;
	justify-content: center;
	bottom: 5%;
    align-items: center;
  }
.edmcubep{
	display: block;
  	margin-left: auto;
  	margin-right: auto;
	
	bottom: 5%;
  }
  #activator{
	width: 100%;
	margin-top: 15px;
	color: rgba(255, 255, 0, 0.692);
	font-size: 2em;
	text-align:Center;
	font-weight: bold;
  }
  #ATLactivator{
	width: 100%;
	margin-top: 15px;
	color: rgba(255, 0, 0, 0.692);
	font-size: 2em;
	text-align:Center;
	font-weight: bold;
  }
  #dubstepactivator{
	width: 100%;
	margin-top: 15px;
	color: #00ff00;
	font-size: 2em;
	text-align:Center;
	font-weight: bold;
  }
  #jungleactivator{
	width: 100%;
	margin-top: 15px;
	color: #FF69B4;
	font-size: 2em;
	text-align:Center;
	font-weight: bold;
  }
  .loadelem{
	
	animation: spin 2s infinite linear;
  }
  @keyframes spin { 
    100% { 
        -webkit-transform: rotate(360deg); 
        transform:rotate(360deg); 
    } 
}
  #breakbeatactivator{
	width: 100%;
	margin-top: 15px;
	color: #0800ff;
	font-size: 2em;
	text-align:Center;
	font-weight: bold;
  }
  #jungleactivator:hover{
	color: #fd268e;
	cursor: pointer;
  }
  #breakbeatactivator:hover{
	color: #26bcfd;
	cursor: pointer;
  }
  
  #bitactivator{
	width: 100%;
	margin-top: 15px;
	color: #00ffee;
	font-size: 2em;
	text-align:Center;
	font-weight: bold;
  }