/* body {
    background-color: #F3F3F3;
} */

/* Navigation header */
.navigator {
    background-color: #511C29;
    width: 100%;
    font-family: Arial, Helvetica, sans-serif;
    color: white;
    /* padding: 0;
    margin: 0; */
}

.navigator ul {
    background-color: #511C29;
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.navigator li {
    display: inline;
}

.navigator li :is(a:link, a:visited) {
    background-color: #511C29;
    color: white;
    padding: 14px 25px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
}
  
.navigator a:hover, a:active {
    background-color: #a29c9b;
}

.navigator h1 {
    color: white;
    margin-left: 20px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 32px;
    font-weight: normal;
    margin: 21px 0px 21px 20px;
}

#current a {
    background-color: #56494e;
}

/* Landing + About page */

.description {
    display: inline-block;
    width: 50%;
    font-size: 16pt;
    font-family: Arial, Helvetica, sans-serif;
}

.abstract {
    text-align: justify;
    text-justify: inter-word;
}

.citation {
    font-size: 13pt;
}

.citation h3 {
    font-size: 16pt;
}

.help {
    font-size: 10pt;
    font-style: oblique;
    color: darkgray;
}

/* iCoMut page */

#loading {
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.7;
    background-color: #fff;
    z-index: 99;
}

  
#loading-image {
    z-index: 100;
    max-width: 10%;
    max-height: 10%;
}

/* File download page */
.filelink {
    font-family: Arial, Helvetica, sans-serif;
}

.filelink a {
    font-size: 18pt;
    /* background-color: #F3F3F3; */
}

.filelink p {
    font-size: 16pt;
}

.filelink, .description {
    margin-left: 20px;
}