body,html {
	width:100%;
	height:100%;
}

body {
	font-family:Muli,Helvetica,Arial,sans-serif, Comfortaa;
}

a {
	color:#fdcc52;
	-webkit-transition:all .35s;
	-moz-transition:all .35s;
	transition:all .35s;
}

a:focus,a:hover {
	color:#fcbd20;
}

hr {
	max-width:100px;
	margin:25px auto 0;
	border-width:1px;
	border-color:rgba(34,34,34,.1);
}

hr.light {
	border-color:#fff;
}

h1,h2,h3,h4,h5,h6 {
	font-family:Comfortaa,Comfortaa,Comfortaa,Comfortaa,Comfortaa;
	font-weight:200;
	letter-spacing:1px;
}

p {
	font-size:18px;
	line-height:1.5;
	margin-bottom:20px;
}

section {
	padding:100px 0;
}

@media (min-width:992px) {
	section {
		padding:0px 0;
	}
}

section h2 {
	font-size:50px;
}

#mainNav {
	border-color:rgba(34,34,34,.05);
	background-color:#fff;
	-webkit-transition:all .35s;
	-moz-transition:all .35s;
	transition:all .35s;
	font-family:Comfortaa,Comfortaa,Comfortaa,Comfortaa;
	font-weight:200;
	letter-spacing:1px;
}

#mainNav .navbar-brand {
	color:#01efdf;
	font-family:Comfortaa,Comfortaa,Comfortaa,Comfortaa;
	font-weight:200;
	letter-spacing:1px;
}

#mainNav .navbar-brand:focus,#mainNav .navbar-brand:hover {
	color:#01efdf;
}

#mainNav .navbar-toggler {
	font-size:12px;
	padding:8px 10px;
	color:#222;
}

#mainNav .navbar-nav>li>a {
	font-size:14px;
	font-family:Lato,Helvetica,Arial,sans-serif;
	letter-spacing:2px;
	text-transform:uppercase;
}

#mainNav .navbar-nav>li>a.active {
	color:#01efdf!important;
	background-color:transparent;
}

#mainNav .navbar-nav>li>a.active:hover {
	background-color:transparent;
}

#mainNav .navbar-nav>li>a,#mainNav .navbar-nav>li>a:focus {
	color:#222;
}

#mainNav .navbar-nav>li>a:focus:hover,#mainNav .navbar-nav>li>a:hover {
	color:#fdcc52;
}

@media (min-width:992px) {
	#mainNav {
		border-color:transparent;
		background-color:transparent;
	}
	
	#mainNav .navbar-brand {
		color:white;
		font-size: 24px;
	}
	
	#mainNav .navbar-brand:focus,#mainNav .navbar-brand:hover {
		color:#fff;
	}
	
	#mainNav .navbar-nav>li>a,#mainNav .navbar-nav>li>a:focus {
		color:rgba(255,255,255,.7);
	}
	
	#mainNav .navbar-nav>li>a:focus:hover,#mainNav .navbar-nav>li>a:hover {
		color:#fff;
	}
	
	#mainNav.navbar-shrink {
		border-color:rgba(34,34,34,.1);
		background-color:#fff;
	}
	
	#mainNav.navbar-shrink .navbar-brand {
		color:#222;
	}
	
	#mainNav.navbar-shrink .navbar-brand:focus,#mainNav.navbar-shrink .navbar-brand:hover {
		color:#01efdf;
	}
	
	#mainNav.navbar-shrink .navbar-nav>li>a,#mainNav.navbar-shrink .navbar-nav>li>a:focus {
		color:#222;
	}
	
	#mainNav.navbar-shrink .navbar-nav>li>a:focus:hover,#mainNav.navbar-shrink .navbar-nav>li>a:hover {
		color:#01efdf;
	}
}

header.masthead {
	position:relative;
	width:100%;
	padding-top:100px;
	padding-bottom:0px;
	color:#fff;
	background:url(../img/bg-pattern.png),#c5d1df;
}

header.masthead .header-contenttop {
	visibility: visible;
	display: block;
	font-weight: 400;
	font-size: 32px;
	margin-top:24px;
	margin-bottom: 48px;
	text-align: center;
}

header.masthead .header-content {
	max-width:400px;
	margin-top:100px;
	margin-bottom:100px;
	text-align:center;
	visibility:visible;
}

header.masthead .header-content h1 {
	visibility:hidden;
}

header.masthead .header-content h3 {
	visibility:hidden;
}

header.masthead .device-container {
	max-width:440px;
	text-align: center;
	margin-top: -50px;
	margin-bottom: -300px;
	margin-right:auto;
	margin-left:auto;
}

header.masthead .device-container .screen img {
	border-radius:3px;
	padding-bottom: 40px;
}

