.home-navbar{
    position: fixed !important;
    width: 100vw !important;
    top: 0;
    left: 0;
    z-index: 50;
    font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    box-shadow: 0 1px 3px rgba(0,0,0,0.1), 0 1px 2px -1px rgba(0,0,0,0.1);  
}
.navbar-toggler:focus, .navbar-toggler:hover {
    text-decoration: none !important;
}
.navbar button:focus{
    outline: none;
}

/* .opportunities-link{
} */
.logo-text{
    color: rgb(79 70 229 / 1);
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    text-decoration: none !important;
}
.opportunities-link{
    color: rgb(31, 41, 55);
    font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 16px !important;
}
.opportunities-link:hover{
    color: rgb(79, 70, 229);
}
.btn-register{
    background-color: rgb(79 70 229);
    border-radius: 0.5rem;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 16px;
    padding-right: 16px;
    color: rgb(255 255 255);
    box-sizing: border-box;
    border-width: 0;
    border-style: solid;
    border-color: #e5e7eb;
}
.btn-login{
    color: rgb(79 70 229);
    box-sizing: border-box;
    border-style: solid;
    text-decoration: inherit;
    border-radius: 8px;
    border-width: 1px;
    border-color: rgb(79 70 229);
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 16px;
    padding-right: 16px;
}
.btn-login:hover{
    background-color: rgb(238 242 255); 
}
