/* roboto-100 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  src: url('../fonts/roboto-v30-latin-100.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* roboto-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/roboto-v30-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* roboto-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/roboto-v30-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/**************************************************************************************/

  *			{	box-sizing:border-box; font-family:'Roboto',sans-serif; font-size:100%; line-height:130%;
} body		{	color:#777;

} b			{	font-weight:bold;

}#wrapper		{	width:100%; height:100%; position
}#logo 		{	text-align:center;
}#logo img		{	width:100%; max-width:800px; padding:20% 5% 65px; height:auto;
}#content		{ 	width:100%; max-width:800px; margin:0 auto; font-size:30px; text-align:left;
}#content > div	{	width:100%;
}#legal		{	padding:50px; margin-top:5%; font-size:23px; text-align:center; 
}#legal p		{	line-height:150%;

}

