body {background: #f1f1f1; color: #444444;}
.container {margin-top: 75px;}
.navbar {padding:0; box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.2);}
.navbar-brand {padding: 0;}

h1 {
    font-family: 'Muli', sans-serif;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.2;
    color: #F5177C;
    text-align: left;
    margin: 0;
}

.h2 {
    font-family: 'Muli', sans-serif;
    color: #000;
    text-align: left;
    font-weight: bold;
    font-size: 1.2rem;
    margin: 0 0 20px;
}
.btn-link, .btn-link:hover {
  color: #333;
  padding: 0;
  text-decoration: none;
  font-weight: bold;
  width: 100%;
  text-align: left;
}

.btn-link:before {
    font-family: 'FontAwesome';
    content: '\f107';
    font-weight: bolder;
    float: right;
    color: #333;
}

.card {
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  border: none;
}

.card-header {
    font-family: 'Roboto', sans-serif;
    border-bottom: 1px solid rgba(0, 0, 0, 1);
    color: #333;
    background: transparent;
    margin-bottom: 10px;
    padding: .75rem;
}

.card-body {
    background-color: #f3f1f2;
    box-shadow: 0px 3px 15px rgba(0, 0, 0, .2);
    border-radius: 5px;
    text-align: justify;
}

.rounded{
        border-radius: 0.5rem!important;
}

a.anchor {
    display: block;
    position: relative;
    top: -5px; /* questo se vogliamo gestire l'offset*/
    visibility: hidden;
}
