@charset "utf-8";
body { font-family: alegreya, Georgia, serif;
}
.nav-item {
    font-family: cantarell, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 100%;
}
.dropdown-item:focus, .dropdown-item:hover {
  color: blue;
  text-decoration: none;
  background-color: #f8f9fa;
}
.container p {
	font-size: 130%;
	line-height: 180%;
}
.caption {
    font-style: italic;
    margin-top: -20px;
    margin-bottom: 20px;
}
.centredcaption {
    text-align: center;
    font-style: italic;
    font-size: 80%;
    margin-top: 20px;
}

.blockquote {
	margin-left: 80px;
	font-style: italic;
}
.biosmcp {
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 80%;
	color: #637E9B;
}
.bio {
	font-size: 50%;
}


.fish {
	text-align: center;
}
.carousel-inner .carousel-item.active .carousel-caption.d-none.d-md-block h3 {
	background-color: #727272;
}
.bottommargin {
	margin-bottom: 20px;
}
h1 {
	color: #3C565D;
	font-style: italic;
	margin-top: 20px;
	clear: both;
}
h2 {
	font-size: 170%;
}

.card-body h2 {
    font-style: italic;
    font-size: 150%;
}
.card-body h6 {
    margin-top: 0;
    padding-top: 0;
}
.card-body h3 {
    margin-bottom: 10px;
}



h3 {
    margin-bottom: 20px;
    margin-top: 10px;
    font-size: 130%;
}
h4 {
	font-style: italic;
	line-height: 150%;
	margin-bottom: 15px;
	margin-top: 5px;
	color: #384E54;
}
h3.lessbottom {
	margin-bottom: 5px;
	margin-top: 25px;
}


h5 {
	font-style: italic;
	line-height: 160%;
	font-weight: normal;
}

h6 {
	text-transform: uppercase;
	letter-spacing: 3px;
	font-size: 80%;
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 160%;
}
.card-body p {
    color: black;
    font-size: 90%;
}

ul li {
	font-size: 120%;
}

.py-5.bg-dark h3 {
	color: #A8B1BD;
}

.py-5 bg-dark p {
	color: #ccc;
}
.bg-dark a:hover {
    color: lightgray;
    text-decoration: none;
}


.outofprint {
	background-color: #637E9B;
	padding: 10px;
	display: inline;
	color: #F5F5F5;
	font-size: 110%;
}
.fltlft {
    float: left;
}

.col-md-4 p {
	font-size: 110%;
}
.biofltlft {
	float: left;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: -10px;
}



.blackborder {
	padding: 3px;
	border: 1px solid black;
}
.whiteborder {
	padding: 4px;
	border: 1px solid white;
}
.fullwidthimage {
	width: 100%;
	height: auto;
}
.para {
	color: #40707C;
}
.outofprint a:link {
    color: white;
    border-bottom: 1px solid #ccc;
    text-decoration: none;
}
.outofprint a:hover {
    color: white;
    border-bottom: none;
    text-decoration: none;
}
