@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i&subset=cyrillic,cyrillic-ext,greek,greek-ext,latin-ext');

body{
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
/*	font-size: 16px;
	line-height: 21px; */
	background-color: #f2f2f2;
	color: #333333;
}
.bg-img{
	background-color: #f2f2f2;
	background-image: url('https://s3.amazonaws.com/uploads.hipchat.com/80905/4934193/4zTrQF7plvhqT46/Accelerator-2560x620.jpg');
	background-position: center bottom;
  background-attachment: scroll;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	   -moz-background-size: cover;
		 -o-background-size: cover;
			background-size: cover;
	color: #333333;
	height: 540px;
  background-blend-mode: overlay;
}
h1, .h1 {
	font-family: 'Open Sans', sans-serif;
	Font weight: 200;
	Font size: 56px;
	line-height: 62px;
	color: #333333;
}
h2, h2 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 200;
	font-size: 42px;
	line-height: 52px;
	color: #333333;
}
h3, .h3 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 24px;
	line-height: 32px;
	color: #333333;
}
h4, .h4{
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 24px;
	color: #333333;
}
/*.scrollable{
	top: 60px !important;
}
.masthead{
	display: none;
}
header.navbar{
    position: fixed !important;
	top:0px;
	right: 0;
    left: 0;
}
header.bg-primary.header,
header.bg-primary.header .nav > li > a{
	background-color: #111;
	color: #fff;
}
header.bg-primary.header .nav > li:hover{
	background: #999;
}
.well{
	position: reletive;
}*/
