/* Google Fonts */
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600|Source+Sans+Pro:200,300,400,600,700,900&display=swap&subset=cyrillic');

body {
	/* font-family: 'Source Sans Pro', 'Open Sans', 'Roboto', 'Roboto Slab','Nunito', 'Noto Serif', 'Slabo 27px', sans-serif; */
	font-family: 'Source Sans Pro', sans-serif;
	background: #fafafa;
	font-weight: 400;
	font-size: 15px;
}
a, a:hover, a:focus {
	color: inherit;
	text-decoration: none;
	transition: all 0.3s;
}
.navbar{
	padding-top: 15px;
	padding-bottom: 15px;
	transition: all 0.4s cubic-bezier(0.945, 0.020, 0.270, 0.665);
	font-size: 18px;
}
.navbar.active{
	padding-top: 5px;
	padding-bottom: 5px;
}
#navbar-top ul{

}
.main-body{
	width: 100%;
	padding: 20px;
}

/* Lorem Ipsum line */
.line {
	width: 100%;
	height: 1px;
	border-bottom: 1px dashed #ddd;
	margin: 40px 0;
}