body {
	font-family: 'Roboto', sans-serif;
	hyphens: auto;
	text-transform:uppercase;
	font-size:50px;
	font-weight:700;
	letter-spacing:5px;
	line-height: 0.9;
	overflow:auto;
	padding:0;
	margin:0;
	
}

a:link, a:visited {
	text-decoration:none;
	color:#3b7cff;
	font-weight: 700;
}
a:active, a:hover {
	text-decoration:none;
	color:#FFAA00;
}

.img:hover
{	border: 2px solid #FFAA00;
}

.activ {
	text-decoration:none;
	background-color:#FFAA00;
	color:#FFF;
}
hr {
	background-color: #FFAA00;
	height:10px;
	border: 0;
}

.head {
	width:100%;
	padding-top:40px;
}

.menu {
	position: sticky;
	top: 0px;
	padding-left:10px;
	padding-right:10px;
	z-index:999;
	background-color:#FFF;
	padding-top:10px;
	padding-bottom:30px;
	hyphens: none;
}
@media only screen and (max-width: 600px) {
  body {    font-size:28px; line-height: 1;  }
	hr {	height:6px; }
	.menu { position: relative; padding-bottom:10px;}
}