/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

* {
    box-sizing: border-box;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}



html, body {
    margin: 0;
    padding: 0;
    overflow-x: hidden; /* Prevent horizontal scrolling */
    width: 100%;
    font-size: 16px;
}


.featured-title {
    font-family: "dm-sans", Arial, Helvetica, sans-serif;
    font-weight: 600;
    line-height: 1.2;
}


.image-caption, .image-caption-1 {
    font-family: "dm-sans", Arial, Helvetica, sans-serif;
    font-weight: 600;
}


.featured-subtitle {
    font-family: "dm-sans", Arial, Helvetica, sans-serif;
    line-height: 10vh;
    font-weight: 100;
}

.article-text {
    font-family: "dm-sans", Arial, Helvetica, sans-serif;
    font-weight: 300;
    line-height: 1.4;
}


.description {
    font-family: "dm-sans", Arial, Helvetica, sans-serif;
    font-weight: 200;
}

.description, .article-text, .featured-subtitle {
    max-width: 100%; /* Ensure the content doesn't exceed the viewport */
    overflow-wrap: break-word; /* Break long words */
    word-wrap: break-word;
    word-break: break-word;
}

em {
    font-style: italic;
    font-weight: 200; /* Ensure emphasis is italicized */
}

sup {
    font-size: 0.5rem;
    vertical-align: super;
}

.notes, .notes-notes, .notes-2, .notes-3, .notes-4, .notes-5, .notes-6 {
  
    font-family: "dm-sans", Arial, Helvetica, sans-serif;
    font-size: 0.8rem;
    font-weight: 400;
}

.info {
    font-family: "dm-sans", Arial, Helvetica, sans-serif;
    font-size: 0.8rem;
    font-weight: 600;
}

.info {
    display: flex;
    width: 70%;
    height: auto;
    font-weight: 600;
    margin-left: 2vw;
    line-height: 1;
    gap: 20px;
}

@media (min-width: 1367px) {
    html {
        font-size: 12px; 
    }

    .featured-title {
        font-size: 5rem;
    }

    .featured-subtitle {
        font-size: 4rem;
    }

    .description {
        font-size: 1.2rem;
    }

   .big {
        font-size: 2.1rem;
    }

    .small {
        font-size: 1.2rem;
    }

    .medium {
        font-size: 1.6rem;
    }

    .image-caption, .image-caption-1, .notes, .notes-2, .notes-3, .notes-4, .notes-5, .notes-6 {
        font-size: 0.8rem;
    } 

    .info {
        font-size: 1rem;
    }

  




}

@media (max-width: 1366px) {
    html {
        font-size: 13px; 
    }

    .featured-title {
        font-size: 5rem;
    }

    .featured-subtitle {
        font-size: 4rem;
    }

    .description {
        font-size: 1.1rem;
    }

    .big {
        font-size: 2.1rem;
    }

    .small {
        font-size: 1.2rem;
    }

    .medium {
        font-size: 1.6rem;
    }

    .image-caption, .image-caption-1, .notes, .notes-2, .notes-3, .notes-4, .notes-5, .notes-6 {
        font-size: 0.8rem;
    } 

    .info {
        font-size: 1rem;
    }
}

/* Tablets (Portrait & Landscape) */
@media (max-width: 1024px) {
    html {
        font-size: 14px; 
    }

    .featured-title {
        font-size: 4rem;
    }

    .featured-subtitle {
        font-size: 3.5rem;
    }

    .description {
        font-size: 1.2rem;
    }

    .big {
        font-size: 2.1rem;
    }

    .small {
        font-size: 1.2rem;
    }

    .medium {
        font-size: 1.6rem;
    }

    .image-caption, .image-caption-1, .notes, .notes-2, .notes-3, .notes-4, .notes-5, .notes-6 {
        font-size: 0.8rem;
    } 

    .info {
        font-size: 1rem;
        margin-left: 3vw;
    }

    .description, .article-text, .notes, .notes-2, .notes-3, .notes-4, .notes-5, .notes-6, .featured-subtitle, .info, .practice {
        padding-left: 5px; /* Reduce padding to avoid text cutoff */
        padding-right: 5px;
    }
}

/* Mobile Phones (Landscape) and small tablets */
@media (max-width: 768px) {
    html {
        font-size: 16px; 
    }

    .description, .article-text, #article-text-1, .notes, .notes-2, .notes-3, .notes-4, .notes-5, .notes-6, .info, .row-1, .footnotes, .footnotes-2, .footnotes-3, .notes-notes {
        width: 100%; /* Full width */
        text-align: left; /* Left-align text */
        margin: 0; /* Remove margins to avoid extra spacing */
        padding-left: 5px; /* Even smaller padding */
        padding-right: 5px;
        word-break:none;
    }

    .featured-subtitle, #sub-subtitle {
        max-width: 100%; /* Full width */
        text-align: left; /* Left-align text */
        margin: 0; /* Remove margins to avoid extra spacing */
        padding-left: 5px; /* Even smaller padding */
        padding-right: 5px;
        word-break: keep-all;
    }

    .featured-title {
        font-size: 4rem;

    }

    .featured-subtitle {
        font-size: 4rem;
    }

    #persephone {
        font-size: 3rem;
    }

    .description {
        font-size: 1.3rem;
    }

   .article-text {
        padding: 1rem;
    }

    .big {
        font-size: 2.1rem;
    }

    .small {
        font-size: 1.2rem;
    }

    .medium {
        font-size: 1.6rem;
    }

    .image-caption, .image-caption-1, .notes, .notes-2, .notes-3, .notes-4, .notes-5, .notes-6 {
        font-weight: 700;
        font-size: 0.8rem;
    } 


     .image-caption-1 {
        padding-left: 15vw;
    }

    .info {
        font-size: 1rem;
    }

}

/* Mobile Phones (Portrait) */
@media (max-width: 480px) {
    html {
        font-size: 18px;
        
    }



    .featured-title {
        font-size: 4rem;
       
    }

    .featured-subtitle {
        font-size: 4rem;
    
    }

#persephone {
        font-size: 3rem;
    }


   .article-text {
        padding: 1rem;
        padding-right: 2rem;
    }

    .big {
        font-size: 2.1rem;
    }

    .small {
        font-size: 1.2rem;
    }

    .medium {
        font-size: 1.6rem;
    }

    .info {
        font-size: 1rem;
    }




}