
.hero-body{    
    padding:  0 0 0 1rem !important;
    /* align-items: normal; */
    margin-top: 0px;
}

.hero.is-link {
    background-color: #dbdbdb !important;
    color: #fff;
}

body { height: 100vh !important; }
html{background-color: #ffdd57 !important;}

.hero.is-fullheight-with-navbar {
    min-height: calc(100vh - 14px) !important;
}

h4, .p-2{
    color: black !important;
}

div.hidden {
    display :none;
   
}
/* SZME 20230309 */
.columns { 
    display: flex;
    margin-top: 0px !important; 
    /* z-index: 0 !important; */
}

.fullheight{
    height: 83vh;
    width: 100%;
}

.image.is-80x25 {
    /* height: 64px; */
    width: 80px;
}

.navbar-menu {
    display: flex;
}

.modal-background {
    background-color: rgba(0, 0, 0, 0.3) !important ;
}

.footer {
    padding: 3rem 3rem 3rem;
    z-index: 100;
    height:fit-content;
  }

.titlepaty{
    font-size:62px !important;
}

@media screen and (max-width: 1024px) {
    .titlepaty {
        font-size: 40px !important;
    }
}
  

 