.Header-Tagline-Left img {
    height: 20px;
}
.Header-Tagline-Right-Icons img {
    height: 30px;
}
.insta {
    height: 27px !important;
}
.logo img {
    height: 100%;
}
.menu ul li{
    border-bottom: 2px solid transparent;
     padding-bottom:5px ;
     transition: all 0.3s ease;
}
.menu ul li:hover {
    color: #CBAE6F;
    border-bottom: 2px solid #CBAE6F;
}
.Header-Nav-Right-icon   {
    height: 30px;
}
.Header-Nav-Right-icon img {
    width: 100%;
    height: 100%;
}
.Header-Nav-Right-Btn img {
    height: 28px;
}
.desktop-only {
    display: block;
}
.mobile-only {
    display: none;
}
@media (max-width:1000px) {
    .mobile-only {
        display: block;
    }
    .desktop-only{
        display: none;
    }
}