.topnav {
    z-index: 2;
    width: 98%;
    height: 35px;
    margin-top: 5px;
    margin-left: 1%;
    overflow: hidden;
    user-select: none;
    text-align: center;
    border-radius: 10px;
    /* border: 1px solid #FFFFFF; */
    -webkit-user-select: none;
    /* background-color: rgba(0,0,0,0.35); */
    background-color: rgba(255,255,255,0.1);
    /* text-shadow: 1px 0px 1px rgba(255,255,255,0.25), -1px 0px 1px rgba(255,255,255,0.25), 0px 1px 1px rgba(255,255,255,0.25), 0px -1px 1px rgba(255,255,255,0.25); */
    /* box-shadow: 0px 1px 5px inset rgba(255, 255, 255, 0.25), 0px -1px 5px inset rgba(255, 255, 255, 0.25), 1px 0px 5px inset rgba(255, 255, 255, 0.25), -1px 0px 5px inset rgba(255, 255, 255, 0.25); */

    box-shadow: inset 0 0 0.5px 1px hsla(0, 0%, 100%, 0.075),
        0 0 0 1px hsla(0, 0%, 0%, 0.05),
        0 0.3px 0.4px hsla(0, 0%, 0%, 0.02),
        0 0.9px 1.5px hsla(0, 0%, 0%, 0.045),
        0 3.5px 6px hsla(0, 0%, 0%, 0.09);
}

.topnav a {
    float: left;
    display: block;
    font-size: 14px;
    color: #FFFFFF;
    border-radius: 10px;
    text-align: center;
    padding: 10px 10px;
    text-decoration: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    outline: none;
    transition: box-shadow 0.3s ease-in-out, 0.3s ease-in-out;
}
  
.topnav a:hover {
    cursor: pointer;
    /* background-color: rgba(50, 179, 239, 0.5); */
    background-color: rgba(33,179,239,0.5);
    box-shadow: 0px 1px 5px inset rgba(33, 179, 239, 0.75), 0px -1px 5px inset rgba(33, 179, 239, 0.75), 1px 0px 5px inset rgba(33, 179, 239, 0.75), -1px 0px 5px inset rgba(33, 179, 239, 0.75);
    /* box-shadow: 0px 1px 5px rgba(50, 179, 239, 0.25),
                0px -1px 5px rgba(50, 179, 239, 0.25),
                1px 0px 5px rgba(50, 179, 239, 0.25),
                -1px 0px 5px rgba(50, 179, 239, 0.25),
                0px 1px 5px inset rgba(50, 179, 239, 0.25),
                0px -1px 5px inset rgba(50, 179, 239, 0.25),
                1px 0px 5px inset rgba(50, 179, 239, 0.25),
                -1px 0px 5px inset rgba(50, 179, 239, 0.25); */
}

.topnav a.active {
    color: white;
    background-color: rgba(50, 179, 239, 0.5);
    /* box-shadow: 0px 1px 2px inset rgba(255, 255, 255, 0.25), 0px -1px 2px inset rgba(255, 255, 255, 0.25), 1px 0px 2px inset rgba(255, 255, 255, 0.25), -1px 0px 2px inset rgba(255, 255, 255, 0.25); */
    /* box-shadow: 0px 1px 5px rgba(255, 255, 255, 0.5),
                0px -1px 5px rgba(255, 255, 255, 0.25),
                1px 0px 5px rgba(255, 255, 255, 0.25),
                -1px 0px 5px rgba(255, 255, 255, 0.25),
                0px 1px 5px inset rgba(255, 255, 255, 0.25),
                0px -1px 5px inset rgba(255, 255, 255, 0.25),
                1px 0px 5px inset rgba(255, 255, 255, 0.25),
                -1px 0px 5px inset rgba(255, 255, 255, 0.25); */
    box-shadow: inset 0 0 0.5px 1px hsla(0, 0%, 100%, 0.075),
        0 0 0 1px hsla(0, 0%, 0%, 0.05),
        0 0.3px 0.4px hsla(0, 0%, 0%, 0.02),
        0 0.9px 1.5px hsla(0, 0%, 0%, 0.045),
        0 3.5px 6px hsla(0, 0%, 0%, 0.09);
}

.topnav .icon {
    display: none;
}

.menuRight {
    right: 1%;
    height: 15px;
    cursor: pointer;
    user-select:none;
    position: absolute;
}

.menuDropDown {
    top: 40px;
    right: 1%;
    z-index: 2;
    width: 220px;
    display: none;
    color: #FFFFFF;
    user-select: none;
    position: absolute;
    -webkit-user-select: none;
    /* background-color: rgba(0,0,0,0.35); */
}

.menuDropDown a {
    width: 200px;
    margin-top: 5px;
    border-radius: 40px 40px 40px 40px;
    /* border-bottom: 1px solid #FFFFFF; */
    /* background-color: rgba(0, 0, 0, 0.45); */
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    outline: none;
    font-weight: bolder;
    color: rgba(0,0,0,0.75);
    background-color: rgba(255,255,255,0.1);
    transition: box-shadow 0.3s ease-in-out, 0.3s ease-in-out;
    /* text-shadow: 1px 0px 1px rgba(255,255,255,0.25), -1px 0px 1px rgba(255,255,255,0.25), 0px 1px 1px rgba(255,255,255,0.25), 0px -1px 1px rgba(255,255,255,0.25); */
    /* box-shadow: 0px 1px 5px inset rgba(255, 255, 255, 0.25), 0px -1px 5px inset rgba(255, 255, 255, 0.25), 1px 0px 5px inset rgba(255, 255, 255, 0.25), -1px 0px 5px inset rgba(255, 255, 255, 0.25); */
    box-shadow: inset 0 0 0.5px 1px hsla(0, 0%, 100%, 0.075),
        0 0 0 1px hsla(0, 0%, 0%, 0.05),
        0 0.3px 0.4px hsla(0, 0%, 0%, 0.02),
        0 0.9px 1.5px hsla(0, 0%, 0%, 0.045),
        0 3.5px 6px hsla(0, 0%, 0%, 0.09);
}

