body {
  font-family: "Roboto", sans-serif;
  background: #173b58;
  color: #ffffff;
  font-weight: 300;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Patua One', cursive;
}

.polimiblue{
  background: #173b58;
}

.polifont {
  text-transform: uppercase;
  color: #ffffff;
}

h1{
  font-size: 39px;
  font-weight: 700;
}

h2 a {
  color: #333;
}

h2 a:hover {
	color: #333;
}

.buttonpoli{
  background: #547ab0;
}


#report .header {
	position: relative;
}

#report .header .overlay {
	background: #00000035;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

#report .header ul.menu.text-right li {
	list-style-type: none;
	display: inline-block;
	margin: 1em 1.5em;
}

#report .header ul.menu.text-right li a {
	color: #fff;
}

#report .header .titolo {
	min-height: 400px;
}

#report .payoff {
	background: #eeeeee;
	padding: 3em 0;
	color: #333333;
}

#report .content {
	background: #dddddd;
	padding: 2em 0;
	color: #333333;
}

#report .btn-download:hover {
	cursor: pointer;
}