/*fun*/
@import url('https://fonts.googleapis.com/css?family=Varela+Round');
* {
	font-family: 'Museo Sans', sans-serif;


}

body{
	background:#000;
}
a:hover{
    text-decoration: underline;
}

.heading,
.heading *,
.subheading,
.subheading * {
	font-family: 'Roboto', sans-serif;
}

.header {
	background:url('../img/grey-header.png') no-repeat;
    background-size: cover;
	color: white;
}

.header .spread div{
	margin:20px auto 0px;
}

.footer{
	background:#1b1b1b;
    background-size: cover;
	color: white;
}


.ctas-button {
	color: #1B1B1B;
}@import url('https://fonts.googleapis.com/css?family=Karla:400,700');
*,
*:before,
*:after {
  margin: 0;
  box-sizing: border-box;
}
body {
  -webkit-font-smoothing: antialiased;
}
/*text*/
.heading {
  font-weight:500;
  font-size: 50px;
  line-height: 68px;
}



@media (min-width: 1120px) {
.heading {
	font-size: 34px;
    line-height: 38px;
  }

  .heading + .paragraph {
    margin-top: 20px !important;
    font-size: 13px;
    line-height: 18px;
    }

    .header .spread div {
    margin: 20px auto 0px;
	}

	.ctas-input{
		height:50px !important;
	}

	.centervertical {
    flex-direction: column;
    justify-content: flex-start !important;
    margin-top:50px;
    }

}


@media (max-width: 900px) {
.heading {
    font-size: 42px;
    line-height: 42px;
  }
}
.subheading {
  font-size: 30px;
  line-height: 40px;
  font-weight: 500;
}
@media (max-width: 900px) {
  .subheading {
    font-size: 26px;
    line-height: 35px;
  }
}
.paragraph {
  font-size: 16px;
  line-height: 24px;
  font-weight: normal;
  color: #aaa;
}
.heading + .paragraph {
  margin-top: 30px;
}
.subheading + .paragraph {
  margin-top: 10px;
}
p.paragraph {
  color: #555;
}
.logo {
  font-size: 30px;
  line-height: 30px;
  font-weight: 900;
}

.logo img{
    height:75px;
}

@media (max-width: 420px) {
  .logo {
    font-size: 22px;
  }
  .heading {
	font-size: 24px;
    line-height: 28px;
  }

  .paragraph {
    font-size: 14px;
    line-height: 20px;
    display: none;
    }

}
.nav-link2,
.nav-link {
  text-decoration: none;
  font-size: 18px;
  line-height: 30px;
  color: inherit;
}
.nav-link:not(:first-of-type) {
  margin-left: 20px;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
/*flexbox styles*/
.flex,
.spread,
.center,
.right,
.vertical,
.centervertical {
  display: flex;
}
.spread {
  justify-content: space-between;
}
.center {
  align-items: center;
  justify-content: center;
}
.centervertical {
  flex-direction: column;
  justify-content: center;
}
.right {
  justify-content: flex-end;
}
.vertical {
  flex-direction: column;
}
/*grid*/
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
  padding: 0 20px;
}
.col-1 {width: 8.333333%;}
.col-2 {width: 16.666667%;}
.col-3 {width: 25%;}
.col-4 {width: 33.333333%;}
.col-5 {width: 41.666667%;}
.col-6 {width: 50%;}
.col-7 {width: 58.333333%;}
.col-8 {width: 66.666667%;}
.col-9 {width: 75%;}
.col-10 {width: 83.333333%;}
.col-11 {width: 91.666667%;}
.col-12 {width: 100%;}

/*containers*/
.container-lrg,
.container-sml {
  margin: auto;
  width: 100%;
}
.container-lrg {
  max-width: 1080px;
}
.container-sml {
  max-width: 700px;
}
.ctas {
  margin: 40px 0 0;
  width:400px;
}
.centerdevices,
.sidedevices {
  position: relative;
}.header {
	padding: 20px 0 60px 0;
	overflow: hidden;
}
.header .sidedevices {
	margin: 60px 0 0
}

/*
	.centervertical{
	      width: 600px;
    margin: 0px auto;
	}
*/


