@charset "UTF-8";
/* CSS Document */

button.btn.btn-default.chord {
    width: 154px;
	font-size: 22px
}

button.btn.btn-default.chord.active {
    background-color: #E4007B;
    color: white;
    font-weight: 300;
    border: solid black 1px;
	text-shadow: black 0.1em 0.1em 0.2em
}
button.btn.btn-default.chord.extended {
    width: 135px;
}

button.btn.btn-default.note {
    width: 154px;
    font-size: 22px;
}
button.btn.btn-default.note.active {
    background-color: #47d147;
    color: white;
    font-weight: 300;
    border: solid black 1px;
	text-shadow: black 0.1em 0.1em 0.2em
}

canvas#myCanvas{
	margin: 0 auto;
	text-align: center;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 0px;
    font-weight: 700;
}


div#canvas-holder{
	padding-left: 100px;	
}
div#labelC {
    position: absolute;
    left: 56%;
    top: 13.5%;
    font-size: 27px;
    color: white;
    font-weight: bolder;
	text-shadow: black 0.1em 0.1em 0.2em
}
div#labelCsharp {
    position: absolute;
    left: 63%;
    top: 25%;
    font-size: 27px;
    color: white;
    font-weight: bolder;
	text-shadow: black 0.1em 0.1em 0.2em
}
div#labelD {
    position: absolute;
    left: 74%;
    top: 39%;
    font-size: 27px;
    color: white;
    font-weight: bolder;
	text-shadow: black 0.1em 0.1em 0.2em
}
div#labelDsharp {
    position: absolute;
    left: 69%;
    top: 54.5%;
    font-size: 27px;
    color: white;
    font-weight: bolder;
	text-shadow: black 0.1em 0.1em 0.2em
}
div#labelE {
    position: absolute;
    left: 68%;
    top: 71%;
    font-size: 27px;
    color: white;
    font-weight: bolder;
	text-shadow: black 0.1em 0.1em 0.2em
}
div#labelF {
    position: absolute;
    left: 57%;
    top: 80%;
    font-size: 27px;
    color: white;
    font-weight: bolder;
	text-shadow: black 0.1em 0.1em 0.2em
}
div#labelFsharp {
    position: absolute;
    left: 40.5%;
    top: 79%;
    font-size: 27px;
    color: white;
    font-weight: bolder;
	text-shadow: black 0.1em 0.1em 0.2em
}
div#labelG {
        position: absolute;
    left: 30.5%;
    top: 70%;
    font-size: 27px;
    color: white;
    font-weight: bolder;
	text-shadow: black 0.1em 0.1em 0.2em
}
div#labelGsharp {
position: absolute;
    left: 24.5%;
    top: 56%;
    font-size: 27px;
    color: white;
    font-weight: bolder;
	text-shadow: black 0.1em 0.1em 0.2em
}
div#labelA {
    position: absolute;
    left: 25%;
    top: 38%;
    font-size: 27px;
    color: white;
    font-weight: bolder;
	text-shadow: black 0.1em 0.1em 0.2em
}
div#labelAsharp {
    position: absolute;
    left: 30%;
    top: 24%;
    font-size: 27px;
    color: white;
    font-weight: bolder;
	text-shadow: black 0.1em 0.1em 0.2em
}
div#labelB {
    position: absolute;
    left: 43.5%;
    top: 14%;
    font-size: 27px;
    color: white;
    font-weight: bolder;
	text-shadow: black 0.1em 0.1em 0.2em
}
h2{
	text-align: center;	
	font-size: 30pt;
	color: blue;
	text-shadow: black 0.1em 0.1em 0.2em
}

.row .title{
	text-align: center;
	margin:0 auto;
}

#chartdiv {
  width: 100%;
  height: 500px;
}

.ChordGroup label {
    text-align: center;
    display: block;
    font-size: 22px;
}

.ChordGroup label.chordlabel {
    font-size: 18px;
}

.NoteGroup label {
    text-align: center;
    display: block;
    font-size: 23px;
}

.row.welcome {
    text-align: center;
	font-size: 16pt;
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9{
	padding-left:0px;
	padding-right: 0px;
}
/* 
  Based from this article from Divya Manian - 
  http://nimbupani.com/using-background-clip-for-text-with-css-fallback.html
*/

* {
    margin: 0;
    padding: 0;
}

*,
:before,
:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

html,
body {
    min-height: 100%;
}


.wrapper {
    text-align: center;
}

.title {
    font-size: 2em;
    position: relative;
    margin: 0 auto 1em;
    padding: 1em 1em .25em 1em;
    text-align: center;
    text-transform: uppercase;
}
.title:after {
    position: absolute;
    top: 100%;
    left: 50%;
    width: 240px;
    height: 4px;
    margin-left: -120px;
    content: '';
    background-color: #fff;
}

/* Clip text element */
.clip-text {
    font-size: 30pt;
    font-weight: bold;
    line-height: 1;
    position: relative;
    display: inline-block;
    padding: .5em .75em;
    text-align: center;
    /* Color fallback */
    color: #fff;
    -webkit-background-clip: text;
    border: solid black;
    -webkit-text-fill-color: transparent;
   -webkit-text-stroke-width: 2px;
   -webkit-text-stroke-color: black;
}

.clip-text:before,
.clip-text:after {
    position: absolute;
    content: '';
}

/* Background */
.clip-text:before {
    z-index: -2;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: inherit;
}

/* Text Background (black zone) */
.clip-text:after {
    position: absolute;
    z-index: -1;
    top: .125em;
    right: .125em;
    bottom: .125em;
    left: .125em;
    background-color: white;
	border: solid black;
}

/* Change the background position to display letter when the black zone isn't here */
.clip-text--no-textzone:before {
    background-position: -.65em 0;
}

.clip-text--no-textzone:after {
    content: none;
}

/* Use Background-size cover for photo background and no-repeat background */
.clip-text--cover,
.clip-text--cover:before {
    background-repeat: no-repeat;
    -webkit-background-size: cover;
            background-size: cover;
  background-position: 50% 50%;
}

/


.clip-text_thirteen {
    background-image: url(http://img.7te.org/images/570x363/abstract-painting-wallpaper-which-is-under-the-abstract-wallpapers-32968.jpg);
}

.clip-text_fourteen {
    background-image: url(../img/background_title.png);
}


