/* Navbar container */
.navbar {
    position: sticky;
    top: 0;
    background-color: #ffffff;
    border-bottom: 1px solid #e1e1e1;
    z-index: 1000;
}

/* Reset Skeleton list behavior */
.navbar-list {
    list-style: none;
    margin: 0;
    padding: 0;
    padding-top: 0.7rem;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 64px;
}

/* List items */
.navbar-item {
    margin-left: 2rem;
}

/* Links */
.navbar-item a {
    text-decoration: none;
    font-weight: 600;
    color: #333;
    padding-bottom: 4px;
    border-bottom: 2px solid transparent;
}

.navbar-item a:hover {
    border-bottom-color: #000;
}

p {
    font-size: 1.8rem;
}

.section {
    padding: 2rem 0;
}

.navbar-icon {
    margin-right: auto;
    padding-top: 1rem;
}

.proj-section {
    padding-top: 0.5rem;
    margin-bottom: 1rem;
}

.vid {
    width: 100%;
    height: auto;
    display: block;
}

.proj-embed {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.box {
    border: 1px solid #e1e1e1;
    padding: 1rem;
    border-radius: 4px;
    background-color: #fff;
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.proj-bot {
    margin-bottom: 0.5rem;
}

.caption {
    text-align: center;
}

/* .nav-icon a {
    font-weight: 600;
    text-decoration: none;
    color: #000;
} */