@media (max-width: 900px) {
	.header .sidedevices {
		min-height: inherit;
	}
	.header .flex {
		flex-direction: column;
	}
	.header	.heading {
		margin-top: 40px;
	}
	.header	.col-6 {
		width: 100%;
text-align: center;
	}

}.ctas-input {
	outline: none;
	border: none;
	border-radius: 3px;
	    font-size: 21px;
    height: 50px;
	line-height: 40px;
	padding: 0 15px;
	width: 100%;
	/*text-align: center;*/
	margin-bottom:18px;
	display: inline-block;
}
.ctas-button {
	display: inline-block;
	margin: 0 0 0 10px;
	height: 40px;
	line-height: 38px;
	padding: 0 30px;
	background: #fff;
	border-radius: 3px;
	font-size: 15px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: .3px;
	border: 1px solid white;
	text-decoration: none;
}

.ctas-button-sm {
	display: inline-block;
	margin: 0 0 0 10px;
	height: 40px;
	line-height: 38px;
	padding: 0 30px;
	background: #fff;
	border-radius: 3px;
	font-size: 15px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: .3px;
	border: 1px solid white;
	text-decoration: none;
}

#message{
	    font-size: 24px;
    margin-bottom: 30px;
}

@media (max-width: 440px) {
	.ctas-input,
	.ctas-button {
		display: block;
		width: 94%;
		/*text-align: center;*/
	}
	.ctas-button {
		margin: 10px 0 0 0;
	}
}.socialproof {
	padding: 90px 0;
}
.socialproof img {
	height: 45px;
	max-width: 100%;
	margin-bottom: 30px;
}
.socialproof .logos {
	flex-wrap: wrap;
}
@media (max-width: 900px) {
	.socialproof .flex {
		flex-direction: column;
	}
	.socialproof .col-6 {
		width: 100%;
	}
	.socialproof .logos {
		margin-top: 30px;
	}
	.socialproof .logos {
		flex-direction: row;
	}
}.ctas-button,
.ctas-button-2 {
	display: inline-block;
	height: 40px;
	line-height: 38px;
	padding: 0 30px;
	background: #fff;
	border-radius: 3px;
	font-size: 15px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: .3px;
	border: 1px solid white;
	text-decoration: none;
}
.ctas-button-2 {
	background: transparent;
	color: white;
	margin: 0 0 0 10px;
}
@media (max-width: 440px) {
	.ctas-button,
	.ctas-button-2 {
		display: block;
		width: 100%;
		text-align: center;
	}
	.ctas-button-2 {
		margin: 10px 0 0 0;
	}
}.footer {
	padding: 90px 0 45px;
}
.footer-nav {
	padding-top: 90px;
}.ctas-button,
.ctas-button-2 {
    color:#fff;
	display: inline-block;
	height: 60px;
	line-height: 38px;
	padding: 10px 30px;
	background: #f45501;
	border-radius: 3px;
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: .3px;
	border: 1px solid #f45501;
	text-decoration: none;
	    margin: 10px 0px 0px;
}
.ctas-button-2 {
	background: transparent;
	color: white;
	margin: 0 0 0 10px;
}
@media (max-width: 440px) {
	.ctas-button,
	.ctas-button-2 {
		display: block;
		width: 94%;
		text-align: center;
	}
	.ctas-button-2 {
		margin: 10px 0 0 0;
	}

	.sidedevices{
		display: none;
	}

}
.feature3 {
    text-align: center;
    background:#efefef;
	padding: 90px 0;
	border-bottom: 1px solid rgba(0,0,0,.1);
}
.feature3 img {
	margin-bottom: 20px;
}

.separator{
    margin:0 auto 5px auto;
    height:5px;
    width:20%;
    background:#c93a42;
}

@media (max-width: 750px) {
  .feature3 .emoji {
    font-size: 40px;
  }
  .feature3 .flex {
  	flex-wrap: wrap;
  }
  .feature3 .col-4:nth-of-type(1) {
  	width: 100%;
  	margin-bottom: 30px;
  }
  .feature3 .col-4:not(:nth-of-type(1)) {
  	width: 50%;
  }
}
@media (max-width: 500px) {
	.feature3 .col-4:nth-of-type(1) {
		margin-bottom: 0;
	}
  .feature3 .col-4:not(:nth-of-type(1)) {
  	width: 100%;
  	margin-top: 30px;
  }
}

.stats {
	padding: 90px 0;
}
@media (max-width: 680px) {
	.stats .flex {
		flex-wrap: wrap;
	}
	.stats .col-3 {
		width: 50%;
	}
	.stats .col-3:nth-of-type(n + 3) {
		margin-top: 30px;
	}