body {
	font-family: 'Domine', serif;
}

.footer {
	bottom: 0px;
	left: 0;
	position: absolute;
	right: 0;
}

.cta-top {
	background-color: #ff8900;
	transition: all 0.5s;
	cursor: pointer;
	font-weight: 600;
}

.amazon-btn {
	width: 100%;
	max-width: 350px;
	margin-top: .5rem;
}

.headline {
	font-family: Roboto, 'Segoe UI', Tahoma, sans-serif;
	font-weight: 500;
}
.big {
	font-size: 3rem;
	font-weight: 900;
	line-height: 3rem;
}
.bigger {
	font-size: 4.5rem;
	font-weight: 900;
}

a {
	font-family: Roboto, 'Segoe UI', Tahoma, sans-serif;
	text-decoration: none !important;
}
li {
	margin-top: .5em;
	margin-bottom: .5em;
}
ol {
	margin-bottom: 0;
}

h1,
.h1 {
	font-size: 2.2rem;
	font-weight: 600;
}
h2,
.h2 {
	font-size: 1.5rem;
	padding: 1rem 0rem;
	font-weight: 600;
}
ul,
.ul {
	line-height: 1.5rem;
}
.learn {
	text-indent: -.88rem;
}
.learn-space {
	padding-bottom: 1rem;
}
.card-body {
	padding: 0.5rem 0.5rem;
}

.bottom-products h1 {
	font-size: 1.6rem;
}

.video {
	width: 360px;
}

.anchor {
	display: block;
	position: relative;
	top: -50px;
	visibility: hidden;
}

.new-cta {
	display: block;
	border-radius: 0.4rem;
	background-color: #ff8900;
	color: #ffffff !important;
	text-align: center;
	padding: 1rem;
	width: 100%;
	transition: all 0.5s;
	cursor: pointer;
	margin: 0.5rem 0rem 0rem 0rem;
	font-weight: 600;
	font-size: 2.2em;
	font-family: 'Domine', serif;
	border: 1px solid #343a40;
}

/*******************/
/** Media Queries **/
/*******************/
@media (max-width: 575.98px) {
	body {
		padding-top: 2rem;
	}
	h1,
	.h1 {
		font-size: 1.3rem;
	}
	.lead {
		font-size: 1rem;
	}
	.video {
		width: 100%;
		height: auto;
		margin-bottom: 1rem;
	}
	.logo {
		width: 100%;
		height: auto;
	}
	.xs-50 {
		width: 50%;
	}
	.card h1 {
		font-size: 1.rem;
	}
	.center-md {
		font-size: 1rem;
	}
	.mobile-indent {
		padding-left: 1rem;
	}
	.big {
		font-size: 2rem;
		font-weight: 900;
		line-height: 2rem;
	}
}
@media (max-width: 767.98px) and (min-width: 575.98px) {
	h1,
	.h1 {
		font-size: 2rem;
		font-weight: 100;
	}
	.video {
		width: 100%;
		height: auto;
		margin-bottom: 1rem;
	}
	.center-md {
		font-size: 1.5rem;
		padding-left: 12.5%;
	}
	.xs-50 {
		width: 50%;
	}
}
@media (max-width: 991.98px) {
	.sides {
		display: none;
	}
}
@media (max-width: 1199.98px) and (min-width: 767.98px) {
	h3,
	.h3 {
		font-size: 1.4rem;
	}
	.learn h5 {
		font-size: 1rem;
	}
	.bottom-products h5 {
		font-size: 1.1rem;
		padding-top: 0.2rem;
	}
	.bottom-products h4 {
		font-size: 1.3rem;
	}
	.chart {
		margin-left: -.8rem;
	}
	.nav-link {
		font-size: .9rem;
	}
}
