/*------------------------------------*\
   LOCAL SCREENS
\*------------------------------------*/

/*------------------------------------*\
   END LOCAL SCREENS
\*------------------------------------*/

/*------------------------------------*\
   LOCAL FIXES
\*------------------------------------*/

@media only screen and (min-width: 1069px) {
	.typography-router-headline {
		font-size: 45px;
	}
}
@media only screen and (min-width: 735px) and (max-width: 1068px) {
	.typography-router-headline {
		font-size: 38px;
	}
}
@media only screen and (max-width: 734px) {
	.typography-overview-section-headline {
		font-size: 40px;
	}
}
/* 8 plus */
@media only screen and (min-width: 414px) and (max-width: 734px) {
}
/* 8 */
@media only screen and (min-width: 370px) and (max-width: 413px) {
}
/* se */
@media only screen and (max-width: 325px) {
}

@media only screen and (min-width: 1069px) {
	.section-create .section-content-block-mic-speaker .copy-block {
		margin-top: 80px;
	}
}

@media only screen and (max-width: 734px) {
	.section-connect .section-content-block-center-stage .hardware {
		margin-top: 67px;
	}
}
@media only screen and (min-width: 735px) {
	.typography-overview-features-headline {
		line-height: 1.125;
	}
	.section-features .features-content .features-headlines .feature-headline {
		padding: 17px 0px;
	}
}
.copy-small {
	display: none;
}
@media only screen and (max-width: 490px) {
	.copy-small {
		display: block;
	}
}

/*------------------------------------*\
   END LOCAL FIXES
\*------------------------------------*/
