/* Public CSS */
.nav-logo-img {
    height: 50px;
}

.icon-height-80 {
    height: 80px;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    .content-header-section a.nav-menu {
        display: none;
    }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (max-width: 768px) {
    .content-header-section a.nav-menu {
        display: none;
    }
}
      
  