/***** sizes */
@media (min-width: 1000px) {

.nav-item *{
    font-size: 1.1vmax;
}

h2{
    font-size: 2.4vmax;
}
h4{
    font-size: 2vmax;
}
h5{
    font-size: 1.8vmax;
}

span{
    font-size: 1.2vmax;
}

label, input{
    font-size: 1.2vmax;
}
::placeholder { 
    font-size: 1vmax;
}

small{
    font-size: 1vmax;
}

button{
    font-size: 1vmax;
}

table th{
    font-size: 1.1vmax !important;
}
table tbody *, table input{
    font-size: 1vmax;
}

}





/********* specific for this app */
.col-primary{
    
}
.back-primary{
    background-color: #433633;
}