/* arvo-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Arvo';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/arvo-v22-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* andada-pro-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Andada Pro';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/andada-pro-v21-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

body {
/*	background-image: linear-gradient(to bottom, #004643, #abd1c6);*/
	background-color: #004643; 
	padding: 0 20px 20px 20px;
/* no margin for all sides */
	margin: 0;
}

/*font for larger headings*/
h1, h2 {
	color: #fffffe;
	font-family: 'Arvo';
}

/*main title*/
h1 {
	font-size: 2.5em;
	border-bottom: 3px solid #abd1c6;
	border-top: 3px solid #abd1c6;
	margin-bottom: 30px;
	text-align: center;
	margin-left: -15px;
	margin-right: -15px;
	width: fullscreen;
  background-color: rgba(205, 154, 152);
}

/*section headings*/
h2 {
	font-size: 1.5em;
	margin-bottom: 5px;
}

li {
	font-family: 'Andada Pro';
}

p, li a {
	font-family: 'Andada Pro';
	font-size: 0.9em;
	color: #abd1c6;
	margin-left: 10px;
line-height: 25px;
}


/*list color*/
.citation li {
	color: #f9bc60;
}

p a {
	color:#f9bc60;
}


/*image styling section*/

figure {
	float: right;
	margin: 30px 10px 10px 15px;
}

figure img {
	background-color: #E29F9C;
	border: 1pxpx solid #CDB96A;
	padding: 4px;
	box-shadow: 3px 3px 4px rgba(0,0,0,0.5);
}

figcaption {
	margin-top: 5px;
	font-family: 'Andada Pro';
	font-size: 0.85em;
	color: #E3CEDD;
	text-align: center;
}


/*navigation bar styling*/
.navigation {
  /* Set up as a flex container for horizontal layout */
  display: flex;
  width: fullscreen;
  justify-content: center;
}

.navigation li {
  list-style-type: none;
  text-decoration: none;
  margin-top: -25px;
 	margin-left: 10px;
  padding: 10px;
/*  border-bottom: 2px dashed #abd1c6;*/
}

.navigation li a {
	color: rgba(249, 188, 96, 0.8);
}




/* footer styles */
footer {
  border-top: 3px solid #abd1c6;
  margin-top: 50px;
  /* Ensure footer appears below all content */
  clear: both;
}

ul {
  padding-left: 1.4em;
  list-style: square;
}

.organize {
  width: 100%;
  /* Set up as a flex container for horizontal layout */
  display: flex;
  padding: 0;
}

.organize li {
  list-style-type: none;
  text-decoration: none;
  margin-left: 10px;
  padding: 10px;
  background-color: #f9bc60;
  border: 3px solid #EB9794;
  border-radius: 6px;
}