@import url('https://fonts.googleapis.com/css2?family=Spectral:wght@500&display=swap');

html {
	scroll-behavior: smooth;
}

* {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    box-sizing: border-box;
    background-color: #f9f5e1;
    line-height: 1;
	
    color: #000000;
    /* overflow-x: hidden; */

    font-family: "Leitura News", "Palatino", "Georgia", "Times New Roman", serif;
    font-size: 16px;
    line-height: 1.6;
    quotes: "“" "”" "‘" "’";
    max-width: 2500px; /* Set the maximum width as needed */
    /* margin: 0 auto;  Center the content on the page */
}

.name-element {
    font-size: 14px; /* Adjust the font size as needed */
    color: rgb(0, 0, 0); /* Set the text color */
}

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;
}

.font-secondary, .header__affiliation, .resume__item-links, .resume__location, .about h3 {
  font-family: "Larsseit", -apple-system, BlinkMacSystemFont, "Futura", sans-serif;
  text-transform: uppercase;
  font-size: 85%;
}

em {
    font-style: italic;
}
strong {
    font-weight: bold;
}
h1 {
    font-weight: bold;
}

a {
    text-decoration: none;
    color: #000;
    background: rgba(192, 247, 197, 0.5);
    transition: all linear 0.2s;
}
a:hover {
    background: #aeeaf6;
    text-decoration: none;
}
a.no-highlight {
    background-color: transparent;
}
a.no-highlight:hover {
    color: #0c6f9d;
}

.container {
    max-width: 960px;
    margin: 0 auto;
    padding: 20px;
}

.flex-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media (min-width: 500px) {
.container {
    padding: 40px;
}
}
@media (max-width: 500px) {
    .container {
        padding: 40px;
        max-width: 90%;
    }
    }
.list-unstyled {
    list-style-type: none;
}

.highlight {
    background-color: '8BFFD1' ; /* or any other color you prefer */
    padding: 2px 4px; /* adjust padding as needed */
}

.list-inline {
    display: flex;
}
.list-inline li:not(:last-of-type) {
    padding-right: 20px;
}
ul.list-default, .about ul {
    list-style: initial;
    margin-left: 2em;
    margin-bottom: 20px;
}
ul.list-default p, .about ul p {
    margin-bottom: 5px;
}
ul.list-default ul.list-default, ul.list-default .about ul, .about ul ul {
    margin-bottom: 10px;
}
section p {
    margin-bottom: 20px;
}
section p:last-child {
    margin-bottom: 0;
}

.section-title {
    font-size: 1.5rem;
    margin: 0 auto;
    font-weight: bold;
    margin-bottom: 10px;
    position: relative;
    display: table;
    padding: 0 10px;
    z-index: 2;
}
.section-title::after {
    content: "";
    /* background-color: #f5c0a2; */
    height: 5px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 100%;
    z-index: -1;
}
.about h3 {
    letter-spacing: 1px;
    margin-top: 1.5rem;
    margin-bottom: 0.5rem;
}

.header {
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    padding-bottom: 80px;
}
@media (min-width: 500px) {
    .header {
        padding: 60px;
        flex-direction: row;
        justify-content: space-between;
        text-align: left;
        align-items: flex-start;
    }
}
@media (min-width: 750px) {
    .header {
        padding-top: 60px;
    }
}
.header__intro {
    margin-bottom: 10px;
}
.header__title {
    margin: 0 auto;
    font-size: 1.8rem;
    margin-bottom: 10px;
    position: relative;
    display: table;
    /* font-family: 'Lora', serif; */
    font-family: 'Spectral', serif;
}
.header__title::after {
    content: "";
    /* background-color: #f5c0a2; */
    height: 10px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 100%;
    z-index: -1;
}
@media (min-width: 500px) {
    .header__title {
        font-size: 2.5rem;
        margin: 0;
    }
}
.header__affiliation {
    margin-bottom: 0;
    letter-spacing: 1.5px;
}
.header__contact {
    font-family: "Inconsolata", "Consolas", monospace;
    margin: 10px 0;
}
.header__contact a {
    background: none;
    font-family: "Inconsolata", "Consolas", monospace;
    margin: 10px 0;
    font-size: 95%;
}
.header__links {
    justify-content: center;
    margin: 17px 0 10px 0;
}
@media (min-width: 500px) {
    .header__links {
      justify-content: flex-start;
    }
}
.header__nav {
    display: flex;
    flex-wrap: wrap;
    margin: 20px 0;
    justify-content: center;
}
.header__nav > a {
    margin-right: 20px;
}
@media (min-width: 500px) {
    .header__nav {
      justify-content: flex-start;
    }
}

.header, .container {
    border-bottom: 2px solid #000000;
    z-index: 10;
}

.collapsible {
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    margin-top: 15px;
}

.collapsible:hover .arrow {
    transform: translateX(+50%);
    /* transition: 0.4s ease-in; */
} 
.emphasized
{
    font-style: italic;
}
.dates
{
    background: transparent;
    float: right;
    font-style: italic;
    font-size: 15px;
}
.content {
    padding: 0 10px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    margin: 7px 0;
    text-align: justify;
}

.content > p::before
{
    content: "\290D";
    margin-right: 10px;
}

table
{
    width: 100%;
    margin-top: 50px;
    margin-bottom: 50px;
}

table td
{
    padding: 25px;
    text-align: center;
}

.footer 
{
    text-align: center;
    font-size: 0.9rem;
}
.footer > .container 
{
    font-style: italic;
    background-color: #202631;
    border-bottom: none;
}
.footer .blurb 
{
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
    background-color: #202631;
}
.footer .blurb > p 
{
    margin-bottom: 0;
    line-height: 1.8;
    background-color: #202631;
    color: #fff;
}
.footer__links 
{
    justify-content: center;
    align-items: center;
    background-color: #202631;
}
.footer__links li, .footer__links > li > a > i
{
    background-color: #202631;
    color: #fff;
}
.footer .fa
{
    margin-right: 0.5em;
}
.footer .fa:hover 
{
    color: #ccc;
    background-color: #202631;
}
@media (min-width: 500px) 
{
    .footer 
    {
        text-align: left;
    }
    .footer > .container 
    {
        display: flex;
        justify-content: space-between;
    }
    .footer .blurb 
    {
        align-items: flex-start;
        margin-bottom: 0;
        margin-right: 20px;
    }
}
.dark 
{
    background-color: #202631;
    color: #fff;
}
.dark a 
{
    color: #fff;
    background-color: #202631;
}
