body
{
    background-color: #ebeaea !important;
}

.navbar
{
    position: fixed !important;
    z-index: 1 !important;
    margin-left: -31px;
    padding-right: 100% !important;
    padding-left: 40px !important;
}

.navbar-toggler-icon
{
    height: 44px !important;
    width: 44px !important;
}

.navbar ul
{
    list-style-type: none;
    font-size: 20px;
    line-height: 30px;
}

.navbar-collapse a
{
    all: unset;
}

.navbar li
{
    padding-bottom: 20px;
}

.navbar-collapse
{
    padding-top: 20px;
    color: white;
}

.nav-name
{
    position: fixed !important;
    padding-bottom: 20px;
    margin-top: 20px;
    margin-left: 100px;
    z-index: 2 !important;
    background-color: #353a40;
    color: white;
    font-size: 20px;
}

.nav-name a
{
    all: unset;
}

.desktop-navbar
{
    padding-top: 20px;
}

.desktop-navbar ul
{
    list-style-type: none;
    display: flex;
    justify-content: right;
}

.desktop-navbar a
{
    all: unset;
    transition: color 0.4s ease-in-out;
}

.desktop-navbar li
{
    margin-left: 40px;
}

.project-overview
{
    padding-top: 60px;
}

.project-overview a
{
    font-size: 25px;
    color: black;
}

.project-overview img
{
    height: auto;
    width: 40px;
    margin-right: 10px;
}

.project-screenshots img
{
    padding-top: 20px;
}

.youtube-video-player
{
    padding-top: 40px;
    padding-bottom: 40px;
}

.video-title
{
    padding-bottom: 20px;
}

.highlights-button-row
{
    padding-top: 20px;
}

.download-button button
{
    background: linear-gradient(#070707, #524e61);
    color: white;
    border-radius: 10px;
    border-width: 0;
    font-size: 25px;
    font-weight: 500;
    padding: 10px;
    padding-left: 100px;
    padding-right: 100px;
}

.pdf-viewer
{
    padding-top: 20px;
    width: 100%;
    height: 475px;
}

.back-button
{
    padding-top: 20px;
    padding-bottom: 20px;
}

.back-button button
{
    background: linear-gradient(#070707, #524e61);
    color: white;
    border-radius: 10px;
    border-width: 0;
    padding: 10px;
    padding-left: 150px;
    padding-right: 150px;
    font-size: 25px;
    font-weight: 500;
}

@media (min-width: 1200px)
{
    header
    {
        position: sticky;
        top: 0;
        transition: background-color 0.4s ease-in-out;
    }

    header.scrolled
    {
        color: white;
        background-color: #212121;
        opacity: 0.95;
        z-index: 1;
    }

    .project-overview h2
    {
        font-size: 45px;
    }

    .project-overview p
    {
        padding-bottom: 10px;
    }

    .kiosk-screenshot-container
    {
        padding-top: 8%;
    }

    .kiosk-screenshot-container img
    {
        height: auto;
        width: 100%;
    }

    .nba-screenshot-container
    {
        height: auto;
        width: 55%;
    }

    .kiosk-screenshot-container
    {
        width: 100% !important;
        height: auto !important;
    }

    .ticTacToe-screenshot-container
    {
        width: 73%;
        height: auto;
    }

    .project-overview
    {
        padding-top: 0px;
    }

    .project-highlights
    {
        padding-top: 40px;
    }
    
    .download-button
    {
        padding-bottom: 40px;
    }

    .pdf-viewer
    {
        height: 1200px;
    }
}