@import url(https://fonts.googleapis.com/css?family=Roboto:300,300italic,400,700);

* {
	padding:0;
	margin:0;
}

body {
	font-family: 'Roboto', sans-serif;
	font-size:16px;
	color:#898989;
	font-weight:300;
}

h1, h2, h3, h4, h5, h6 {
	font-weight:300;
	color:#000;
}

h2 {
	margin-bottom: 30px;
}

#features h2 {
	margin-bottom: 0px;
}

p {
	margin-bottom: 20px;
}

.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 12px;
}

#interested img.aligncenter {
	margin-bottom: 0px;
}

.container {
    overflow: hidden;
}

/*Bootstrap 3 no padding*/
.no-gutter > [class*='col-'] {
    padding-right:0;
    padding-left:0;
}

.green {
	color: #a6ce39;
}

.blue {
	color: #6cf;
}

.footer-links span {
	margin: 0px 10px;
	font-size: 14px;
}

#logo {
	margin-left: 15px;
	height: 55px;
}

.bg-gray {
	/*Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fdfdfd+0,f7f7f7+100 */
	background: #fdfdfd; /* Old browsers */
	background: -moz-linear-gradient(top,  #fdfdfd 0%, #f7f7f7 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #fdfdfd 0%,#f7f7f7 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #fdfdfd 0%,#f7f7f7 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfdfd', endColorstr='#f7f7f7',GradientType=0 ); /* IE6-9 */
}

.bg-white-gray {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fcfcfc+0,f7f7f7+100 */
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #f7f7f7 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f7f7f7 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #ffffff 0%,#f7f7f7 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f7f7f7',GradientType=0 ); /* IE6-9 */
}

.bg-green {
	background:#afd542;
}

.white {
	color:#fff;
}

.nav > li > a.btn-blue, .btn-blue {
	background:#66ccff;
	color:#fff;
}

.nav > li > a.btn-blue:hover, .btn-blue:hover {
	background:#a6ce39;
	color:#fff;
}

.bg-green .btn-blue:hover {
	background: #44aadd;
	color: #fff;
}

.label-blue {
	background:#66ccff;
	color: #fff;
	border-radius: 6px;
	font-size: 18px;
	line-height: 1.33;
	padding: 10px 16px;
}

nav.navbar {
	background:#fff;
	border:none;
	padding:25px 0;
	border-bottom:1px solid #e1e1e1;
	margin:0;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

nav.navbar.shrink {
	padding: 10px 0;
}

a.anchor {
	display: block;
	position: relative;
	top: -75px;
	visibility: hidden;
}

.navbar-inverse .navbar-nav > li > a {
	margin:0 10px;
}

.navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:hover {
    background-color: #afd542;
	border-radius:5px;
    color: #fff;
}

.nav > li > a {
	color:#555555;
	font-size:18px;
}

.navbar-inverse .navbar-toggle {
    border-color: #afd542;
}

button.navbar-toggle.collapsed {
    background: #afd542;
    color: #fff;
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #fff;
}

#overview {
	background:url(../images/overview-bg.jpg) #fafafa no-repeat center bottom;
	background-size: cover;
}

#easy-setup .container {
	background:url(../images/easy-setup-bg.png) no-repeat top center;
}

#monitor {
	background:url(../images/monitor.jpg) no-repeat top center;
	background-size:cover;
}

#interested {
	background:url(../images/pre-order-bg.jpg) repeat-x top center;
	background-size:cover;
}

#pre-order img.aligncenter {
	margin-bottom:0;
}

footer .container {
	padding:20px 0;
}

footer .container p {
	margin: 10px;
	font-size: 14px;
}

footer .made-in-maine {
	width: 160px;
}

ul.feature-list {
	width: 60%;
	margin-left: 20%;
	margin-top: 40px;
	margin-bottom: 40px;
}

ul li {
	margin-left: 30px;
}

#interested {
	font-weight: 400;
}

#checkout iframe .ProductCard img {
	height: 200px;
}

/*==================================================
=            Bootstrap 3 Media Queries             =
==================================================*/




/*==========  Mobile First Method  ==========*/

/* Custom, iPhone Retina */ 
@media only screen and (min-width : 320px) {
	
	ul.feature-list {
		width: 90%;
		margin: 30px 5%;
	}
	
	ul li {
		margin-left: 10px;
	}
	
	#mc-embedded-subscribe {
		margin-left: 15px;
	}
	
	p {
		margin-bottom: 10px;
	}
	
}

/* Extra Small Devices, Phones */ 
@media only screen and (min-width : 480px) {
	.jumbo {
		font-size:30px;
	}
	.jumbo-xl {
		font-size:40px;
	}

}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
	.jumbo {
		font-size:60px;
	}
	.jumbo-xl {
		font-size:70px;
	}
	#easy-setup .container {
		min-height: 600px
	}
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
	.jumbo {
		font-size:4em;
	}
	.jumbo-xl {
		font-size:5em;
	}
	
	ul.feature-list {
		width: 60%;
		margin-left: 20%;
		margin-top: 40px;
		margin-bottom: 40px;
	}
	
	ul li {
		margin-left: 30px;
	}
	
	#mc-embedded-subscribe {
		margin-left: 0px;
	}
	
	p {
		margin-bottom: 20px;
	}
	
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
	.container {
		width: 1180px;
	}
	
	ul.feature-list {
		width: 60%;
		margin-left: 20%;
		margin-top: 40px;
		margin-bottom: 40px;
	}
	
	ul li {
		margin-left: 30px;
	}
}
