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;
}

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

.social-links img
{
    padding-top: 80px;
    height: auto;
    width: 40px;
}

.google-form-header
{
    padding-bottom: 20px;
    font-size: 25px;
}

.google-form-embed
{
    padding-top: 40px;
}

.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)
{
    .social-links img
    {
        padding-top: 20px;
    }

    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;
    }
    .contact-desktop-navbar
    {
        padding-top: 20px;
    }

    .google-form-embed iframe
    {
        width: 40%;
        height: 690px;
    }
}