body {
	font-family: 'Titillium Web', sans-serif;
  font-size: 1rem;
}

code, pre, button {
	font-family: 'Titillium Web', sans-serif;
  font-size: 1rem;
}


button {
    border: 0;
    background: #31ffd5;
	font-family: 'Titillium Web', sans-serif;
    font-size: 0.8rem;
    letter-spacing: 0.25em;
    font-weight:900;
    padding: 0.3em 0.6em;
}


button.tags.noi {
    border: 0;
    background: #146c43;
    color: #fff;
	font-family: 'Titillium Web', sans-serif;
    font-size: 0.8rem;
    letter-spacing: 0.25em;
    font-weight:900;
    padding: 0.3em 0.6em;
}

button.tags.loro {
    border: 0;
    background: #bb2d3b;
    color: #fff;
	font-family: 'Titillium Web', sans-serif;
    font-size: 0.8rem;
    letter-spacing: 0.25em;
    font-weight:900;
    padding: 0.3em 0.6em;
}

button.tags.entrambi {
    border: 0;
    background: #eee;
    color: #666;
	font-family: 'Titillium Web', sans-serif;
    font-size: 0.8rem;
    letter-spacing: 0.25em;
    font-weight:900;
    padding: 0.3em 0.6em;
}


button.photo {
    border: 0;
    background: grey;
    color: #fff;
	font-family: 'Titillium Web', sans-serif;
    font-size: 0.8rem;
    letter-spacing: 0.25em;
    font-weight:900;
    padding: 0.3em 0.6em;
}

button.azione {
    border: 0;
    background: #bb2d3b;
    color: #fff;
	font-family: 'Titillium Web', sans-serif;
    font-size: 0.8rem;
    letter-spacing: 0.25em;
    font-weight:900;
    padding: 0.3em 0.6em;
}

button.goal {
    border: 0;
    background: #146c43;
    color: #fff;
	font-family: 'Titillium Web', sans-serif;
    font-size: 0.8rem;
    letter-spacing: 0.25em;
    font-weight:900;
    padding: 0.3em 0.6em;
}

button.goal:disabled{
    color: #666;

}
button.azione:disabled{
    color: #666;

}
video {
    background: #666;
}
* {
  box-sizing: border-box;
}
body {
  font-weight: 400;
  background-color: #EEEFF4;
}
body,
html,
.App,
.vertical-center {
  width: 100%;
  height: 100%;
}
.navbar {
  background: #1833FF !important;
  width: 100%;
}
.btn-outline-primary {
  border-color: #1833FF;
  color: #1833FF;
}
.btn-outline-primary:hover {
  background-color: #1833FF;
  color: #ffffff;
}
.vertical-center {
  display: flex;
  text-align: left;
  justify-content: center;
  flex-direction: column;
}
.inner-block {
  width: 450px;
  margin: auto;
  background: #ffffff;
  box-shadow: 0px 14px 80px rgba(34, 35, 58, 0.2);
  padding: 40px 55px 45px 55px;
  transition: all .3s;
  border-radius: 20px;
}
.vertical-center .form-control:focus {
  border-color: #2554FF;
  box-shadow: none;
}
.vertical-center h3 {
  text-align: center;
  margin: 0;
  line-height: 1;
  padding-bottom: 20px;
}
label {
  font-weight: 500;
}

