@charset "UTF-8";
/* CSS Document */
/* palette
dark green = #096059
dard red = #93211c
*/
/* CSS Document */

#abby {
    margin-top: 1em;
}
#footer p {
    font-size: .7em;
}

/* ~~ LAYOUT STYLES ~~ */
h1 {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 1.5em;
	color: #93211c;
}
/* ~~ NAVIGATION ~~ */
/* ~~ inline navigation ~~ */
a:link {
    color: #93211c;
    text-decoration: none;
}
a:visited {
    color: #93211c;
    text-decoration: none;
}
a:hover, a:active, a:focus {
    color: #096059;
    text-decoration: underline;
}
/* ~~ navigation overrides ~~ */
.bg-dark {
    background-color: #096059 !important;
}
#navbarSupportedContent {
    background-color: #096059;
    padding-top: 1px;
}
.list-group-item-action:hover {
    background-color: rgba(9,96,89,0.1);
}
.dropdown-menu a {
    color: #111111 !important;
}
.dropdown-menu a:hover {
    background: rgba(9,96,89,0.3) !important;
    color: #f8f9fa !important;
}
.dropdown-menu {
   padding-top: 0;
   padding-bottom: 0;
}
/* ~~ search button ~~ */
.btn-custom { 
  color: #FFFFFF !important; 
  background-color: #0A6D65 !important; 
  border-color: #000000 !important; 
} 
.btn-custom:hover, 
.btn-custom:focus, 
.btn-custom:active, 
.btn-custom.active, 
.open .dropdown-toggle.btn-custom { 
  color: #FFFFFF !important; 
  background-color: #074641 !important; 
  border-color: #000000; 
} 
.btn-custom .badge { 
  color: #0A6D65 !important; 
  background-color: #FFFFFF !important; 
}/* ~~ MISC CLASSES ~~ */
.fltrt {
    float: right;
    margin-left: .5em;
    margin-bottom: .25em;
}
.fltlft {
    float: left;
    margin-right: .5em;
    margin-bottom: .25em;
}
.nav-right {
    list-style: none;
}
.card a {
    color: #212529;
    text-decoration: none;
}
