

/* ----------------------------- TOP NAV BAR ------------------------------- */

nav {
    background-color: #333333;
    /*background-color: #8B73E9;*/
    /*background-color: #11116F;*/
    
    width: 100%;   
    position: fixed;   
    z-index: 1;   
    top: 0;  
    left: 0;
 
}

.logo {
    width: 80px;
    /*height: 100%;*/
    height: 40px;       
    padding-left: 0px;
    
    /*background-color: #333;*/
    /*background: url(../img/andcomLogo1.png) left no-repeat;*/
    background: url(../img/LOGOANDCOM_2.svg) left no-repeat;   
}


ul {   
    margin: 0;
    padding: 0;
    
    overflow: hidden;
    list-style-type: none;
}

li, li1 {
    
    text-align: center;
    vertical-align: central;
    height: 30px;
    /*width: 50px;*/
    /*font-size: 6px;*/    
}

li {
    float: left;
}

li1 {
    float: right;
}

li a, li1 a {
    
    /*background-color: #40FA65;*/
    
    display: inline-block;
    
    /*width: 80px;*/
    height: 30px;
    padding: 10px 30px; /*alto px - largo px;*/
    
    text-align: center;
    vertical-align: central;
    /*padding: 24px 30px  ;*/ 
    text-decoration: none;
    /*height: 70px;*/   
    /*font-family: "Times New Roman", Times, serif;*/
    /*color: blue;*/
    color: #D2D2FA;
    font-size: 14px;
}

.spazio1{
    display: inline-block;
    /*color: white;*/
    text-align: center;
    /*padding: 14px 16px;*/
    text-decoration: none;
    width: 70px;
    height: 10px;   
}
