allfonts {
font-family: 'Alegreya SC', serif;
font-family: 'Muli', sans-serif;
font-family: 'PT Serif', serif;
font-family: 'Saira Extra Condensed', sans-serif;
}

body, html {
height: 100%;
width: 100%;
font-family: helvetica; 
color: black;
}

p {
font-family: helvetica; 
}

h1, h5 {
font-family: helvetica;
}

.card-title {
    font-weight: bold;
}
.captions {
font-family: 'PT Serif', serif;
color: #4D4D4D;
font-size: 1rem;
}

a.captionlink {
color: #4D4D4D;
text-decoration: underline;
}

.address {
font-family: helvetica; 
color: gray;
}
a.address {
font-family: helvetica; 
color: gray;
}

.sidebar {
height: 100%; 
position: fixed; 
top: 0; 
left: 0; 
}

.navfont {
font-weight: 600;
letter-spacing: 0.1rem;
text-decoration: none !important;
color: #252525;
font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
}

a.navfont:active, a.navfont:focus, a.navfont:hover {
color: #4D4D4D !important;
}

.footerfont {
font-family: helvetica; 
color: gray;
}

a {
color: #4D4D4D;
}
a:hover, a:focus, a:active {
color: blue !important;
}

.heading {
text-transform: uppercase;
color: black;
font-weight: 700;
font-family: Georgia;
font-size: 1.5rem;
}

.subheading {
text-transform: uppercase;
font-size: 1.5rem;
color: black;
font-weight: 500;
font-family: 'Courier New';
}
a.subheading {
color: #4D4D4D !important;
}

.social-icons:hover {
opacity: .80;
}

.details-header 
{
font-size: .80rem;
text-align: left;
border-bottom: solid 1px #C9C9C9;
cursor: context-menu;
}
.details-panel 
{
font-size: .75rem;
text-align: left;
color: gray;
border-bottom: solid 1px #C9C9C9;
display: none;
}
