header.layout-row {
  overflow: hidden;
  background: url(../images/wcd/grey-gradient.png) center repeat-y;
  background-size: 100% 1px;
}

.background {
  background-repeat: no-repeat;
  background-size: cover;
}

.home::before {
  /*background-image: url(../images/FLORA-GALLERIA_5.jpg);*/
  background-size: cover;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
  opacity: 0.4;
}

.home_button {
  margin: 14vw 10px 0 10px;
  border: 5px solid #2ca3e2;
  box-shadow: 0 2px 8px rgb(0 0 0 / 25%);
  border-radius: 14px;
  color: #2ca3e2;
}


.home_title > div > li {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-around;
}
.home_button_group {
  background: black;
}

.home_button_category {
  margin: 40px 25px;
  background: linear-gradient(45deg, #2ca3e2, #e36f00);
  box-shadow: 0 2px 8px rgb(0 0 0 / 25%);
  border-radius: 14px;
  font-family: Nunito !important;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 5.5em;
}

.main_color {
  background: linear-gradient(45deg, #2ca3e2, #e36f00) !important;
}

.gray {
  background: gray;
}

.seagreen {
  background: seagreen;
}

.cadetblue {
  background: cadetblue;
}

wcd-margin-top-small {
  margin-top: 8px !important;
}

.bar {
  /* height: 18px; */
  color: white;
  background: green;
  /* padding:5px; */
  text-align: center;
}

* {
  box-sizing: border-box;
}

/* Style the search field */
form.search input[type="text"] {
  padding: 10px;
  font-size: 17px;
  border: 1px solid grey;
  float: left;
  width: 80%;
  background: #f1f1f1;
}

/* Style the submit button */
form.search button {
  float: left;
  width: 20%;
  padding: 10px;
  background: #2196f3;
  color: white;
  font-size: 17px;
  border: 1px solid grey;
  border-left: none; /* Prevent double borders */
  cursor: pointer;
}

form.search button:hover {
  background: #0b7dda;
}

/* Clear floats */
form.search::after {
  content: "";
  clear: both;
  display: table;
}

.scrolltable {
  margin-top: 20px;
  height: 200px;
  overflow: auto;
}
.scrolltable th div {
  position: absolute;
  margin-top: -20px;
}

.banner {
  background: white;
}

.posterGrid {
  margin-top: 2.5vh;
}

._contributo {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}

.contributo {
  /* font-size: 1.1vw;
  line-height: 1em; */
}
