@charset "utf-8";

.container {
  max-width: 800px;
  margin: 0 auto;
  background-color: #FFFFFF;
  border: thin solid #777777
}

body {
  background-image: url(/images/a7_background.jpeg);
  font-size: 12px;
  color: #333333;
  line-height: 1.8em;
  font-style: normal;
  font-family: 'Gelasio', sans-serif;
  margin: auto;
}

nav {
  font-size: 20px;
  word-spacing: 20px;
  letter-spacing: 5px;
  background-color: #C9D9F7;
  position: fixed;
  width: 100%;
  max-width: 800px;
  height: 80px;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
}


.gelasio {
  font-family: "Gelasio", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.poppins-thin {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.poppins-extralight {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.poppins-light {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.poppins-medium {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.poppins-semibold {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.poppins-bold {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.poppins-extrabold {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.poppins-black {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.poppins-thin-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.poppins-extralight-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: italic;
}

.poppins-light-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.poppins-regular-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.poppins-medium-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.poppins-semibold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: italic;
}

.poppins-bold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.poppins-extrabold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: italic;
}

.poppins-black-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: italic;
}

section {
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.heading {
  font-size: 24px;
  color: #333333;
}

.subheading {
  font-size: 18px;
  color: #333333;
}

.top_spacing {
  padding-top: 100px;
}

a:link {
  color: #0CF;
}

a:visited {
  color: #006;
}

a:hover {
  color: #FCB07E;
}

a:active {
  color: #9FF;
}

a {
  text-decoration: none;
}

.boxModel {
  border: 4px solid black;
  margin: auto;
}

td {
  text-align: center;
}

.p_indent {
  text-indent: 40px;
}

/* table, th, td {
  border: solid 4px black;
} */

table {
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
}

th, td {
  padding: 20px;
}

td {
  text-align: center;
  vertical-align: middle;
}

input,
textarea,
select,
button {
  font-size: inherit;
  font-family: inherit;
}

.columnTwo {
-webkit-column-count: 2; /* Chrome, Safari, Opera */
-moz-column-count: 2; /* Firefox */
column-count: 2;
padding: 20px;
max-width: fit-content;
}

p {
  margin: 0;
  padding: 0;
  text-indent: 0;
  font-size: initial;
  color: initial;
}

.floatLeft {
float: left;
border: 3px solid black;
}

.img_container {
  max-width: 150px;
}

.thumb_img_container {
  max-width: 200px;
}