/* Biblioteca */
#navbarTogglerbiblioteca li {
  display: block;
  border-bottom: 1px solid #e8e8e8;
  padding: 0.25rem;
}
#navbarTogglerbiblioteca li.selezionato {
  color: #098D98;
  font-weight: 700;
}
#navbarTogglerbiblioteca li a {
  font-size: 16px;
  line-height: 1.8em;
  font-weight: 600;
  color: #333;
}
#navbarTogglerbiblioteca li a:hover, #navbarTogglerbiblioteca li a:focus {
  color: #66B9BF;
}
#navbarTogglerbiblioteca li a:focus {
  outline: none;
}

.container-body {
  min-height: 70vh;
}

#logo-gescor {
  max-width: 225px;
  margin-top: 20px;
}

.btn-home {
  background-color: #098D98;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  padding: 10px 20px;
}

.btn-home:hover {
  color: #fff;
  background-color: #66B9BF;
}

footer {
  background-color: #28303C;
  margin-top: 30px;
  padding: 20px 0;
}

.text-footer {
  color: #fff;
  margin-top: 20px;
  font-family: "Montserrat";
  font-size: 16px;
}

.footer-link {
  color: #fff;
  font-weight: bold;
}

.footer-link:hover {
  color: #098d98;
}

.col-footer ul {
  list-style: none;
  padding-left: 0;
}

.col-footer ul li {
  padding-top: 20px;
}

.footer-title {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 29px;
  font-weight: bold;
}

.footer-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.box-footer {
  color: #fff;
  font-family: "Montserrat";
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0 !important;
  padding-left: 25px;
}

.link-footer {
  width: 100%;
  margin-bottom: 10px;
  text-decoration: none !important;
}

@media only screen and (max-width: 1000px) and (min-width: 770px) {
  a.link-footer {
    float: right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
  }
}/*# sourceMappingURL=amministrazione.css.map */