html {
    height: 100%;
    font-size: 12px;
    font-family: "Vollkorn", Georgia, serif;
}

h1 {
    /*color: #053b50;*/
    text-align: center;
    font-size: 3rem;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0.5rem;
    margin-top: 1.5rem;
}

h2 {
    font-weight: bold;
    margin-bottom: 0.5rem;
    text-transform: uppercase;
}

p {
    letter-spacing: 0.05rem;
    line-height: 1.2rem;
}

em {
    font-weight: bold;
    /*text-decoration: underline;*/
}

unm {
    opacity: 0.6;
}




.listing-container {
    width: calc(25% - 2rem);
    min-width: 150px;
    max-width: 300px;
    float: left;
    padding: 1rem;
}

.listing-img {
    overflow: hidden;
    display: block;
    position: relative;
}

.listing-img:after {
  padding-top: 70%;
  display: block;
  content: '';
}

.listing-container img {
    position: absolute;
    width: auto;
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto;
}

.listing-info {
    display: none;
}




#fish-grid {
    width: 90%;
    min-width: 700px;
    margin: 0 auto;
}

#tooltip {
    z-index: 200;
    position: absolute;
    padding: 0.5rem;
    width: calc((90% / 4) - 3rem);
    max-width: 300px;
    min-width: 150px;
    background-color: #333;
    color: #fff;
    visibility: hidden;
    top: 0px;
    overflow: hidden;
}

#tooltip p {
    font-weight: light;
    margin-bottom: 0.6rem;
}

#tooltip p:last-of-type {
    margin-bottom: 0;
}

#tooltip.active {
    visibility: visible;
}



/*
h2 {
    font-size: 1.5rem;
    padding: 0.5rem 1rem 1.5rem 1rem;
    text-transform: uppercase;
}

p {
    padding: 0.5rem 1rem 0.75rem 1rem;
}

.vertically-centered-wrapper {
    display: table;
    width: 100%;
    height: 100%;
}

.vertically-centered {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 100%;
    height: 100%;
}

#tooltip {
    z-index: 200;
    position: absolute;
    padding: 0.5rem;
    width: auto;
    max-width: 25rem;
    background-color: #fff;
    border: 1px solid #11465d;
    visibility: hidden;
    top: 0px;
}

#tooltip.active {
    visibility: visible;
}

#tooltip p {
    display: block;
    color: #000;
    font-size: 0.8rem;
    padding: 0.2rem 0 0 0;
}

.bill {
    border-bottom: 1px solid white;
}

.bill:hover {
    background-color: #115876;
}

.bill.active {
    background-color: #1779a3;
}

#mother {
    width: 100%;
    height: 100%;
}

#bills {
    background-color: #11465d;
    float: left;
    color: white;
    height: calc(100%);
    width: calc(30%);
    max-width: 500px;
    overflow: scroll;
    padding: 0;
}

#vis {
    background-color: #fff;
    min-width: calc(100% - 500px);
    width: 70%;
    height: 100%;
    overflow: hidden;
    display: inline-block;
}

text {
    font-size: 1.5rem;
}

#loading {
    display: none;
    background-color: rgba(255, 255, 255, 0.8);
    position: absolute;
    min-width: calc(100% - 500px);
    width: 70%;
    height: 100%;
}

#loading.active {
    display: table;
}
*/

#test {
    display: none;
}