/* Global Button Style*/
.button {
padding: 12px 40px;
}
/* Nav Button Style */
.navContent li .button {
    padding: 12px 40px !important;
}
.navContent li:nth-child(6) .button:hover {
background-image: linear-gradient(to bottom, #aee266, #8ec936);
}

.navContent li:nth-child(7) .button {
padding: 12px 40px !important;
    background-image: linear-gradient( 
0deg
 , rgb(247, 148, 30) 10%, rgb(240, 162, 70) 90%);
}

.navContent li:nth-child(7) .button:hover {
background-image: linear-gradient( 
0deg
 , rgb(243 156 52) 10%, rgb(241 184 116) 90%);
}