.menuDropDown:last-child {
    border: 0;
    border-radius: 0px;
}
  
@media screen and (max-width: 600px) {
    .topnav a:not(:first-child) {
        display: none;
    }
    .topnav a.icon {
        float: right;
        display: block;
  }
}

@media screen and (max-width: 600px) {
    .topnav.responsive {
        position: relative;
    }
    .topnav.responsive .icon {
        top: 0;
        right: 0;
        position: absolute;
    }
    .topnav.responsive a {
        float: none;
        display: block;
        text-align: left;
    }


    .menuRight {
        left: 0;
        position: relative;
    }
    
    .menuDropDown {
        top: 0;
        left: 0;
        width: 100%;
        display: none;
        color: #FFFFFF;
        position: relative;
        border-radius: 0px;
        background-color: rgba(0, 0, 0, 0.5);
    }
    
    .menuDropDown a {
        width: 100%;
        padding: 10px;
        border-radius: 0px;
    }
    
    .menuDropDown:last-child {
        border: 0;
    }
    
    .menuDropDown a:hover {
        width: 100%;
        padding: 10px;
        border-radius: 0px;
    }
}

/* .topnav {
    z-index: 2;
    overflow: hidden;
    text-align: center;
    background-color: #333;
    border: 0px 0px 20px 20px;
}

.topnav a {
    float: left;
    display: block;
    font-size: 17px;
    color: #f2f2f2;
    text-align: center;
    padding: 10px 14px;
    text-decoration: none;
}
  
.topnav a:hover {
    color: white;
    background-color: rgba(50, 179, 239, 0.5);
    box-shadow: 0px 1px 15px inset rgba(50, 179, 239, 0.75), 0px -1px 15px inset rgba(50, 179, 239, 0.75), 1px 0px 15px inset rgba(50, 179, 239, 0.75), -1px 0px 15px inset rgba(50, 179, 239, 0.75);
}
  
.topnav a.active {
    color: white;
    background-color: rgba(50, 179, 239, 0.25);
    box-shadow: 0px 1px 15px inset rgba(50, 179, 239, 0.25), 0px -1px 15px inset rgba(50, 179, 239, 0.25), 1px 0px 15px inset rgba(50, 179, 239, 0.25), -1px 0px 15px inset rgba(50, 179, 239, 0.25);
}
  
.topnav .icon {
    display: none;
}

.menuRight {
    right: 0;
    cursor: pointer;
    position: absolute;
}

.menuDropDown {
    top: 46px;
    right: 0px;
    z-index: 2;
    width: 220px;
    display: none;
    color: #FFFFFF;
    position: absolute;
    border-radius: 0px;
    background-color: #333333;
}

.menuDropDown a {
    width: 192px;
    border-radius: 0px;
    border-bottom: 1px solid #FFFFFF;
}

.menuDropDown:last-child {
    border: 0;
    border-radius: 0px;
}

.menuDropDownInput {
    width: 96%;
    border: none;
    outline: none;
    margin-top: 2px;
    margin-left: 2%;
    color: #FFFFFF;
    text-align: center;
    border-radius: 40px;
    padding: 10px 0px 10px 0px;
    background-color: rgba(255, 255, 255, 0.25);
}

.menuDropDownInput:first-child {
    margin-top: 5px;
}

.menuDropDownInput:last-child {
    margin-bottom: 5px;
}

.menuDropDownInput::placeholder {
    color: #FFFFFF;
}

.submitInput {
    border-radius: 40px;
}

.submitInput:hover {
    cursor: pointer;
    color: #000000;
    background-color: rgba(255, 255, 255, 0.75);
}

.menuDropDownInput:-webkit-autofill,
.menuDropDownInput:-webkit-autofill:hover,
.menuDropDownInput:-webkit-autofill:focus,
.menuDropDownInput:-webkit-autofill:active,
.menuDropDownInput:-webkit-autofill:valid {
    transition: all 5000s ease-in-out 0s;
    transition-property: background-color, color;
    -webkit-box-shadow: 0 0 0 1000px rgba(255,255,255,0) inset;
    -webkit-text-fill-color: #fff;
    font-weight: 300!important;
}
  
@media screen and (max-width: 600px) {
    .topnav a:not(:first-child) {
        display: none;
    }
    .topnav a.icon {
        float: right;
        display: block;
  }
}

@media screen and (max-width: 600px) {
    .topnav.responsive {
        position: relative;
    }
    .topnav.responsive .icon {
        top: 0;
        right: 0;
        position: absolute;
    }
    .topnav.responsive a {
        float: none;
        display: block;
        text-align: left;
    }


    .menuRight {
        left: 0;
        position: relative;
    }
    
    .menuDropDown {
        top: 0;
        left: 0;
        width: 100%;
        display: none;
        color: #FFFFFF;
        position: relative;
        border-radius: 0px;
        background-color: rgba(0, 0, 0, 0.5);
    }
    
    .menuDropDown a {
        width: 100%;
        padding: 10px;
        border-radius: 0px;
    }
    
    .menuDropDown:last-child {
        border: 0;
    }
    
    .menuDropDown a:hover {
        width: 100%;
        padding: 10px;
        border-radius: 0px;
    }
} */