/*** Custom styles can be added here. Please document each change. ***/

/** Home Page **/

/* Two boxes section */
@media (min-width: 520px) {
	body.page-template-home .nm-section--two-boxes .nm-section__image .nm-large-title {
		font-size: 3.5rem;
		line-height: 4rem;
	}
}

@media (min-width: 768px) {
	body.page-template-home .nm-section--two-boxes .nm-section__image .nm-large-title {
		font-size: 4rem;
		line-height: 4.5rem;
	}
}

/** Dental Page **/

/* Process section */
#dental-section-process .nm-content--index-1 .nm-content__description {
	max-width: 240px;
}

/** Giveaway Page **/

/* Bottom Section */
body.page-template-giveaway #bottom-section .gform_wrapper {
	margin-bottom: 1.25rem;
}

/** All Pages **/

/*
Bug fix for Safari/Webkit when using position: sticky on the hero section
See https://stackoverflow.com/questions/50224855/not-respecting-z-index-on-safari-with-position-sticky
*/
.site-header,
main#content,
.site-footer {
	-webkit-transform: translate3d(0, 0, 0);
}
