#navBarOuterCont{
    background-color: #114f5b;
    height: 60px;
}

.navBarInner{
    /* background-color: rgb(253, 201, 201); */
    height: inherit;
    /* width: 100px; */
    float: left;
    text-align: center;
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-style: normal;
    padding-left: 10px;
    padding-right: 10px;
}

.navBarInnerTextSingle{
    /* background-color: rgb(192, 255, 191); */
    margin-top: 17px;
}

.colorGrey{
    color: rgb(170, 170, 170);
}

.colorWhite{
    color: white;
}

.navBarInnerTextDropdown{
    /* background-color: rgb(192, 255, 191); */
    margin-top: 17px;
}

.navBarInnerTextSingle:hover{
    color: rgba(255, 255, 255, 0.805);
    cursor: pointer;
}

.navBarLogo{
    cursor: pointer;
}

.navBarDropDown{
    background-color: green;
    width: 100px;
    height: 100px;
    position: absolute;
    top: 70px;
    visibility: hidden;
}

.navBarProfile{
    /* background-color: purple; */
    height: inherit;
    width: 100px;
    float: right;
}

.navBarProfileSignIn{
    /* background-color: purple; */
    height: inherit;
    width: 100px;
    float: right;
}

.signInCircle{
    background-color: rgba(247, 247, 247, 0.692);
    width: 75px;
    height: 32px;
    margin: 0 auto;
    margin-top: 13px;
    border-radius: 25px;
    border: 2px solid white;
    text-align: center;
    /* color: blue; */
    user-select: none;
    cursor: pointer;
}

.signInCircle:hover{
    background-color: rgba(200, 255, 198, 0.692);
}

.profileCircle{
    background-color: rgba(247, 247, 247, 0.692);
    width: 50px;
    height: 50px;
    margin: 0 auto;
    margin-top: 5px;
    border-radius: 50px;
    border: 2px solid white;
    cursor: pointer;
}

.profileCircleLetter{
    /* background-color: red; */
    width: 20px;
    /* height: 30px; */
    font-size: 24px;
    /* margin: 0 auto; */
    margin-top: 5px;
    margin-left: 17px;
}

.navBarProfileDropDown{
    background-color: white;
    border: 3px solid black;
    border-radius: 12px;
    width: 130px;
    height: 100px;
    position:relative;
    top: 5px;
    left: -30px;
    visibility: hidden;
    z-index: 100;
}

.navBarLogo{
    /* background-color: orange; */
    height: inherit;
    width: 100px;
    float: left;
}