body{
  font-family: 'Muli', sans-serif;
  font-weight: 400;
  background: rgb(244,244,244);
}

h1 {
    font-family: 'Quicksand', sans-serif;
    font-weight: 700;
}

a{
    white-space: nowrap;
}
[data-toggle=tooltip]{
    cursor: pointer;
    pointer-events: auto;
}
.tooltip{
    z-index: 9999999999;
    text-align: center;
}
.show-less-btn, .show-more-btn{
    cursor: pointer;
    display: block;
    white-space: nowrap;
}

.more-content, .col-html_tags .more-content, .show-less-btn, .show-more .show-more-btn{
    display: none;
}

.show-more .more-content, .show-more .show-less-btn{
    display: block;
}

.spazio-tag{
    padding: 4px 8px;
    display: inline-block;
    margin-bottom: 2px;
    font-size: 14px;
    border: 1px solid black;
}

input:focus, a:focus {
    outline:none !important;
}

/* TODO: Make a better footer dog */

footer{
  width: 100%;
  text-align: center;
  color: black;
  margin-top: 25px;
  z-index: -1;
  border-bottom: 1px solid black;
}
.fixed-footer{
    position: fixed;
    bottom: 0;
    left: 0;
}
footer h1{
    margin-bottom: 2em;
}

#email-waitbot{
    font-size: .7em;
    font-weight: 400;
    text-decoration: underline;
}

footer img{
    width: 100%;
    height: auto;
    margin-bottom: -2px;
}

footer div{
    padding: 15px;
    background: white;
}

footer h3{
    font-family: 'Exo', sans-serif;
    letter-spacing: 1px;
    font-weight: 600;
}

footer a{
    color: black;
    text-decoration: none;
}

.btn-primary {
    color: #fff;
    background-color: rgb(41, 171, 227);
    border-color: black;
}

#sb-center-logo {
    position: absolute;
    top: 10px; /* optional */
    left: 50%;
    transform: translateX(-50%);
    height: 60px;
    width: auto;
}