header {
  text-align: center;
  padding-top: 40px;
}

header img {
  margin-bottom: 40px;
}

h6 {
  color: rgb(0,51,153);
  font-weight: 700;
  letter-spacing: 1.5px;
  font-size: 17px;
}

h1 {
  font-family: 'Crimson Text', serif;
  font-size: 2em;
}

hr {
  max-width: 150px;
  margin-left: auto;
  overflow: visible;
  padding: 0;
  border: none;
  border-top: 1px solid #ccc;
  color: #333;
  text-align: center;
  margin-right: auto;
  opacity: 1;
}

hr:after {
  content: "§";
  color: grey;
  display: inline-block;
  position: relative;
  top: -0.9em;
  font-size: 1em;
  padding: 0 .25em;
  /*background-color: #fdfaf3 !important;*/
}

h5 {
  color: grey;
  font-family: 'Crimson Text', serif;
  font-style: italic;
  font-weight: normal;
}

#logo {
  margin-bottom: 5px;
}

h2 {
  font-family: 'Crimson Text', serif;
  /*text-transform: uppercase;*/
  font-size: 24px;
  /*font-variant: small-caps;*/
  color: black;
}

#navbar {
  border-top: 3px solid black;
  border-bottom: 1px solid #ccc;
}

a.nav-link {
  color: black;
  text-transform: uppercase;
  font-size: 14px;
}

#blocco-centrale {
  margin-top: 30px;
}

.separatore-blocchi {
  height: 7px;
  border-top: 3px solid black;
  border-bottom: 1px solid #ccc;
  margin: 30px 0px;
}

a.nav-link {
  color: black !important;
  font-weight: 800;
  font-size: 12px;
  letter-spacing: 1px;
}

body {
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
  background-color: transparent;
}

a {
  color: initial !important;
  text-decoration: none !important;
}

@media (min-width: 992px) {
  #cerca-navbar {
    position: absolute;
    right: 10px;
  }
}

body {
  /*background: url("../../assets/img/backgound-geometrico.png") no-repeat;*/
  /*background-size: 100%;*/
  font-family: Georgia, Times, "Times New Roman", serif;
}

html {
  background: url("/home/assets/img/backgound-geometrico.png") no-repeat;
  background-color: #fdfaf3;
  background-size: 100vw ;
  font-family: Georgia, Times, "Times New Roman", serif;
}

.header {
  margin-bottom: 30px;
}

.hr-footer {
  max-width: 100%;
  font-family: 'Alegreya Sans SC';
}

.hr-footer:after {
  content: url("../../assets/img/logo__0000_Compatto%20unico.jpg");
  background-color: #fdfaf3;
  /*border-left: 6px double #ccc;*/
  /*border-right: 6px double #ccc;*/
  /*border-top: 1px solid #ccc;*/
  /*border-bottom: 1px solid #ccc;*/
  color: #888;
  /*box-shadow: 0px 0px 9px #ddd;*/
  font-variant: small-caps;
  border-radius: 4px;
  font-size: 25px;
  transform: scale(1);
  margin-top: 3px;
}

.hr-potrebbero-interessarti:after {
  content: " letture seguenti ";
  color: #222;
  transform: scale(1);
  margin-top: 0px;
}

footer ul {
  list-style: none;
  padding-left: 0;
  padding-top: 13px;
  font-family: 'Alegreya Sans SC';
}

.cool-list {
  list-style: none;
  padding-left: 0;
  font-family: 'Alegreya Sans SC';
}

.testo-contenuto:first-letter {
  -webkit-initial-letter: 4;
  initial-letter: 4;
  font-size: 73px;
  color: rgb(0,51,153);
  font-weight: bold;
  margin-right: 0.1em;
  float: left;
  line-height: 30px;
  margin-top: 11px;
  font-weight: 100;
}

.strong {
  font-weight: bold;
}

@media (min-width:1200px) {
  .h1, h1 {
    font-size: 4.5rem;
  }
}

.logo {
  max-width: 300px;
  width: 90%;
}

#footer-copyright h4, #footer-copyright h4 a {
  font-size: 15px;
  color: #ccc !important;
  font-family: 'Alegreya Sans SC';
}

