.li-nav:hover {
    color: brown;
}

.btn-search {
    height: 40px;
    border-radius: 6px;
    width: 80px;
    background-color:  rgb(68, 137, 199);
    font-size: 18px;
    font-family: Arial, Helvetica, sans-serif;
    border-width: 1px;
    border-style: solid;
    border-color: black;
    float: left;
}

.btn-genome {
    height: 80%;
    border-radius: 6px;
    width: 30%;
    background-color: rgb(68, 137, 199);
    color: whitesmoke;
    /* font-size: 11px; */
    font-family: Arial, Helvetica, sans-serif;
    font-size: 100%;
}

.submit-control {
    /* width: 40%; */



}

.regiontext-control {
    width: 15%;
    height: 40px;
    border-radius: 3px;
    float: left;
}

.btn-download {
    border-radius: 6px;
    background-color:  rgb(68, 137, 199);
}



.btn-search:hover {
    color: rgb(108, 173, 216);
}

.btn-genome:hover {
    color: rgb(121, 229, 223);
}

.btn-download:hover {
    color: antiquewhite;
}

.btn-jbrowse {

    border-radius: 6px;
    background-color: rgb(184, 225, 239);

}


  #bigimg{
    width: 100%;
    height: 100%;
    position: fixed;

    background: rgba(0,0,0,.3);
    top: 0;
    display: none;
    justify-content: center;
    align-items: center;
  }

  #bigimg img{
    width: 45%;
    height: 90%;
    margin:auto;
    position: fixed;
    left:0;
    right:0;
    top: 80px;
    cursor: pointer;
  }