body {
	/*background: linear-gradient(315deg, rgb(252, 0, 170), rgb(0, 219, 222));*/
	height: 100vh;
	font-family: 'Roboto', sans-serif;
	overflow-x: hidden;
	background-color: #212121;
}

.main-body {
	/* background: url('/landing/img/trianglify3.svg'); */
}

.logo {
	font-family: monospace;
	padding: 30px;
}

.logo-emblem {
	color: #25be16;
}

.header-row {
	background: #212121;
}

.header a {
	color: #fff;
	text-decoration: none;
	padding: 30px;
}

.header {
	color: white;
	font-weight: 900;
	font-size: 25px;
	/* box-shadow: 1px 3px 23px rgba(0, 0, 0, 0.6); */
}

.hero img {
	display: block;
	width: 80%;
	margin: 0 auto;
	/*box-shadow: 0px 0px 300px rgba(255, 255, 255, 0.7);*/
	top: 200px;
	position: relative;
	border-radius: 10px;;
}

.hero video {
	width: 100%;
	border-radius: 10px;
	box-shadow: 1px 3px 329px rgba(0, 0, 0, 0.9);
}

.chrome-store a {
    /* margin-top: 8%; */
    /* display: block; */
    margin: 0 auto;
    padding-top: 2%;
    text-align: center;
}

.hero-tagline h1 {
	color: #fff;
    padding: 10px;
    text-align: left;
}

.body-text p, .body-text li {
	font-size: 1.3em;
}


.inner-wrap {
	padding: 20px;
	/* box-shadow: 0px 0px 400px rgba(255, 255, 255, 0.8); */
}

.intro-tagline h2 {
	/* background: rgba(0,0,0,0.1); */
	padding: 10px;
}

.section-two {
	background: #303030;
	position: relative;
	margin-top: -150px;
	box-shadow: 1px 3px 23px rgba(0, 0, 0, 0.6);
	color: #fff;
}

.section-two h2 {
	line-height: 120%;
}

h1 {
	font-size: 32px;
}

.free-forever {
	font-size: 1.5em;
	color: white;
	padding: 10px;
	text-align: right;
}

.free-forever i {
	color: #fff;
}

.row {
	margin-right: 0px; 
	margin-left: 0px; 
}

.section-three {
	background: #212121;
}

.section-three .container {
	margin-top: 30px;
}

.circle {
    background: white;
    width: 35px;
    height: 35px;
    text-align: center;
    border-radius: 50%;
    font-size: 1.6em;
    margin-top: 20px;
}

.steps p {
	font-size: 1.7em;
	color: #fff;
	margin-top: 20px;
}

.section-three .image-1 {
	border-radius: 10px;
	box-shadow: 10px 10px 117px rgba(0,0,0,0.5);
	width: 800px;
	/* display: block; */
}

.chrome-store {
    	margin-top: 100px;
    	text-align: center;
}

.step-row {
	margin-bottom: 50px;
}

.faq {
	color: #fff;
}

@media only screen and (min-width: 1600px) {
	.container {
	    width: 1200px;
	}
}



@media only screen and (max-width: 1000px) {
	.hero {
		max-width: 100%;
	}

	.intro-tagline {
		max-width: 100%;
	}

	.section-two {
		margin-top: -80px;
	}

	.chrome-store img {
	    width: 300px;
    }

    .chrome-store {
    	margin-top: 30px;
    }
}



