@charset "UTF-8";
body {
	margin: auto;
	max-width: 640px;	
	padding: 20px;  
}

/*header formats*/
.jost-title {
  font-family: "Jost", sans-serif;
 	font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
	color: #13294B;
	text-align: center;
	text-transform: uppercase;
  letter-spacing: 1px;
  padding: 10px;  
}
/* small-caps */
.sc {
	font-size: 1.2em;
	font-weight: 500;
}

.zoolBot {
  font-size: 28px;
  line-height: 34px;
}

.finPubBo {
  font-size: 24px;
  line-height: 34px;
}

.body-text {
	padding: 3px;
  color: #333;
	text-align: left;
  line-height: 1.4;
  font-family: "Noto Sans Display", sans-serif;
  font-optical-sizing: auto;
  font-weight: 350;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  margin-top: 30px;
}

/*menu-bar formats*/
.menu-bar {
  list-style: none;
  margin: 20px 0;
  padding: 0;
  background-color: #13294B;
  display: flex;
}

.menu-bar li {
  margin: 0;
}

.menu-spacer {
  flex-grow: 1;
}

.menu-bar li a {
  display: block;
  padding: 12px 20px;
  color: white;  
  text-decoration: none;
}

.menu-bar li a:hover {
  background-color: #59788E;
  border-radius: 0.25rem;
}

/*footer formats*/
.contact {
	margin: 50px 0 0 0;  	
  background-color: #13294B;
  display: flex;
	color: white;
	padding: 30px 20px;
	font-size: 14px;	
}

.indented-address {	
	margin-left: 20px;
}

.spaced-line {
	line-height: 35px;
}

/*"Journal" dropdown menu*/
.btn {
  background-color: #13294B;
  border: 0;
}

.dropdown-menu {
  background-color: #13294B;
  padding: 0;
  border-radius: 0;
}

.dropdown-item {
  font-style: italic;
  padding: 6px 10px !important;  
}

.dropdown-item:hover {
  color: white;
}

.dropdown-toggle:focus,
.dropdown-toggle:active,
.dropdown.show > .dropdown-toggle {
  background-color: #13294B;
}