body {
	font-size:14px;
	color:#444;
	-webkit-font-smoothing: antialiased;
}

.navbar-masthead .navbar-brand {
	height:59px;
	padding-top:16px;
	margin-bottom:0;
}

img {
	width:100%;
	height:auto;
}

.navbar-masthead .navbar-nav {
	margin:14px 0;
}

.navbar-masthead .btn-primary {
	color:white !important;
	margin-top:0 !important;
	margin-bottom:0 !important;
}

#nest-hero-image {
	margin-top:62px;
	background:url(../img/googlenest-main-bg.png) repeat-x;
	background-size:1px 100%;
}

#the-why-of-nest {
	margin-bottom:60px;
	text-align:center;
	background:#ffa900;
	color:white;
	padding:40px 0;
}

#the-why-of-nest h1 {
	font-size:42px;
	padding-top:0;
}

.google-product {
	padding:75px 0;
}

.google-product-logo {
	max-width:300px;
	margin:0 auto 30px;
	display:block;
}

h1 {
	font-family:'Open Sans',sans-serif;
	font-weight:300;
	line-height:48px;
	margin:0 0 .5em;
}
h4 { font-size:13px; font-weight:bold;}

li.list-group-item.active { border-left:4px solid #ffa900;}

li.list-group-item.active > a {	color:#ffa900; }

.signature {
	margin-top:120px;
}

.signature:after,
.signature:before {
	content:"";
	float:right;
	height:4px;
}
.signature:after {
	border-left:35px solid #0089fa;
	border-right:34px solid #ff002b;	
}

.signature:before {
	border-left:35px solid #ffa900;
	border-right:34px solid #00a753;
}

footer {
	background: #f9f9f9;
	border-top: 1px solid #f5f5f5;
	padding:10px 0;
}

footer ul {
	list-style-type:none;
	padding:0;
	margin:0;
}

.footer-global li {
	display: inline;
	font-size: 11px;
	line-height: 2.19;
}

.footer-global li:after {
	content:'\00B7';
}

.footer-global li:last-child:after {
	content:'';
}

.stickytop {
	position:fixed;
	top:100px;
}

#why-google-nest {
	border-top:1px solid #ccc;
	padding-top:75px;
}
#why-google-nest h1 {
	text-align:center;
	margin-bottom:35px;
}