.round
{
    border-radius:25px !important;
}
.shadow{
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
}
.display-8 {
    font-size: 1.5rem;
    font-weight: 300;
}

/* .fot{
    position: absolute;
    bottom: 0px;
    width: 90%;
} */

.top-menu{
    width: 100%;
    background-color: #083FFF;
    color: #fff;;
    position: relative;
    top: 0;
    height: 30px;
}

.back-img{
    width: 100%;
    height: 100%;
    background-image: url(./src/BACK_niscalo.jpg);
    background-size: cover;
    position: relative
    
}

.header-text-div{
    margin-bottom: auto;
    margin-top: auto;
}

.header-text{
    margin-top:2em;
    margin-bottom:0.5em;
}

.header-subtext{
    margin-bottom:2em;
}

@media (max-width: 600px) {
    .foto {
      display: none;
    }
  }


.btn-menu{
    position: absolute;
    right: 0;
}

@media (max-width: 600px) {
    .btn-menu{
        position: relative;
    }
    .margin-off {
        padding: 10px;
    }
  }

  .h1-blog{
      margin-top: 20px;
      margin-bottom: 20px;
  }


  .read-text{
    width: fit-content;
    padding: 20px;
    background: #f2f2f2 !important;
  }

  .uread-text {
    list-style: none !important;
  }

.banner{
    background-color:#fafafa;  margin-top:50px; margin-bottom: 50px; border-radius: 10px;
}
