* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

section {
    justify-content: center;
    font-family: "EB Garamond", serif;
    font-size: 1.2rem;
    line-height: 1.2;
    text-align: justify;
    text-indent: 20px;
}

section h1,
h2,
h3,
h4,
h5 {
    font-family: "Roboto", sans-serif;
    font-variant: small-caps;
    color: rgb(86, 86, 245);
    font-weight: bold;
}

section h1 {
    text-align: center;
}

section h4 {
    font-variant: none;
    color: black;
    font-style: italic;
    font-weight: normal;
}

.baseline {
    display: flex;
    align-items: baseline;
}

.hero {
    margin-top: 150px;
    margin-bottom: 20px;
}

.para1 {
    text-indent: 0px;
    text-align: justify;
    font-size: 1.2rem;
}

.para1:first-letter {
    font-size: 3.1em;
    float: left;
    padding: 0px 2px;
    margin: 0px;
    line-height: 1em;
    font-weight: bold;
    color: #0D6EFD;
}

footer {
    background-color: rgb(175, 240, 240);
    font-style: italic;
    font-weight: bold;
    text-indent: 20px;
    margin-bottom: 10px;
}

.plist {
    text-indent: 20px;
    font-size: 1.2rem;
    text-align: justify;
    line-height: 1.6;
}

/* IMAGES */
.lesson-bg-row-1 {
    background: url('/ss_les/2026/trim_2/assets/images/Lesson01.jpg') no-repeat center center / cover;
    /* Add padding to the row so content is not pressed against the edges */
    padding-top: 50px;
    padding-bottom: 50px;
    /* Optional: ensure a minimum height if content is short */
    min-height: 300px;
}

.lesson-bg-row-2 {
    background: url('/ss_les/2026/trim_2/assets/images/Lesson02.jpg') no-repeat center center / cover;
    /* Add padding to the row so content is not pressed against the edges */
    padding-top: 50px;
    padding-bottom: 50px;
    /* Optional: ensure a minimum height if content is short */
    min-height: 300px;
}