h1, h2, h3 {
    color:maroon;
    font-weight: normal;
}

h1 {
    margin-top: 1%;
    margin-bottom: 0%;
}

h2 {
    margin-bottom: 0%;
}

h3 {
    color: black;
    font-weight: normal;
    font-size: medium;
    margin-bottom: 0.5%;
}

.section {
    margin-bottom: 8%;
}

.intro-text-top {
    color:black;
    text-align: justify;
    margin-top: 5%;
    line-height: 150%
}

.intro-text-mid {
    color:black;
    text-align: justify;
    line-height: 150%
}

.coauthor {
    color: dimgrey;
    margin-top: 0.5%;
    margin-bottom: 0.5%;
}

img {
    border-radius: 50%;
    max-width: 20%;
    margin-top: 1%;
}

.introduction {
    text-align: center;
    color: dimgray;
}

body {
    font-family: Inter, Open Sans, Arial, sans-serif;
    max-width: 800px;
    margin: auto;
}

button {
    font-size: inherit;
    padding-left: 0%;
    margin-right: 2%;
}
.collapsible {
    font-family: 'Courier New', Courier, monospace;
    color: maroon;
    cursor: pointer;
    border: none;
    background: none;
    outline: none;
}
.active, .collapsible:hover {
    background-color: maroon;
    color: white;
}
.content {
    display: none;
}
p.abstract {
    color: dimgrey;
    text-align: justify;
    text-justify: inter-word;
}

.paper_link {
    color: maroon;
    margin-left: 0%;
    margin-right: 2%;
}

a {
    font-family: 'Courier New', Courier, monospace;
    text-decoration: none;
    color: maroon;
}
a:hover {
    background-color: maroon;
    color:white;
}

.email {
    font-family: 'Courier New', Courier, monospace;
}

.teaching_location {
    color: dimgrey;
    margin-top: 1%;
}

table {
    width: 100%;
}
table td.shrink {
    width: 1px;
    white-space: nowrap
}

.position {
    color: maroon;
}

.intro-par {
    margin-top: 0.5%;
    margin-bottom: 0.5%;
}

.cv_button {
    font-family: Inter;
    font-weight: bold;
    font-size: larger;
}

.teaching_list {
    padding: 0%;
}

ul {
    list-style-type: none;
    list-style-position: inside;
}
li{
    margin-bottom: 2%;
}

.simple_link {
    font-family: Inter, Open Sans, Arial, sans-serif;
    color: maroon;
}

.wide_screen{
    display:contents;
 }
 
 .narrow_screen{
    display:none;
 }

@media screen and (max-width: 1000px){
    div{
        margin-left: 30px;
        margin-right: 30px;
    }
    img {
        max-width: 40%;
    }
    li{
        margin-bottom: 5%;
    }
}

@media screen and (max-width: 450px) {
    .intro-text-top {
        text-align: left;
    }
    .intro-text-mid {
        text-align: left;
    }    
}

@media screen and (max-width: 800px) {
    .wide_screen{
       display:none;
    }
    .narrow_screen{
       display:contents;
    }
}
