:root {
    background: transparent;
}

.navpreloginMainDesktop {
    width: 100%;
    font-family: "oswald";
}

.navpreloginMainDesktop > p {
    width: 5%;
    padding: 0.5% 0%;
    font-weight: 400;
    border-radius: 2vh;
    margin-left: -7%;
    margin-right: -7%;
    letter-spacing: 0.05rem;
}

.navpreloginMainDesktop > img {
    margin-top: 1%;
    height: 100%;
}

.navpreloginMainDesktop > p:nth-of-type(1) {
    margin-left: 10%;
}

.navpreloginMainDesktop > p:nth-of-type(5) {
    width: 6%;
}

.navpreloginMainDesktop > p:nth-of-type(5):hover {
    width: 6%;
}

.navpreloginMainDesktop > p:nth-of-type(6) {
    margin-right: -13%;
}
.navpreloginMainDesktop > p:nth-of-type(7) {
    margin-right: -7%;
}


.navpreloginMainDesktop > p:hover {
    width: 5%;
    padding: 0.5% 0%;
}

.navpreloginMainDesktop > button {
    width: 6%;
    font-weight: 600;
    padding: 0.5% 0%;
    border-radius: 2vh;
    color:rgba(0,0,0,1);
    background-color: rgba(255, 193, 26, 1);
}


/* Mobile Styling */

.navpreloginMainMobile {
    margin: 0% 5%;
}

.navpreloginMainMobile > .imageAndMenu {
    width: 100%;
    justify-content: space-between;
    margin: 5% 0%;
}

.navpreloginMainMobile > .imageAndMenu > img {
    width: 20%;
}

.navpreloginMainMobile > .blackBackground {
    width: 100%;
    height: 75%;
    position: absolute;
    top: 10%;
    z-index: -2
}

.navpreloginMainMobile > .menuOptions > p {
    font-family: "Carlito";
    font-size: 105%;
    font-weight: 700;
    color: rgba(0, 0, 0, 1);
    cursor: pointer;
    padding-left: 7%;
    margin-top: 30%;
    transition: color 0.3s ease;
}

/* Desktop Navbar Styling */
.navpreloginMainDesktop > p {
    width: 5%;
    padding: 0.5% 0%;
    font-weight: 400;
    border-radius: 2vh;
    margin-left: -7%;
    margin-right: -7%;
    letter-spacing: 0.05rem;
    color: rgba(0, 0, 0, 1);
    transition: color 0.3s ease, background-color 0.3s ease;
}

.navpreloginMainDesktop > p:hover {
    color: rgba(255, 255, 255, 1) !important;
    background-color: rgba(255, 193, 26, 1);
}

/* Specific Styling for BLOGS Link */
.navpreloginMainDesktop > p:nth-of-type(7) {
    margin-left: -2%;
}

/* Mobile Navbar Styling */
.navpreloginMainMobile > .menuOptions > p {
    font-family: "Carlito";
    font-size: 105%;
    font-weight: 700;
    color: rgba(0, 0, 0, 1);
    cursor: pointer;
    padding-left: 7%;
    margin-top: 30%;
    transition: color 0.3s ease;
}

.navpreloginMainMobile > .menuOptions > p:hover {
    color: rgba(255, 193, 26, 1);
}s

.navpreloginMainMobile > .menuOptions > p:hover {
    color: rgba(255, 193, 26, 1);
}

.hamburgerMenu {
    height: 2.5vh;
    width: 8%;
    margin: 0% 5%;
    cursor: pointer;
}

.hamburgerMenu > .hamburgerContainer {
    width: 100%;
    box-sizing: border-box;
    border: 1px solid rgba(255,255,255,1);
}

.hamburgerMenu:hover > .hamburgerContainer {
    border: 2px solid rgba(255, 193, 26, 1);
}

.menuOptions {
    top: 0;
    right: 0;
    height: 100vh;
    width: 50%;
    z-index: 2;
    position: fixed;
    transition: right 0.3s ease-in-out;
    
}

.menuOptions > .menuOptionsX > p {
    position: absolute;
    right: 5%;
    top: 1%;
    color: rgba(0,0,0,1);
    cursor: pointer;
    font-family: "Carlito";
    font-size: 105%;
    font-weight: 500;
    
}

.menuOptions > p:nth-of-type(1) {
    margin-top: 20%;
}

.menuOptions > p {
    display: flex;
    flex-direction: column;
    margin-top: 30%;
    margin-left: 5%;
    color: rgba(0,0,0,1);
    font-family: "Carlito";
    font-size: 105%;
    font-weight: 700;
    cursor: pointer;
    padding-left: 7%;
}