/* All classes for website */
.custom-body {
    -webkit-text-size-adjust: 100%;
    margin: 0;
    background: rgb(207, 188, 167); /*181, 164, 145) */
}

.centered-box {
    font-family: Raleway,Calibri, sans-serif;
    max-width: 500pt;
    margin: 20px auto 30px auto; /* shorthand for top, left/right, bottom */
    padding: 20px;
    background: rgb(242, 233, 223);
    /* Optional box shadow, currently commented in your HTML: */
    /* box-shadow: 10px 1px 1px 10px rgb(166, 146, 124); */
}


a.header-link {
    color: black;
    text-decoration: none;
}
a.header-link:hover {
    color: rgb(139, 125, 107);
    text-decoration: none;
}
a {
	color: rgb(139,125,107);
	text-decoration:none;
}
a:hover{
	color: #003366;
	text-decoration: none;
}
#headerlinks {
	color: rgb(139,125,107);
	font-size: 16px;
	font-weight:bold;
	letter-spacing: .2em;
}

.bio-image {
	float: right;
	margin-left: 20px;
    margin-bottom: 20px;
    margin-right: auto;
    margin-top: 30px;
	width: 140px;
	border-radius: 5px;
}

.par-text {
    line-height: 1.2;
  }

h4.custom-title4 {
    margin-bottom: 10px; /* space below the title */
}
h4.custom-subtitle4 {
    font-weight: normal;
    margin-top: 0px;
    margin-bottom: 7px; /* space below the title */
}

ul.custom-list {
    margin-top: 0; /* optional: remove extra space above the list */
}
ul.custom-list li {
    margin-bottom: 5px; /* space between list items */
}

ol.custom-list2 {
    margin-top: 0; /* optional: remove extra space above the list */
}
ol.custom-list2 li {
    margin-bottom: 5px; /* space between list items */
}