* {
    font-family: 'Courier Prime', monospace;
    color: whitesmoke;
}

a {
    color: whitesmoke;
}

a:hover {
    color: lightgray;
}

.entry {
    margin: 25px 0px;
    padding: 10px;
    border: 4px solid;
    border-radius: 10px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.entry-img {
    margin-right: 10px;
    width: 75px;
    min-width: 75px;
    height: 75px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 10px !important;
}

.flex {
    display: flex;
}

.entry-bg-img {
    background-color: rgba(0, 0, 0, 0.65);
    backdrop-filter: blur(3px);
    border-radius: 10px;
    padding: 10px;
}

.entry-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
}

.space-between {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
}

.entry-name {
    margin: 0px;
}

.entry-link {
    all: unset;
    cursor: pointer;
}

.header {
    margin: 25px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    align-content: center;
    text-align: center;
    padding: 75px;
}

.footer {
    height: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    align-content: center;
    text-align: center;
}

.spacer {
    height: 50px;
}

.section-title {
    text-align: center;
    font-weight: bold;
}

.to-top {
    margin: 20px;
    font-size: 30px;
    text-align:right;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 10;
}

#avatar {
    margin: 15px;
    border: 4px solid whitesmoke;
    border-radius: 50%;
    width: 108px;
    height: 108px;
}

.icons {
    justify-content: flex-end;
}

/* Bootstrap overrides */

/* Nav container */
.nav {
    gap: 5px;
}

/* Nav active */
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    background-color: whitesmoke;
    color: black;
    font-weight: bold;
}

.nav-link.active>span {
    color: black;
}

/* Nav not active */
.nav-link {
    border: 1px solid whitesmoke !important;
}

.nav-link, .nav-link * {
    color: whitesmoke;
    font-weight: bold;
}

/* Nav hover */
.nav-link:focus, .nav-link:hover, .nav-link:hover * {
    color: lightgrey;
}

/* Bootstrap icons */
.bi {
    margin-left: 7px;
}
