@charset "utf-8";

@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500&subset=cyrillic,cyrillic-ext');

body {
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
}
h1 {
	color: #EE7600;
	border-bottom: 1px #EE7600 solid;
}
article h2 {
	color: #EE7600;
}

a, a:visited {
	color: #337ab7;
}
a:hover {
	text-decoration: underline;
}

.container {
	/*background-color: hsla(327,100%,96%,1.00);*/
}
@media (min-width: 1200px) {
    .container{
        max-width: 970px;
    }
}

footer {
	background-color: #f2f2f2;/*aaa*/
	color: #000;
	font-size: 0.9em;
	line-height: 1.6em;
	margin-top: 20px;
	padding: 15px 0 15px 0;
}
footer a, footer a:hover, footer a:active, footer a:visited {
	color: #000;
	text-decoration: underline;
}
@media (min-width: 768px) {
    .footer-social {
    	text-align: right;
    }
}