:root {

    --eerie-black: #141414;
    --almost-black: #101010;
    --black: #000000;
    --white: #ffffff;
    --rajah: #faa549;
    --tart-orange: #f2564f;

    --aqua: hsl(191, 58%, 40%);

    --teal: hsl(180, 55%, 27%);

    
    --persian-red: hsl(0, 60%, 50%);

    --satin-sheen-gold: hsl(42, 60%, 50%);


    /* Light theme colors */
    --main-color: var(--aqua) !important;
    --link-color: var(--aqua) !important;
    --link-color-hover: var(--aqua) !important;
    
    --text-muted-color: var(--teal) !important;
}

@media (prefers-color-scheme: light) {
    /* Light theme colors number 2 */
    body {
        color: var(--black) !important;
        background: var(--white) !important;
    }
}

@media (prefers-color-scheme: dark) {
    body {
        color: var(--white) !important;
        background: var(--almost-black) !important;

        --main-color: var(--aqua) !important;
        --link-color: var(--aqua) !important;
        --link-color-hover: var(--aqua) !important;

        --text-muted-color: var(--teal) !important;
    }
}

body {
    font-family: 'Inter', sans-serif;
    color: #071013;
}

a {
    color: var(--link-color);
}

a:hover {
    text-decoration: underline;
    color: var(--link-color-hover);
}

h2 code {
  font-family: Consolas,"courier new";
  /* background-color: #f1f1f1; */
  background-color:  #8C1515;;
  color: white;
  padding: 2px;
}

#TableOfContents ul {
    margin: auto;
    padding-left: 2%;
    padding-top: 0%;
}
#TableOfContents {
    margin: auto;
}

.toc {
    margin-top: 1.5%;
    margin-bottom: 1.5%;
}

.body {
    margin: auto;
}

.h-100 {
    margin: auto;
}

.w-100 {
    margin: auto;
}

.heading_style  {
    /* color: var(--main-color); */
    font-weight: bold;
}

.secondary_color {
    color: #071013;
}

.email_color {
    color: #071013;
}

.secondary_font {
    font-family: 'Ubuntu Mono', serif;
}

.section-subtitle {
    font-family: 'Ubuntu Mono', serif;
}

#profile_picture  {
    width: 23%;
    height: auto;
    margin-top: 1%;
}

.about #full_name {
    font-size: x-large;
}

.about .affiliations #title {
    padding-right: .5%;
}

.about .affiliations #name {
    padding-right: .5%;
}   

.about #email {
    font-family: 'Ubuntu Mono', serif; 
    margin: auto;
}

.about .socials {
    font-size: small;
    margin-bottom: 1%;
    margin-top: 1%;
}

.about .socials a {
    margin-left: .6%;
}

.about #blog_logo {
    font-size: smaller;
    margin-top: .2%;
}

.about .academia .other_info {
    font-size: small;
}

.course {
    margin-top: 1%;
}

.author_note {
    font-size: x-small;
}

.news {
    margin-top: 1.5%;
}

.news_list  {
    padding: 0%;
    list-style-type: none;
}

.news_list svg {
    margin-right: .5%;
}

.news_icon i {
    font-size: x-small;
    color: #071013;
}

/* .publications .publication {
    margin-top: 1.5%;
} */

.links a{
    font-family: 'Ubuntu Mono', serif;
}

.links a:hover{
    transition-property: background-color;
    transition-duration: .2s;
    transition-timing-function: ease-in-out;

    /* border-radius: 100%; */
    background-color: var(--link-color-hover);
    color: white;
    text-decoration: none;
}

/* .publication .section-1 .publication-date {
    font-family: 'Ubuntu Mono', serif;
}

.publication .section-1 .publication-name {
    font-family: 'Ubuntu Mono', serif;
}


.publication .section-2 {
    font-family: 'Ubuntu Mono', serif;
    margin-top: -.1%;
    margin-bottom: .5%;
}


.publication .section-3 {
    margin-top: -.5%;
    font-family: 'Ubuntu Mono', serif;
    text-decoration: none;
}

.publication .section-3 a{
    padding: .15%;
}

.publication .section-3 a:hover {
    transition-property: background-color;
    transition-duration: .2s;
    transition-timing-function: ease-in-out;

    border-radius: 50%;
    background-color: #d64933;
    color: white;
} */

.projects .project {
    margin-top: 1.5%;
}

.project .section-2 a {
    padding: .8%;
    margin-left: -.1%;
}

.projects .project a{
    font-family: 'Ubuntu Mono', serif;
    padding: .15%;
}
.projects .project .section-2 a:hover {
    transition-property: background-color;
    transition-duration: .2s;
    transition-timing-function: ease-in-out;

    border-radius: 50%;
    background-color: #d64933;
    color: white;
}


.section-title {
    margin-top: 2.5%;
}

.copy_right {
    font-size: small;
}
.pagination {
    margin: auto;
}

.pagination a  {
    color: #8C1515;
    size: 100%;
}

.pagination .page_link  {
    font-weight: bold;
    background-color: #8C1515;
}

.page-item.active .page-link {
    border-color: black;
    background-color: #8C1515;
    font-weight: bold;
    color: white;
}

.tags_navigation {
    margin-bottom: .5%;
}

.tags_navigation .tag {
    font-family: 'Ubuntu Mono', serif;
    padding: .15%;
    background-color: #8C1515;
    color: aliceblue;
    padding-left: .5%;
    padding-right: .5%;
}

.tags_navigation .tag:hover {
    text-decoration: underline;
}

.blog_nav_bar {
    margin-top: 5%;
    margin-bottom: 5%;
}

.blog_nav_bar .item {
    font-family: 'Ubuntu Mono', serif;
    padding: .15%;
    background-color: #8C1515;
    color: aliceblue;
    padding-left: .5%;
    padding-right: .5%;
}

.reading_time {
    font-family: 'Ubuntu Mono', serif;
    margin-top: -.5%;
    margin-bottom: 1%;
}

.read_more {
    margin-top: 1%;
}

/* Custom Code */

.customItem {
    /* margin-left: 1em; */
    padding-left: 2%;
}

.lists li{
    margin-top: 0.3%;
}

.lists ul{
    margin-top: 1.2%;
}

.text-muted {
    color: var(--text-muted-color) !important;
}