@import url('https://fonts.googleapis.com/css2?family=Playfair+Display&display=swap');

@charset "UTF-8";
/* Modified Meyer Reset based on http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126   License: none (public domain)*/
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,time, mark, audio, video {
    margin: 0;padding: 0;border: 0;font: inherit; vertical-align: baseline;
}
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;}
body {line-height: 1;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,q:before, q:after {content: '';}
table {border-collapse: collapse;border-spacing: 0;}
*, *:before, *:after {box-sizing: border-box;}
/* End Modified Meyer Reset*/

:root {
    --textcolor:black;
    --accentcolor:#b59317;
    --lightaccentcolor:#9df;
    --reversecolor:white;
}
html {
    font-size:16px;
    font-family:'Playfair Display', serif;
}
body {
    background:var(--accentcolor);
    color:var(--reversecolor);
    margin:0;padding:0;
    line-height:1.5;
}
strong, b {font-weight:bold;}
#wrapper {
    position:relative;
    margin:0 auto;padding:10px 0 10px 0;
    width:100%;height:auto;
    min-width:640px;max-width:1600px;
    background:var(--reversecolor);
    color:var(--textcolor);
    text-align:center;
}
h1, h2, h3, h4 {
    color:var(--accentcolor);
  font-family:'Playfair Display', serif;
}
h1 {font-size:2.8rem;margin:0;}
h2 {font-size:1.4rem;margin:0 0 0 0;}
p {font-size:1rem;margin:1rem 0 1rem 0;}
a:link, a:visited {color:var(--accentcolor);}
a:hover {text-decoration:none;}

#numFld {font-size:1.2rem;width:4rem;text-align:right;padding:0;margin:0 0 0 4px;}
#txtFld {width:100%;height:4.2rem;font-size:1.8rem;font-family:inherit;}
button {
    -webkit-appearance:none;
    font-size:1.4rem;
    font-weight:normal;
    background:var(--lightaccentcolor);
    border-radius:12px;
    border:2px solid var(--accentcolor);
    color:var(--textcolor);
    padding:0.3rem 0.5rem 0.3rem 0.5rem;
    cursor:pointer;
    margin:10px 20px 10px 20px;
}
button:hover {
    color:var(--reversecolor);
    background:var(--accentcolor);
}
ol, ul {margin:1rem 1rem 1rem 2rem;}
select {
    background:var(--lightaccentcolor);
    color:var(--textcolor);
    width:auto;
    font-size:inherit;
    font-weight:normal;
    text-align:center;
    height:auto;
    border-radius:8px;
    margin:10px 0;
}
.uiunit {
  display:inline-block;
  margin:0 0 0 30px;
  text-align:center;
}

.noteheadcolor1, .noteheadcolor2 {cursor:pointer;}
svg {
  width:100%;
  height:auto;
  max-width:1500px;
  margin:0 0 160px 0;
}
audio {width:300px;height:50px;}
#notationholder {
  width:100%;
  height:640px;
  overflow-y:scroll;
  text-align:center;
  margin:10px 0 0 0;
  background:#ffe;
background-image:url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/358203/Paper%2C%20white%20crumpled.png");
  border-top:1px solid var(--accentcolor);
  border-bottom:1px solid var(--accentcolor);
}
#portrait {width:120px;height:auto;margin:0 10px 0 0;}
header {width:auto;margin:0 auto;position:relative;}
#headinfo {display:inline-block;text-align:left;}
#currenttempo {font-size:1rem;height:100%;padding:0;}
	#temposlider {width:150px;margin:0;padding:0;}

footer {padding:10px 50px 40px 50px;text-align:left;display:flex;}
footer div {flex-basis:46%;margin:20px;}
#share {
  position:absolute;
  right:10px;top:10px;
}