body {
    width: 100%;
    height: 100%;
    font-family: 'Lato',sans-serif;
	font-weight: 300;
    color: #666;
    background-color: #fff;
}
html {
    width: 100%;
    height: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 30px;
    text-transform: uppercase;
    font-family: Montserrat,sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
}
p {
    margin: 0 0 20px;
    font-size: 16px;
    line-height: 1.6em;
}
p.lead {
	font-weight: 600;
}
a {
    color: #28c3ab;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
a:hover,
a:focus {
    text-decoration: none;
    color: #176e61;
}
.light {
    font-weight: 400;
}
address {
	margin-left: 0;
	padding: 0;
}
.intro {
	width:100%;
	position:relative;
}
#intro{	
	background-image: url(../images/bg_roads_s.jpg);
	
	background-size: cover;
}
.intro .slogan {
	padding:250px 0 60px;
	text-align: center;
	
}
.intro .slogan h1 {
	color: #fff;
	line-height: 1.1em;
	margin-bottom: 20px;
	 font-size: 40px;
}
.intro .slogan p {
	color: #eee;
	margin-bottom: 50px;
	font-size: 20px;
}
.brand-heading {
    font-size: 40px;
}
.intro-text {
    font-size: 18px;
}
.btn {
	border-radius: 0;
    text-transform: uppercase;
    font-family: Montserrat,sans-serif;
    font-weight: 400;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.btn-skin {
  color: #fff;
  background-color: #2C3D29;
  border-color: #2C3D29;
}
.btn-skin:hover,
.btn-skin:focus,
.btn-skin:active,
.btn-skin.active {
  color: #fff;
  background-color: #666;
  border-color: #666;
}
.boxed-grey {
	background: #DDF1DD;
	padding: 20px;
	margin-top: 10px;
	margin-botton: 10px;
}
#services .boxed-grey {
	height:300px;
}
#applications .boxed-grey {
	height:380px;
}
.team h5 {
	margin-bottom: 10px;
}
.team p.subtitle {
	margin-bottom: 10px;
}
.avatar {
	margin-bottom: 20px;
}
