/* === Global === */
body {
    background: #3E4649;
    color: #f7f7f7;
    font-family: 'Dosis', sans-serif;
    font-size: 18px;
    padding-top: 80px;
    padding-left: 10px;
}

/* === Links === */
body a {
    color: #40C0C0;
    text-decoration: none;
}
body a:hover {
    color: #80FFFF;
    text-decoration: underline;
}

/* === Typography === */
.title {
    font-family: 'Cairo', sans-serif;
}
h2, h3, h4.page {
    font-family: 'Abel', sans-serif;
}
h1, h2, h3, h4 {
    font-weight: bold;
}
p {
    text-align: justify;
}
figcaption {
    font-size: 13px;
    text-align: center;   /* fixed typo: was text-alignt */
    padding-top: 10px;
}

/* === Navbar === */
.navbar-custom {
    font-family: 'Rajdhani', sans-serif;
    background-color: #333333;
}

.navbar .nav-link.active {
    font-weight: bold;
    color: white !important;
}

/* === Images === */
.img-fluid {
    max-width: 100%;
    max-height: 300px;
}

/* === Lists & Papers === */
ul.papers a {
    color: #40C0FF;
}
ul.papers a:hover {
    color: #C0FFFF;
}

/* === Miscellaneous === */
caption {
    font-size: 2px;
}
.ptitle {
    font-weight: bold;
}
.snippet {               /* fixed typo: was .snipppet */
    font-size: 14px;
    color: white;
    font-family: 'Rajdhani', sans-serif;
}
.highlight {
    color: moccasin;
    font-family: 'Rajdhani', sans-serif;
}
