.custom-container {
    display: flex;
    align-items: flex-start;
    padding-left: 2%;
    padding-right: 2%;
    background-color: #FAFAF7;
}

.main {
    display: flex;
    flex: 1;
    flex-direction: column;
    margin-bottom: 200px;
    margin-right: 5%;
}

.sub {
    /* make the sub menu navigateable */
    display: flex;
    flex-direction: column;
    position: sticky;
    top: 2rem;
    margin-right: 1rem;
}

.main-navigation {
    padding-top: 2%;
    padding-bottom: 5%;
    display: flex;
    flex-direction: row;
}

.main-navigation ul {
    display: flex;
    list-style: none;
    width: 100%;
    padding: 0;
}

.main-navigation li {
    display: inline-block;
    margin-right: 10px;
}

.main-navigation li:last-child {
    margin-right: 0;
    /* No margin for last menu element */
    margin-left: auto;
    /* spacer between other elements */
}

.main-navigation li:not(:nth-last-child(2)):not(:last-child)::after {
    content: "|";
    /* no pipe after the 2nd last and the last menu item */
    margin-left: 10px;
}

.main-navigation a {
    outline: none;
    text-decoration: none;
    color: #4c5357;
}

.main-navigation li a.active {
    color: #8a6411;
}

.main-navigation a:hover {
    text-decoration: underline;
    color: #8a6411;
}

.ce-intext {
    width: 100%;
    margin-bottom: 3rem;
}

.ce-intext.ce-left .ce-gallery {
    margin-right: 3rem;
}

.ce-bodytext ul,
li {
    font-size: 12px;
    font-family: Arial;
    color: #4c5357;
    line-height: 18px;
    font-style: normal;
    list-style-position: outside;
    list-style-type: square;
    margin: 0;
}

.sub ul {
    font-size: 12px;
    font-family: Arial;
    line-height: 10px;
    text-decoration: none;
    outline: none;
    list-style: none;
    padding-left: 0;
    padding-bottom: 1rem;
}

.sub li {
    list-style-type: none;
    font-size: 12px !important;
    font-family: Arial !important;
    line-height: 10px !important;
    margin-bottom: 1rem;
}

.sub li:before {
    content: ">";
    margin-right: 0.5em;
    margin-bottom: 1rem;
}

.sub li a:hover {
    color: #8a6411;
}

.sub li a {
    color: #4c5357;
}

main p strong,
b {
    font-size: 12px;
    font-family: Arial;
    color: #8a6411;
    line-height: 18px;
    font-weight: normal;

}

main p {
    font-size: 12px;
    font-family: Arial;
    color: #4c5357;
    line-height: 18px;
}

main img {
    max-width: 300px;
    width: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.image {
    width: 300px;
}

a:hover {
    text-decoration: underline;
    color: #8a6411;
}

h2 {
  font-size: 12px;
  color: #8a6411;
  margin-bottom: 1.5rem;
  margin-top: 1.5rem;
}

.logo {
  display: block;
  padding-right: 0px;
}

.logo img {
  margin-right: 0px;
  width: auto;
}

/* size of any image */
/*
.image-embed-item {
  height: 270px !important;
  aspect-ratio: 180 / 270 !important;
}
*/

/* adjusting tables */
.table th,
.table td {
  border-top: none;
  font-size: 12px;
  font-family: Arial;
  color: #4c5357;
}
.table td a {
  font-size: 12px;
  font-family: Arial;
  color: #4c5357;
  text-decoration: underline;
}

.table a:hover {
  text-decoration: underline;
  color: #8a6411;

}

/* adjusting image subtext */
.image-caption {
  font-size: 12px;
  font-family: Arial;
  color: #4c5357;
}

/* adjust standard links */
p a {
  font-size: 12px;
  font-family: Arial;
  color: #4c5357;
  text-decoration: underline;
}

