@import url(https://fonts.googleapis.com/css?family=Courgette);
 /* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
  background-color: #fdfdfd;
}
@media (min-width: 1200px) {
  .container {
    width: 970px;
  }
}


/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */
body > .container {
  padding: 50px 15px 0;
  background-color: #ffffff;
  min-height: 900px;
  box-shadow: 0 0 1px #ccc;
}

/* Navbar
---------------------------------------------------*/

.navbar .titolo-logo {
    font-family: 'Courgette', cursive;
}



/* Footer
-------------------------------------------------- */
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  background-color: #F0F0F0;
}
.footer > .container {
  padding-right: 15px;
  padding-left: 15px;
}
.footer .container .text-muted {
	margin: 20px 0;
}

/* Container
-------------------------------------------------- */

.container .adv-leaderboard {
    margin: 20px 0;
}
.container .box-home-side {
    margin-bottom: 20px;
}