body {
    font-family: "Georgia", sans-serif;
    color: black;
    background-color: #e8dccc;
}

.navbar {
    background: linear-gradient(to right, #6297d3, #7c917d);
    color: rgb(13, 7, 7);
}

h1 {
    font-family: "Georgia", serif;
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    color: #4a4a4a;
    margin-top: 20px;
    margin-bottom: 20px;
}

.starter-template {
    padding: 40px 15px;
    text-align: center;
}

img {
    max-width: 100%;
    margin-left: 50px;
}

.image-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 20px;
}

.mary-photo, .percy-photo {
    width: 150px;
    height: auto;
    margin-bottom: 15px;
    border-radius: 5px;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.2);
}

p {
    font-family: "Georgia", serif;
    font-size: 18px;
    line-height: 1.6;
    text-align: justify;
    color: #4a4a4a;
    margin: 10px 0;
}

.content-section {
    margin-top: -25px;
    text-align: left;
}

.row {
    width: 100%;
    margin-left: 0;
}

.col {
    margin: 0 10px;
}

.marginAdd {
    display: none;
}

.mirador-canvas-nav {
    display: none !important;
}

.add {
    font-family: "Georgia", sans-serif;
    color: #748174;
}

.del {
    color: #748174;
    text-decoration: line-through;
}

.italic {
    font-style: italic;
}

.page-list li a {
    color: #313131;
}

.page-list li a:hover {
    color: #fcf762;
}

a {
    color: #007bff;
    text-decoration: underline;
}

a:hover {
    color: #0056b3;
    text-decoration: none;
}

a:visited {
    color: #551a8b;
}

a:active {
    color: #ff4500;
}

.supraAdd {
    font-family: "Georgia", sans-serif;
    font-style: italic;
    vertical-align: super;
    font-size: smaller;
    top: -0.5em;
    position: relative;
}

.doubleUnderline {
    text-decoration-line: underline;
    text-decoration-style: double;
}

.right-align {
    text-align: right;
    position: absolute;
    right: 0;
    top: 0;
    margin-right: 10px;
}

.underline {
    text-decoration: underline;
}

.navigation-buttons {
    display: flex;
    justify-content: flex-end;
    margin: 10px 20px;
    gap: 10px;
    position: relative;
    z-index: 1000;
}

.navigation-buttons .btn {
    padding: 10px 15px;
    font-size: 16px;
    text-decoration: none;
    color: white;
    background-color: #007bff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.navigation-buttons .btn:hover {
    background-color: #0056b3;
}

.circled {
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 1.5em;
    border: 2px solid rgb(49, 46, 46);
    border-radius: 50%;
    text-align: center;
    font-size: 1em;
    vertical-align: middle;
}

button {
    padding: 6px 15px;
    margin: 5px;
    font-size: 13px;
    cursor: pointer;
    background-color: #86a987;
    color: rgb(0, 0, 0);
    border: none;
    border-radius: 5px;
}

button:hover {
    background-color: #45a049;
}

#folio {
    color: rgb(148, 10, 10);
    position: relative;
    top: 200px;
    left: 660px;
    font-size: 16px;
    font-weight: bold;
}

.page-navigation {
    display: flex;
    margin-top: 10px;
    margin-bottom: 20px;
    margin-left: 650px;
    gap: 10px;
}

#prev-page,
#next-page {
    background-color: #86a987;
    color: rgb(0, 0, 0);
    border-radius: 5px;
    padding: 6px 15px;
    margin: 5px;
    font-size: 13px;
    cursor: pointer;
}

#prev-page:hover,
#next-page:hover {
    background-color: #45a049;
}