@font-face{
	font-family: "museo";
	src: url("../fonts/MuseoSansRegular.woff");
	font-weight: normal;
}
@font-face{
	font-family: "museo";
	src: url("../fonts/MuseoSansBold.woff");
	font-weight: bold;
}
body{
	font-family: museo, sans-serif;
	font-size: 1.1rem;
	min-width: 320px;
	margin: 3rem auto;
	padding: 0 20px;
	font-weight: normal;
	position: relative;
	line-height: 1.5;
	overflow-x: hidden;
	opacity: 1;
	color: #1d1d1f;
	-webkit-text-size-adjust: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
*{
	outline: none;
	font-family: museo, sans-serif;
}
b, strong{
	font-weight: bold;
}
a{
	text-decoration: none;
	color: #007eff;
}
a:hover{
	border-bottom: 1px solid;
}
p{
	margin: .8rem 0 0 1px;
}
*::selection{
	color: #fff;
	background: #000;
}
*::-moz-selection{
	color: #fff;
	background: #000;
}
*::-webkit-selection{
	color: #fff;
	background: #000;
}
header, section{
	width: 970px;
	margin: auto;
}
header h1{
	font-size: 2.7rem;
	margin: 0;
}
section h2{
	font-size: 2rem;
	margin: 1.8rem 0 0;
	color: #333;
}
section h3{
	margin: 1.8rem 0 0;
	color: #333;
}
a.smile:hover{
	border: none;
}
p.contacts{
	margin: 6px 0 0 6px;
}
i{
	font-size: 11px;
	margin: 3rem 0 0 1px;
	display: block;
	color: #999;
}

/*Media*/

@media only screen and (max-width : 1000px){

	body{
		margin: 1rem 0 2rem;
		font-size: 1rem;
	}
	header, section{
		width: 100%;
	}

}

@media only screen and (max-width : 700px){

	header h1{
		font-size: 2rem;
		line-height: 1.4;
	}
	section h2{
		font-size: 1.7rem;
		margin: 1.4rem 0 0;
	}

}