
#home-logo {
    width:40px;
    height:20px;
    margin-left:10px;
    position:absolute;
    top: calc(50% + 3.5px);
    transform: translate(0, -50%);
}
#home-logo2 {
    width:40px;
    height:20px;
    margin-left:10px;
}
.navbar {
    position:relative;
    height:51px;
}
#userImage {
    width: 30px;
    height: auto;
    border: 1px solid rgb(191, 191, 191);
    border-radius:50%;
    position:absolute;
    right: 11px;
    top:50%;
    transform: translateY(-50%);
}
.navbar-brand {
    position: absolute;
    top:24.75px;
}
.nav-link {
    color:black;
    padding-bottom:11.5px;
}
.active {
    font-weight: bold;
}
#sec-nav {
    background-color:rgba(248, 249, 250, 0.8);
    z-index: 2;
    width:100%;
    -webkit-backdrop-filter: blur(40px);
    backdrop-filter: blur(40px);
    position: sticky;
    padding-top:3.5px;
    height: 49px;
}
@media screen and (max-width:400px) {
    #sec-nav {
        position: fixed;
    }
}
.nav-link {
    text-decoration: none;
}
a {
    color: black;
}
#write-button {
    width:80px;
    height:80px;
    border-radius:50%;
    background-color:blue;
    position:fixed;
    bottom: 30px;
    right: 30px;
    cursor: pointer;
}
#file {
    flex: 9.6;
}
#uproad {
    display: block;
    flex : 0.4;
    margin-left: 25px;
    white-space: nowrap;
}
#file-submit-flex {
    height:30px;
}
#anony {
    margin-left: 30px;
}
#nav-menu {
    width: 41px;
    height: 41px;
    position:absolute;
    right: 0%;
    top: 24.75px;
    transform: translateY(-50%);
}
#hiddenNav, .nav-item2, .nav-link2 {
    display: none;
}
#nav-login {
    right: 21px;
    border-radius: 15px;
    background-color:rgb(117, 117, 255);
    color: white;
    text-decoration: none;
    padding-left: 12px;
    padding-top:1px;
    padding-bottom: 1px;
    font-size: 14px;
    padding-right: 12px;
    margin-right: 5px;
    top: 50%;
    transform: translate(0, -50%);
    position: absolute;
    opacity: 1;
    transition: opacity 0.2s ease;
}
@media screen and (max-width:400px) {
    #nav-login {
        right: 41px;
        border-radius: 15px;
        background-color:rgb(117, 117, 255);
        color: white;
        text-decoration: none;
        padding-left: 12px;
        padding-top:1px;
        padding-bottom: 1px;
        font-size: 14px;
        padding-right: 12px;
        margin-right: 5px;
        top: 50%;
        transform: translate(0, -50%);
        position: absolute;
        opacity: 1;
        transition: opacity 0.2s ease;
    }
    #navbar {
        display : none;
    }
    #nav-menu {
        display:block !important;
        margin-right:8px;
    }
    .nav-item {
        display:none;
    }
    #hiddenNav {
        position: absolute;
        top: 50px;
        flex-direction:column;
        width: 85%;
        list-style:none;
        margin-left:20px;
        opacity: 1;
        transition: opacity 0.4s ease;
    }
    .nav-item2 {
        padding-top: 10px;
        padding-bottom: 10px;
        width: 100%;
        white-space: nowrap;
    }
    .nav-link2 {
        padding-right: 85%;
        font-size:25px;
        font-weight:bold;
        text-decoration: none;
    }
    #home-logo2 {
        display : block !important;
        position: absolute;
        top: 50%;
        opacity: 1;
        transform: translate(7px, -50%);
        transition: opacity 0.2s ease;
    }
    #sec-nav {
        height:49px;
        position: sticky;
        top: 0px;
        background-color: rgba(248, 249, 250, 0.8);
        transition: height 0.24s ease, background-color 0.24s ease;
        z-index:2;
        overflow:hidden;
    }
    #userImage {
        width: 30px;
        height: auto;
        border: 1px solid rgb(191, 191, 191);
        border-radius:50%;
        position:absolute;
        top:50%;
        transform: translateY(-50%);
        right: 50px;
    }
}
.btn-primary {
    height: 24px;
    width:60px;
    border-radius:45px;
    font-size: 12px;
    padding:0px;
    white-space: nowrap;
    text-align: center;
    position:absolute;
    right: 11px;
    top:50%;
    transform: translateY(-50%);
    padding-top: 2px;
    margin-right:15px;
}
#nav-menu > svg {
    position: absolute;
    left:50%;
    top:50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
}