body {
    font-family: arial, sans-serif;
    margin:0;
    padding:0;
    font-size:1.12em;    
}
#background{
    margin: 0;
    padding: 0;
    margin-right: auto;
    margin-left: auto;
    display: table;
    background-color:#3a4047;   
}

#loading{
position: fixed;
width: 200px;
height: 200px;
top: 50%;
left: 50%;
margin-top: -100px; /* Negative half of height. */
margin-left: -100px; /* Negative half of width. */
}
p {
    margin:0;
}
#banner{
    width: 960px; 
}
#options {
    padding:;
    margin-top: 12%;
    width:15%;
    float:left;
    white-space: nowrap;
}
ul {
    padding: 0;
    margin:auto;
}
li {
    background-color: white;
}
#options{
    display:none;
}
#options h3 {
    margin-left: 10px;
    color: white;
    font-family: sans-serif;
}
#options li {
    font-size: 1.5em;
    text-align: center;
    border: 1.5px solid black;
    list-style-type: none;
    padding:2px ;
    margin-left: 10px;
    margin-bottom: 2px;
    box-shadow: inset 5px 5px 30px #999999;
}

#searchArea {
    float: left;
    margin-left: 3%;
}
#searchImage{
    display: inline-grid;
    vertical-align:top;
}
#searchQueryTitleForm{
    display: inline-grid;
    vertical-align:top;
}
#searchQueryTitle{
    border:solid 2px black;
    
    background-repeat: no-repeat;
}
#searchInline{
    text-align: center;
}

#SongList{
    clear: both;
    overflow:hidden;
     display:contents;
}

#leftPane{
    background-color: white;   
    display:inline-block; 
    color: black;
    border:solid 2px;
    width:-webkit-fill-available;
    height:calc(100vh - 76px);
    max-height:800px;
    padding:2px;
     margin-bottom:10px;
    overflow-y:scroll;
    -webkit-overflow-scrolling: touch;
}
#rightPane{
    background-color: white;
    display:inline-block;   
    color: black;
    border:solid 1px;
    max-height:800px;
    width:-webkit-fill-available;
    height:calc(100vh - 76px);
    margin-bottom:10px;
    margin-left:10px;
    padding:2px;
    overflow:scroll;
    -webkit-overflow-scrolling: touch;
    
}
#lyricsTextView{
    white-space: pre-wrap;
    text-align:center;
}
#titleTextView{
    white-space: pre-wrap;
    text-align:center;
}

#artistTextView{
     white-space: pre-wrap;
    text-align:center;
}
#rights {
    clear:both;
}
.center {
    text-align: center;
}
.listView {
    padding-top: 2px;
    border-top: .25px solid black;
    border-bottom: .25px solid black;
    display: inline-block;
    width:100%;
}
.listView:hover{
    background-color:black;
    color:white;
}
.listView hr{
    margin:0px;
}
#addsong {
    text-align: center;
    margin-right: auto;
    margin-left: auto;
    margin-top: 0px;
    background-color: white;
    border: 1px solid black;
    padding: 3px;
    display: none;
}
.listViewWording {
    font-size: .95em;
}
.listViewWording.artist{
    font-size: .7em;
    color:chocolate;
   
}
#star {
    margin-right: 10px;
    float:right;
    visibility:hidden;
 
}
#chords {
    margin-right: 10px;
    float:right;
    visibility:hidden;
   
}
a {
    cursor: pointer;
    text-decoration:inherit;
    color:black;
    margin:0;
    padding: 0;
}
::-webkit-scrollbar {
    -webkit-appearance: none;
}

::-webkit-scrollbar:vertical {
    width: 20px;
}

::-webkit-scrollbar:horizontal {
    height: 12px;
}

::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, .5);
    border-radius: 10px;
    border: 2px solid #ffffff;
    min-height:40px;
}

::-webkit-scrollbar-track {
    border-radius: 10px;  
    background-color: #ffffff; 
}
#artistTextView{
font-size:1.1em;
   
    font-style:italic;
    
}
#titleTextView{
    font-size:1.4em;
    font-family:bold, Cambria, sans-serif;
    margin-top:5px;
}
#lyricsTextView{
    font-family: Cambria, Georgia, serif;
    text-align:left;
    margin-top:40px;
}
 #artistsearch {
   
}
#titlesearch {
    float: left;
    width:400px
}
#artistsearch {
    float: left;
     width:500px;
}
#column {
    display: none;
    margin-top: 50px;
    text-align: center;
}
#songs {
    text-decoration: none;
    color:black;
}
.center {
    display: inline-block;
    text-decoration: none;
    font-family: arial, sans-serif;
    cursor: pointer;
    margin-right: auto;
    margin-left: auto;
    width:200px;
    background-color: #478bf7;
    font-size:1.1em;
    margin-bottom: 20px;
    border: .25px solid black;
    border-radius:3px;
    list-style-type: none;
    padding: 10px;
    white-space: nowrap;
}
#theme {
    text-align: left;
    padding-left: 20px;
    padding-right: 0px;
}
#toggle {
    position: absolute;
    display: inline-block;
    width:40px;
    height:20px;
    border: 1px solid black;
    border-radius: 20px;
    margin-left: 20px;
    background-color: #d0dbea;
}
#toggleblip {
    position: absolute;
    display: inline-block;
    width:19px;
    height:18px;
    border: 1px solid black;
    border-radius: 20px;
    margin-left: 20px;
    background-color: #3a4047;
    margin-left: 21px;
    margin-top: 1px;
}
@media only screen and (max-width: 970px){
body {
   width: 100%;
    height: 100%;
    overflow: hidden;
}
    #artistsearch {
    width:450px;
}
    #titlesearch {
    width:350px
}
#banner {
    max-width: 100%;
    font-size: 3.5em;
}
#background {
   max-width: 100%;
}

}
@media only screen and (max-width: 900px){
    #artistsearch {
    width:450px;
}
    #titlesearch {
    width:320px
}
#options {
    display: none;
}
#addsong {
    display: inline;
}
}

@media only screen and (max-width: 800px){
     #artistsearch {
    width:400px;
}
   
}
@media only screen and (max-width: 750px){
     #banner{
    display:none;
} 
    body {
   width: 100%;
    height: 100%;
    overflow: hidden;
}
      #artistsearch {
    width:-webkit-fill-available;
}
    #background{
        width: 100%;
    }
#searchArea{
float:none; 
    text-align:center;
    margin-left: 4px;
    margin-right:4px;
}
    
#leftPane{
width: 100%;
    

}
#titlesearch {
   width:100%;
   
}
    #searchInline{
         display:none;
    }
#rightPane{
visibility:hidden;
    width: 99%;
    margin-left:auto;
    margin-right:auto;
}
#artistsearch {
    display: none;
}
#reset {
    display: none;
}
#addsongs {
    display:show;
    position: ;
    bottom: 20px;
    left: 20px;
}
}
@media only screen and (max-width: 500px){
    #banner{
    display:none;
       
} 
    #leftPane, #rightPane{
width: 100%%;


}

 #searchArea{
 
text-align:left;
        
    }
    
    footer{
        display:none;
    }
    

}
