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

/*header formats*/
.title {
	text-align: center;
  padding: 30px 20px 10px;  
}

.annales-title {
  font-family: "Jost", sans-serif;
 	font-optical-sizing: auto;
  font-weight: 450;
  font-style: normal;
	color: #08422d;
  text-transform: uppercase;
  letter-spacing: 1px;  
  font-size: 38px;
  line-height: 1.2;
}

/* small-caps */
.sc {
	font-size: 1.2em;
  font-weight: 430;	
}

.subtitle {
  font-family: "Noto Sans Display", sans-serif;
  font-optical-sizing: auto;
  font-weight: 350;
  font-style: italic;  
}

.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: #08422d;
  display: flex;
}

.menu-bar li {
  margin: 0;
}

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

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

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

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

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

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

/*Dropdown menu*/
.btn {
  background-color: #08422d;
  border: 0;
}

.btn:focus,
.btn:focus-visible,
.btn:active,
.btn.active,
.show > .btn.dropdown-toggle {
  background-color: #588157 !important;
}

.dropdown-menu {
  background-color: #08422d;
  padding: 0;
  border-radius: 0;
}

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

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

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

/* Dropdown toggle: default */
.dropdown .btn.dropdown-toggle{
  background-color: #08422d;
}

/* Dropdown toggle: hover (keep your light green hover) */
.dropdown .btn.dropdown-toggle:hover{
  background-color: #588157;
}

/* Dropdown toggle: stop Bootstrap grey on click / after selecting an item */
.dropdown .btn.dropdown-toggle:focus,
.dropdown .btn.dropdown-toggle:focus-visible,
.dropdown .btn.dropdown-toggle:active,
.dropdown .btn.dropdown-toggle.active,
.dropdown.show .btn.dropdown-toggle{
  background-color: #588157 !important;
}

h4 {
  font-size: 1.3rem;
  text-transform: uppercase;
  margin-bottom: 15px;
}

h5{
  margin-top: 30px;
}

h6 {
  font-weight: bold;
  margin-top: 20px;
}