.topmenubtn{
    display:none;
}
@media only screen and (max-width:768px) {
    .topmenu {
       display:none;
    }
    .topmenu_active {
        display: flex;
        position: absolute;
        top:40px;
        width:90%;
        left:10px;
        flex-wrap: wrap;
     }
    .topmenubtn{
        display:block;
      }
    .userbar{
        width: 250px;
        font-size: 14px;
    }
    div.homewall .v-container {
        max-width: 1200px;
    }
    #loginlogo{
        width:150px;
    }
    .logincard .v-text-field input{
        line-height: 1;
    }
    .logincard .v-field__input{
       padding-top: 0px;
       padding-bottom: 0px;
    }
    .mainform .info{
        font-size: 14px; 
    }
    .text-0{
        font-size: 14px;    
     }
    .text-1{
        font-size: 16px;    
    }
    .h4 {
        font-size: 16px;
    }
    .h5 {
        font-size: 15px;
    }
    .pa-4 {
        padding: 6px;
    }
}
