/* tao.css by Alex TaoForte*/
.tao-margin-bottom-8 {
  margin-bottom: 8px !important;
}

/*  image overlay - add border*/
img.hover2:hover {
  border: 5px solid red;
}

    html {
      scroll-behavior: smooth;
    }

        img.red5:hover {
            border: 5px solid red;
            border-radius: 20px;
        }

        .green-opa02 {
            background: rgba(0, 87, 128, 0.1);
        }
        
        img {
          display: block;
          margin-left: auto;
          margin-right: auto;
        }
        
    /* DISTANCE BTW BUTTONS top menu*/
    .w3-bar .w3-bar-item {
    padding: 4px 6px;
    }
    