/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary {
    display: block
}

audio,canvas,progress,video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],template {
    display: none
}

a {
    background-color: transparent
}

a:active,a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code,kbd,pre,samp {
    font-family: monospace,monospace;
    font-size: 1em
}

button,input,optgroup,select,textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button,select {
    text-transform: none
}

button,html input[type=button],input[type=reset],input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],html input[disabled] {
    cursor: default
}

button::-moz-focus-inner,input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input[type=checkbox],input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button {
    height: auto
}

input[type=search] {
    -webkit-appearance: textfield;
    box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td,th {
    padding: 0
}

.monochord-wrapper {
    position: relative;
    width: 300px;
    margin: auto;
    height: 360px;
    text-align: left
}

.monochord-wrapper .knob-wrap {
    position: absolute;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none
}

.monochord-wrapper .knob-wrap.fine {
    left: 50px;
    top: 50px
}

.monochord-wrapper .knob-wrap.super-fine {
    left: 100px;
    top: 100px
}

.monochord-wrapper .knob-wrap.play {
    left: 125px;
    top: 125px;
    width: 50px;
    height: 50px;
    transition: background-color .3s linear;
    background-image: url(power.png);
    background-size: 1em 1em;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #eee;
    color: #333;
    border-radius: 50%;
    text-align: center;
    vertical-align: middle;
    font-size: 24;
    line-height: 55px;
    cursor: pointer
}

.monochord-wrapper .knob-wrap.play.alt {
    background-image: url(play.png)
}

.enabled>.monochord-wrapper .knob-wrap.play {
    background-color: #87CEEB
}

.monochord-wrapper .knob {
    position: relative!important;
    font-size: 30!important;
    height: 1em!important
}

body {
    width: 100%;
    min-height: 100%;
    font-family: 'Open Sans',sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 16
}

.header {
    margin: 0 auto;
    max-width: 1200px;
    padding: 30px
}

.title {
    margin-top: 0;
    font-family: Lobster,serif;
    font-style: normal;
    font-weight: 400;
    font-size: 36;
    text-align: center
}

.headline {
    margin: 0 auto
}

.button-group {
    margin: 0 auto;
    text-align: center;
    max-width: 80%;
    padding-top: 20px
}

button {
    padding: .6em 1.2em;
    border: 0;
    background: #eee;
    border-radius: 1em;
    outline: 0;
    transition: background .3s linear
}

button:hover {
    background: #ddd
}

.string {
    width: 80%;
    max-width: 960px;
    margin: 1em auto;
    padding: 0 auto;
    left: 0;
    right: 0;
    height: 2em;
    background: salmon;
    position: absolute;
    border-radius: .3em
}

.string .bridge {
    padding: 0 3px;
    border-radius: 1em;
    width: 0;
    height: 90%;
    position: absolute;
    right: 0;
    top: 5%;
    float: left;
    transition: background .1s
}

.string .bridge.enabled {
    background: #87CEEB
}

.string .bridge.enabled.active {
    background: #eef
}

@media (min-width: 800px) {
    .header {
        padding:50px
    }

    .title {
        display: inline-block;
        width: 25%;
        vertical-align: top;
        padding-right: 30px;
        text-align: right;
        margin: 0 auto
    }

    .headline {
        width: 65%;
        display: inline-block
    }
}

@media (min-width: 1200px) {
    .title {
        padding-right:80px;
        font-size: 48
    }
}

.container {
    text-align: center
}

@media (max-height: 100% and min-width:1200px) {
    .container {
        padding-top:100px
    }

    .button-group {
        padding-top: 60px
    }
}

.monochord {
    display: inline-block;
    padding: 25px
}
