	
/* ------------------------------------------------------------------------------
	Typography
-------------------------------------------------------------------------------*/

@import url(http://fonts.googleapis.com/css?family=Montserrat:400,700);
p {
	font-size: 14px;
	line-height: 22.4px;
}
h1 {
	font-size: 65px;
}
h2 {
	font-size: 40px;
}
h3 {
	font-size: 28px;
	font-weight: 300;
}
h4 {
	font-size: 22px;
	font-weight: 400;
}
h5 {
	font-size: 14px;
}


/* clearfix
--------------------------------------------------------------------------------------- */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
}


/* ------------------------------------------------------------------------------
	Global Styles
-------------------------------------------------------------------------------*/
html,body{ 
	width:100%;
	height:100%;
}


a {
	color: #000;
	text-decoration: underline;
}
a:hover, a:focus {
	text-decoration: none;
	color: 999;
}
ul, ol {
	margin: 0;
	padding: 0;
}
ul li {
	list-style: none;
}
.section {
	padding: 100px 0;
}
.no-padding {
	padding: 0;
}
.no-gutter [class*=col-] {
	padding-right: 0;
	padding-left: 0;
}
.space {
	margin-top: 60px;
}


/* ------------------------------------------------------------------------------
	 Banner
-------------------------------------------------------------------------------*/

.banner {
	width: 100%;
	min-height: 750px;
}
.banner-text {
	padding-top: 28%;
	position: absolute;
	margin: auto;
	top: 0;
 	left: 0;
 	right: 0;
 	bottom: 0;
}
.banner-text h1 {
	color: #fff;
	font-family: "Montserrat";
	font-size: 70px;
	letter-spacing: 20px;
	font-weight: 700;
}
.banner-text p {
	color: #8d8d8d;
	font-size: 13px;
	font-family: "Montserrat";
	font-weight: 400;
	letter-spacing: 3px;
	line-height: 24px;
	margin-top: 10px;
	margin-bottom: 80px;
}

#particles-js{
  width: 100%;
  height: 750px;
  background-size: cover;
  background-color: #ccc;
}


/* ------------------------------------------------------------------------------
	 Company profile
-------------------------------------------------------------------------------*/
.about {
	width: 70%;
	margin: 100px auto;
}

.about h1, h2 {
	color: #000;
	font-weight: 700;
	font-size: 25px;
	margin: 0 0 20px 15px;
}

.about .col-xs-6 {
	color: #333;
	font-size: 14px;
}

.about dt {
	margin-bottom: 5px;
}

.about dd {
	margin-bottom: 15px;
}


footer {
	clear: both;
	font-family: "Montserrat";
	color: #666;
	font-size: 12px;
	width: 300px;
	text-align: center;
	margin: 0 auto;
}