#logo_site img {width: 400px}
@media (max-width: 900px) {
	#logo_site {
	  position: absolute;
	  left: 13px;
	}
	  #logo_site img {
	  	transform-origin: left;
	  	transform: scale(0.75);
	  }
}
h1{
  font-size: 64px !important;
}
h2{
  font-size: 45px !important;
}
h3{
  font-size: 29px !important;
}
a {
  font-weight: normal !important;
}