@media (min-width:992px) {
	header.masthead {
		height:100vh;
		min-height:775px;
		padding-top:0;
		padding-bottom:0;
		
		color:#fff;
		background:#01efdf;
		background:-webkit-linear-gradient(to left, #01efdf 0%, #c5d1df 70%);
		background:linear-gradient(to left, #01efdf 0%, #c5d1df 70%);
	}
	
	header.masthead .header-contenttop {
		text-align: center;
		visibility: hidden;
		display: none;
	}
	
	header.masthead .header-content {
		margin-bottom:0;
		text-align:center;
		visibility:visible;
	}
	
	header.masthead .header-content h1 {
		visibility:visible;
		font-weight: 400;
		font-size:120px;
	}
	
	header.masthead .header-content h3 {
	visibility:visible;
}
	
	header.masthead .device-container {
		margin-top: -250px;
		max-width:1005px;
	}
	
}

section.download {
	position:relative;
	padding:24px,0px 0;
}

section.download h2 {
	font-weight: 200;
	font-size:24px;
	margin-top:0;
}

section.download h3 {
	margin-left: 25px;
	margin-right: 25px;
	text-align: center;
	font-size:16px;
}

section.download .badges .badge-link {
	display:block;
	margin-bottom:-50px;
	margin-top: -50px;
}

section.download .badges .badge-link:last-child {
	margin-bottom:0;
}

section.download .badges .badge-link img {
	display: block;
    margin-left: auto;
    margin-right: auto;
	height:250px;
}

@media (min-width:768px) {
	
	section.download {
		position:relative;
		padding:100px;
		padding-top: 300px;
	}
	
	section.download .badges .badge-link {
		display:inline-block;
		margin-top:-200px;
		margin-bottom:-200px;
	}
	
	section.download .badges .badge-link img {
		display: block;
		margin-left: auto;
		margin-right: auto;
		margin-top: auto;
		height:400px;
		max-height: 500px;
	}

	section.download h2 {
		font-weight: 200;
		font-size:32px;
	}
	
	section.download h3 {
		font-style: 100;
		font-size: 20px;
		text-align: center;
		margin: auto;
		
		
	}
	
}




section.howto {
	height: 0px;
	visibility: hidden;
}





section.features {
	visibility: hidden;
	display: none;
	height: 0px;
	width: 0px;
}


section.features .section-heading {
	margin-bottom:100px;
}

section.features .section-heading h2 {
	margin-top:0;
	font-size: 32px;
}

section.features .section-heading p {
	margin-bottom:0;
}

section.features .device-container,section.features .feature-item {
	z-index: auto;
	max-width:325px;
	margin:0 auto;
}

section.features .device-container {
	z-index: auto;
	margin-bottom:100px;
	width: 0px;
}


@media (min-width:992px) {
	
	section.features {
		visibility: visible;
		display:block;
		height: auto;
		width: auto;
		background-color: #c5d1df;
	}
	
	section.features .device-container {
		z-index: -1;
		width: auto;
		margin-bottom:0px;
		max-width: 240px;
	}
	
	section.features .device-container .web-image-one {
		max-width: 220px;
		margin-left: -128px;	
	}
	
	section.features .device-container .web-image-two {
		max-width: 240px;
		margin-left: -180px;	
	}
	
	section.features .section-heading h2 {
		margin-top: -50px;
		margin-bottom: -100px;
		font-size: 40px;
		font-weight: 200;
	}
	
	section.features h3 {
		font-size: 20px;
		margin-left: 0px;
		margin-right: 25px;
		text-align: left;
	}
	
	section.features .right-align h3 {
		z-index:auto; 
		font-size: 20px;
		text-align: right;
		margin-bottom: 200px;
		margin-left: -50px;
		margin-right: 0px;
	}
}









section.features-mobile {
	background-color: white;
	visibility: visible;
	display: block;
	margin-top: -200px;
}

section.features-mobile .device-container {
	margin: 40px 40px 20px 40px;
}

section.features-mobile .section-heading h2 {
	margin-top:0;
	font-size: 28px;
}

section.features-mobile h3 {
	font-size: 16px;
	text-align: left;
	margin-left: 25px;
	margin-right: 25px;
	margin-bottom: 100px;
}

section.features-mobile a h3 {
	font-size: 16px;
	text-align: left;
	margin-left: 25px;
	margin-right: 25px;
	margin-bottom: 30px;
}

@media (min-width:992px) {
	
	section.features-mobile {
		height: 0;
		width: auto;
		visibility: hidden;
		display: none;
	}

}










section.trending {
	margin-top: 0px;
	margin-bottom: 0px;
	position:relative;
	padding: 0 0 0 0;
	background-color: white;
}

section.trending h2 {
	font-weight: 200;
	font-size: 20px;
	margin-top: 0px;
	margin-bottom: 0px;
}


section.trending .device-container {
		height: 0px;
		width: auto;
		margin: 0px;
		visibility: hidden;
	}


section.trending .device-container-mobile {
		height: auto;
		width: auto;
		visibility: visible;
		margin-top: -40px;
		margin-bottom: 80px;
		text-align: center;
	}


@media (min-width:768px) {
	
	section.trending {
		position:relative;
		padding: 180px 0 0 0;
		background-color: white;
	}
	
	section.trending h2 {
		font-weight: 200;
		font-size: 28px;
		margin-top: 0px;
		margin-bottom: 0px;
		margin-left: 0px;
		margin-right: 0px;
	}
	
	section.trending .device-container {
		height: auto;
		width: auto;
		visibility: visible;
		margin-left: 50px;
		margin-right: 50px;
		margin-bottom: 0px;
		text-align: center;
	}

	section.trending .device-container-mobile {
		height: 0px;
		margin-bottom: 0px;
		width: auto;
		visibility: collapse;
	}
}











section.cta {
	position:relative;
	padding:60px 0;
	background-image: url(../img/bg-cta.png), linear-gradient(to left, #01efdf 0%, #c5d1df 70%);
	background-position:center;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
}

section.cta .cta-content {
	position:relative;
	z-index:1;
}

section.cta .cta-content h2 {
	font-size:32px;
	max-width:360px;
	margin-top:60px;
	margin-bottom:25px;
	color:#fff;
}

section.cta .cta-content h3 {
	font-size:16px;
	max-width:360px;
	margin-top:60px;
	margin-bottom:12px;
	color:#fff;
}

@media (min-width:768px) {
	
	
	section.cta {
		padding:220px 0;
		
		color:#fff;
		background-image: url(../img/bg-cta.png), linear-gradient(to left, #01efdf 0%, #c5d1df 70%);

	}
	
	section.cta .cta-content h2 {
		font-weight: 100;
		font-size:46px;
		max-width:520px;
	}
	
	section.cta .cta-content h3 {
		font-size:20px;
		max-width:500px;
		margin-top:50px;
		margin-bottom:25px;
		color:#fff;
	}
	
}





section.cta .overlay {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,0.5);
}

section.contact {
	text-align: center;
	padding: 10px;
	background-image:linear-gradient(to left, #01efdf 0%, #c5d1df 70%);
}

section.contact h2 {
	font-size: 16px;
	margin-top:0;
	margin-bottom:100px;
}

section.contact h2 i {
	color:#dd4b39;
}

section.contact h3 {
	font-size:16px;
}

section.contact .list-social img{
		margin: 5px;
		height: 30px;
		width: 30px;
	}

@media (min-width:768px) {
	section.contact {
		padding: 28px;
		background-image:linear-gradient(to left, #01efdf 0%, #c5d1df 70%);
	}
	
	section.contact h3 {
		font-size:24px;
	}
	
	section.contact .list-social img{
		margin: 5px;
		height: 30px;
		width: 30px;
	}
	
}

/*
section.contact ul.list-social {
	margin-bottom:0;		
}

section.content ul.list-social img{
	display: block;
}

section.contact ul.list-social li a {
	font-size:16px;
	display:block;
	color: white;
	border-radius:100%;
}

section.contact ul.list-social li.social-twitter a {
	background-color:#1da1f2;
}

section.contact ul.list-social li.social-twitter a:hover {
	background-color:#0d95e8;
}

section.contact ul.list-social li.social-facebook a {
	background-color:#3b5998;
}

section.contact ul.list-social li.social-facebook a:hover {
	background-color:#344e86;
}

section.contact ul.list-social li.social-google-plus a {
	background-color:#dd4b39;
}

section.contact ul.list-social li.social-google-plus a:hover {
	background-color:#d73925;
}
*/


footer {
	padding:25px 0;
	text-align:center;
	color:#fff;
	background-color:#6c737b;
}

footer p {
	font-size:12px;
	margin:0;
}

footer ul {
	margin-bottom:0;
}

footer ul li a {
	font-size:12px;
	color:#fff;
}

footer ul li a.active,footer ul li a:active,footer ul li a:focus,footer ul li a:hover {
	text-decoration:none;
}

.bg-primary {
	background:#fff;
	background:-webkit-linear-gradient(#01efdf 0%, #01efdf 100%);
	background:linear-gradient(#01efdf,#01efdf);
}

.text-primary {
	color:#fff;
}

.no-gutter>[class*=col-] {
	padding-right:0;
	padding-left:0;
}

@media (min-width:768px) {
	.btn-outline {
		color:#01efdf;
		border:1px solid;
		border-color:#01efdf;
		-webkit-appearance: none;
	}
}

.btn-outline {
	-webkit-appearance: none;
	color:white;
	border:1px solid;
	border-color:#fff;
}

@media (min-width:992px) {
	.btn-outline {
		color:#01efdf;
		border:1px solid;
		border-color:#fff;
	}
}

.btn-outline.active,.btn-outline:active,.btn-outline:focus,.btn-outline:hover {
	color:#fff;
	border-color:white;
	background-color:#01efdf;
}

.btn {
	border-radius:100px;
	font-family:Lato,Helvetica,Arial,sans-serif;
	letter-spacing:1px;
	text-transform:uppercase;
}

.btn-xl {
	font-size:12px;
	padding:15px 45px;
}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}

.center-long {
    margin-left: auto;
    margin-right: auto;
}
