/*!
 * Start Bootstrap - Blog Home (https://startbootstrap.com/template-overviews/blog-home)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-blog-home/blob/master/LICENSE)
 */
body {
  padding-top: 56px;
}

.page-content {
  padding-top: 35px;
}

.title-font {
  font-family: 'Rock Salt', cursive;
  font-size: 40px;
}

@media screen and (max-width: 640px) {
  .title-font {
    font-family: 'Rock Salt', cursive;
    font-size: 30px;
  }
}

.special-text{
  font-family: 'Audiowide', cursive;
}

nav {
  background-color:rgb(216, 42, 42); 
}

footer {
  height: 50px;
  background-color:rgb(216, 42, 42); 
}

.wrapper {
  /* Ricalcola la grandezza del wrapper principale per 
     gestire lo scorrimento verso il basso del footer */
  min-height: calc(100vh - 112px);
}

