.menuBackground {    
    z-index: 30;
    position: fixed;
    top: 0;
    height: 60px;
    width: 100vw;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: grey;
    background-color: white;    
}

.menuRow {    
    position: relative;    
    z-index: 31;
    position: fixed;
    top: 0;
    background-color: white;
  
}

.navbar {    
    background-color: white;    
    border-bottom: 1px solid #023b70;
}

.nav-item {        
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;    
    background-color: white;    
}

.menuTeamviewer {
    background-image: url('../images/teamviewer.png') ;
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 30px !important;
	margin-left: 20px;
}
	
	
	