body {
  background-color: #FBFAF2;
  margin: 0;
}

/* carlito-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: 'Carlito';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/carlito-v3-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* carlito-italic - 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: 'Carlito';
  font-style: italic;
  font-weight: 400;
  src: url('fonts/carlito-v3-latin-italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* carlito-700 - 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: 'Carlito';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/carlito-v3-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* carlito-700italic - 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: 'Carlito';
  font-style: italic;
  font-weight: 700;
  src: url('fonts/carlito-v3-latin-700italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* tinos-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: 'Tinos';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/tinos-v24-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* tinos-italic - 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: 'Tinos';
  font-style: italic;
  font-weight: 400;
  src: url('fonts/tinos-v24-latin-italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* tinos-700 - 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: 'Tinos';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/tinos-v24-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* tinos-700italic - 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: 'Tinos';
  font-style: italic;
  font-weight: 700;
  src: url('fonts/tinos-v24-latin-700italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}


div.container {
  max-width: 670px;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  min-height: 700px;
}

div.header {
	width: 100%;
	height: 200px;
	margin: auto;
  background-color: #5b7563;
	background-image: url("img/banner1.png");
  background-repeat: no-repeat;
  background-position: top center;
}

div.side {
  background-color: #5c7865;
  width: 20%;
}

div.topnav {
  overflow: hidden;
  justify-content: center;
  display: flex;
  background-color: #5b7563;
  width: 100%;
  margin: auto;
  height: 35px;
}	

div.main {
  background-color: #F8FEFF;
  width: 100%;
  margin: auto;
  padding-top: 5px;
  padding-bottom: 20px;
  flex: 1;


}

div.footer {
  background-color: #5b7563;
  width: 100%;
  text-align: center;
  margin: auto;
  margin-bottom: 5px;
  padding-top: 3px;
  padding-bottom: 5px;
  
}



h1 {
	font-family: Tinos, serif;
	font-size: 17px;
	color: #cca002;
	text-align: left;
	margin-left: 25px;
	padding-top: 10px;
	font-style: italic;

}

h2 {
	font-family: Tinos, serif;
	font-size: 15px;
	color: #cca002;
	text-align: left;
	padding-top: 5px;
	margin-left: 25px;
	
}


p {
	font-family: Carlito, sans-serif;
	font-size: 14px;
	color: #18440e;
	margin-left: 25px;
	margin-right: 25px;
	padding: 5px;
	line-height: 1.3;
}

p.footer { 
  margin: 1px;
  font-size: 11px;
  color: #000;
  font-family: Carlito, sans-serif;
}

::selection {
  background: #f7bf3b;
  color: white;
}

/* unvisited link */
a:link {
  color: #298009;
  text-decoration: none;
  font-weight: bold;
  font-family: Carlito, sans-serif;
}

/* visited link */
a:visited {
  color: #1f550c;
  text-decoration: none;
  font-family: Carlito, sans-serif;
}

/* mouse over link */
a:hover {
  color: #d4b117;
  text-decoration: none;
  font-family: Carlito, sans-serif;
}

/* selected link */
a:active {
  color: #d4b117;
  text-decoration: none;
  font-family: Carlito, sans-serif;
}



.topnav a {
  float: none;
  color: #f2f2f2;
  text-align: center;
  padding: 7px 20px;
  text-decoration: none;
  font-size: 15px;
  font-family: Carlito, sans-serif;
}


.topnav a:hover {
  background-color: #FBFAF2;
  color: #5b7563;
}

.footer a {
  float: none;
  color: #f2f2f2;
  text-align: center;
  padding: 7px;
  text-decoration: none;
  font-size: 11px;
  font-family: Carlito, sans-serif;
}

.footer a:hover {
  color: #f7bf3b;
}

ul {
  list-style-image: url('img/ul.png');
  font-family: Carlito, sans-serif;
  font-size: 14px;
  color:#29573c;
  margin-right: 10px;
  margin-left: 10px;
  margin-top: 5px;
  margin-bottom: 5px;
  padding:auto;
  line-height: 1.3;
}


/* scrollbar width */
::-webkit-scrollbar {
  width: 10px;
}

/* scrollbar track */
::-webkit-scrollbar-track {
  background: #F8FEFF; 
}
 
/* scrollbar handle */
::-webkit-scrollbar-thumb {
  background: #5b7563; 
}

/* scrollbar handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #6b8874; 
}

table{
  border-collapse: collapse;
  margin: auto;
  width: 500px;
  margin-bottom: 5px;
}

th, td {
  border: 1px;
  border-style: solid;
  border-color: #99e0a3;
  font-family: Carlito, sans-serif;
  font-size: 13px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
}

figure {
  border: none;
  padding: 4px;
  margin: auto;
  
}

figure img {
  display: block;
}    

figcaption {
  color: #18440e;
  font-size: 12px;
  font-family: Carlito, sans-serif;
  padding: 2px;
  text-align: center;
  max-width: 50%;
}

details {
  margin-left: 25px;
  padding: 5px;
}

summary {
  font-family: Carlito, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #296e10;
  cursor: pointer;
}