.navSmall {
    display:none;

    }
    
#smallNavModal {
    background-color: darkorange;
    color:white;
    padding-top:10px;
    padding-bottom:20px;
    padding-left:7px;
}

.tec-hide {display:none;}

.navlevel1 {
    list-style-type: none;
    font-weight:bold;
    margin-bottom:3px;
    margin-top:10px;
}
.navLevel2{
    font-weight:normal;
    list-style-type: none;
    margin-left:5px;
}



@media screen and (max-width: 800px) {
  .navLarge {display: none;}
  .navSmall {display: block;}
  .tec-hide {display:none;}

}