/* BS: Medium devices (tablets and up) */
@media (min-width: 576px) {
	h1, .h1 {
		font-size: 5rem;
	}

	h2, .h2, .like-h2 { 
		font-size: 2rem; 
	}
}

@media (min-width: 768px) {

	h1, .h1 { 
		font-size: 8rem;
		line-height: 0.8em;
	}

	.like-h2 {
		/*line-height: 4.8rem;*/
	}

	.subtitle-h1 {
		font-size: 1.5rem;
	}

	.seicons-x {
		font-size: 4rem;
	}

	.btn-round {
		margin-top: -3.75rem;
		border-radius: 6.5rem;
		height: 6.5rem;
		width: 6.5rem;
		font-size: 4rem;
	}
	.nav-logo {
		font-size: 1.25rem;
	}

	.logo-subtitle {
		font-size: 1rem;
	}

	.navbar-toggler {
		font-size: 1.25rem;
	}
}

@media (min-width: 992px) {
	.border-lg-top {
		border-top: 1px solid #ffffff;
	}

	h2, .h2, .like-h2 { font-size: 3rem; }

}

@media (min-width: 1400px) {
	h2, .h2, .like-h2 { font-size: 4rem; }

	.logo-subtitle {font-size: 1.5rem;}
}
