@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,400,400i,600,700,900');
body {
    font-family: 'Source Sans Pro', sans-serif;
}
/*/ colors*/
.grey {
	color: #757f89;
}
.title-grey {
	color: #263440;
}
.caption-grey {
	color: #757f89;
}

.orange-copy {
	color: #ff5b00;
}

.tech-specs .orange-copy {
	font-size: calc(30px/2);
}

.nav-links {
	font-weight: 600;
	font-size:calc(28px/2);
}
.nav-links .buy {
	font-weight: 700;
	font-size:calc(26px/2);
}

.hero-headline {
	font-weight: 600; /*semiBold */
	font-size: calc(80px/2);
	letter-spacing: -.02em;
}

.semibold-section-headline {
	font-weight: 600; /*semiBold */
	font-size: calc(72px/2);
	line-height: 1.08;
}
.section-copy {
	font-weight: 400; /*regular*/
	font-size: calc(28px/2);
}
.icon-title {
	font-weight: 700; /*Bold*/ 
	font-size: calc(40px/2);
}

.icon-caption {
	font-weight: 400; /*regular*/
	font-size: calc(28px/2);
}

.section-headline {
	font-weight: 400; /*regular*/
	font-size: calc(66px/2);
}
.caption-title {
	font-weight: 700 ; /*Bold */
	font-size: calc(28px/2);
	line-height: 18px;
}
.caption-copy {
	font-weight: 400; /*regular*/
	font-size: calc(28px/2);
	line-height: 1.5;
}

.sosumi {
	font-weight: 200; /*light*/
	font-size: calc(18px/2);
}
.app-cta {
	font-weight: 700; /*Bold*/ 
	font-size: calc(30px/2);
}

.router-copy {
	font-weight: 400; /*regular*/
	font-size: calc(40px/2);
}
.router-cta {
	font-weight: 700; /*Bold*/ 
	font-size: calc(26px/2);
}

.footer-titles {
    font-weight: 700; /*Bold */
    font-size: calc(22px/2);
    color: #fff;
}

.footer-links a {
    font-weight: 400; /*regular*/
    font-size: calc(24px/2);
    color: #fff;
}

.footer-copyright {
    font-weight: 400; /*regular*/
    font-size: calc(18px/2);
    color: #fff;
    opacity: 0.2;
    font-size: 11px;
}

@media screen and (max-width: 735px) {
	.hero-headline {
		font-size: calc(54px/2);
	}
	.semibold-section-headline {
		font-size: calc(48px/2);
	}
	.section-headline {
		font-size: calc(48px/2);
	}
	.caption-title {
		font-size: calc(30px/2);
	}
	.caption-copy {
		font-size: calc(26px/2);
	}
	.sosumi {
		font-size: calc(20px/2);
	}
	.router-copy {
		font-size: calc(36px/2);
	}
	.reouter-cta {
		font-size: calc(30px/2);
	}

}