body {
    letter-spacing: 0em !important;
}

#index_fixed_nav {
	position: fixed;
	width: 95%; /* To allow for the padding below */
    height: 4em;
    line-height: 4em;
	left: 0;
	top: 0;
	padding: 0px 2.5%;
	z-index: 99999;
    text-align: center;
    background-color: white;
}

#index_fixed_nav_spacer {
    height: 4em;
}

.index_fixed_nav_item {
    display: block;
    font-size: 1.3em;
    padding: 10px 20px;
    border-top: 1px solid black;
}

.index_nav_mobile {
    height: 100%;
    float: right;
    line-height: 1;
}

.index_nav_mobile a {
    display: block;
}

.index_fixed_nav_logo {
    height: 3em;
    margin-left: 17px; /* To adjust the center for the hamburger icon, which is 34px wide. */
    max-width: calc(100% - 100px); /* Leave room for the menu icon */
    vertical-align: middle;
}

.index_nav_mobile_icon {
    width: 34px;
}

.index_nav_mobile_label {

}

.index_fixed_nav_mobile_dropdown {
    display: none;
    position: absolute;
    right: 0;
    top: 4em;
    background-color: white;
    line-height: initial;
}

.main_page_hero {
    /*margin-top: 4em;*/
    background-image: url("../images/splash/hero-desktop.jpg");
    background-size: cover;
    background-position: center center;
    height: calc(100vh - 4em); /* Subtract the height of the nav bar */
    position: relative;
    /*overflow: hidden;*/
}

.hero_content {
    /*margin-left: calc(50% + 150px);*/
    text-align: center;
    float: right;
    width: calc(50% - 170px);
    /*min-width: 500px;*/
}

.hero_slogan {
    color: white;
    font-size: 3.5em;
    font-weight: bold;
}

.hero_content .hero_link,
.hero_content .hero_link:hover,
.hero_content .hero_link:visited {
    background-color: var(--error-color);
    display: inline-block;
    padding: 20px 0px;
    width: 300px;
    color: white;
    font-size: 1.9em;
    font-weight: bold;
    margin-top: 20px;
}

.hero_features {
    background-color: var(--bg-color);
    padding: 20px;
    text-align: left;
}

.hero_features_desktop {
    margin-top: 100px;
    width: 300px;
    display: inline-block;
}

.hero_features_mobile {
    display: none;
}

.hero_features_title {
    font-size: 2em;
    font-weight: bold;
    text-align: center;
}

.hero_features_content {
    font-size: 1.3em;
    margin-top: 0.5em;
}

.hero_features_content_signature {
    margin-top: 0.5em;
}

.hero_caption {
    position: absolute;
    bottom: 15%;
    left: calc(50% - 315px);

    color: white;
    text-align: center;
}

.hero_caption_title {
    font-size: 1.3em;
    font-weight: bold;
}

.hero_caption_content {
    font-size: 1em;
}

/* This is in addition to what's defined in style.css */
#main_page_div {
	margin-top: 40px;
	text-align: center;
	font-size: 24px;
	letter-spacing: initial;
}

.index_page_header {
	margin-top: 70px;
	font-size: 80px;
	font-weight: 500;
    color: var(--fg-color);
}

body .index_page_free_trial {
	background-color: #dc0404;
	font-size: 32px;
	font-weight: bold;
	padding: 0px 15px;
}


/* Section 1: Overview */
#index_section_1 {
	position: relative;
    margin-top: 50px;
}

.index_section_1_top_row {
	padding-top: 40px;
}

#index_logo {
	width: 100%;
	max-width: 500px;
}

.index_contact {
	position: absolute;
	text-align: left;
	font-weight: 500;
}

.index_anchor {
	display: block;
	height: 40px; /*same height as header*/
	margin-top: -40px; /*same height as header*/
	visibility: hidden;
}

#index_page_1_contact {
	right: 0%;
}

.index_section_1_subtitle {
	font-size: 2em;
	margin-top: 20px;
    color: var(--fg-color);
    font-weight: initial;
}

#index_shop_before_after {
	font-size: 32px;
	font-weight: bold;
	margin-top: 40px;
}

.index_section_1_video {
	margin-top: 40px;
}

.index_section_1_video iframe {
	width: 95vw; 		/* 95% of screen width, nice for mobile */
    height: 53.4375vw; 	/* Maintain aspect ratio: H/W = 360/640 = 0.5625. H = 95vw * 0.5625. */
	
    max-width: 640px; 	/* Not too big on desktop */
    max-height: 360px;	/* Not too big on desktop */
}

.index_fake_link_underline {
	border-bottom: 1px solid var(--action-color);
	display: inline-block;
	line-height: 1em;
}

#index_shop_before_after img {
	margin: 40px 0px 0px 0px;
}

#index_shop_before {
	width: 35%;
}

#index_shop_after {
	width: 35%;
}
#index_shop_before img {
	width: 100%;/*200px;*/
}

#index_shop_after img {
	width: 100%;/*200px;*/
}

#index_learn_more img {
	width: 65px;
	margin-top: 40px;
}

#index_self_paying_software_desc {
	max-width: 700px;
	margin: auto;
	text-align: left;
	margin-top: 20px;
	margin-bottom: 50px;
}

#index_self_paying_software_desc span {
	font-weight: 500;
}

#index_section_1 .index_triplet_items {
	margin-top: 50px; 
	margin-bottom: 80px;       /*controls the spacing between tripple column images and their section header*/
}

#index_section_2 {
}

.user-review-container {
    text-align: left;
}

#index_section_2 .index_triplet_items { 
	margin-bottom: 80px;       /*controls the spacing between tripple column images and their section header*/
}

#index_section_2 .index_triplet_item {
	vertical-align: top;
}

.index_triplet_item {
	/*float: left;
 * 	width: 33.3%;*/
	margin: 75px 60px 0px 60px;
}

.index_triplet_item img {
	height: 200px;         /*controls the height of all images in a tripple column layout*/
}

.index_triplet_item_desc {
	text-align: left;
	max-width: 290px;
	margin: auto;
	margin-top: 20px;
	font-weight: 500;
}


/* Section 2: Reviews */

/* .index_user_review_name {
	font-weight: bold;
	font-size: 28px;
	margin-top: 20px;
}

#index_section_2 .index_triplet_item_desc {
	max-width: 300px;
	margin-top: 30px;
	font-size: 28px;
} */

.user-review-card {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
	align-items: center;
	padding: .25rem;
}

.user-review-card img {
  padding: 1.25rem;
  width: 250px;
}

.user-review-info {
  max-width: 40rem;
  font-size: 1.5rem;
	padding: 1.25rem;
}

/* responsive layout for centering image */

@media screen and (min-width: 948px) {
	.user-review-desc {
		margin-top: 3rem;
	}
}

.user-review-name {
  padding-top: 10px;
  font-weight: bold;
}



/* Section 3: Features */

#index_page_4_items {
	margin-top: 60px;
	margin-bottom: 80px;
}

.index_page_4_item {
	margin-top: 40px;
	text-align: left;
	vertical-align: top;
}

#index_page_4_desc {
	width: 100%;
	max-width: 370px;
}


#index_page_4_globe {
	margin-left: 40px;
	margin-right: 40px;
}

#index_page_4_globe img {
	width: 200px;
}

#index_page_4_bullets li {
	font-weight: bold;
	margin-bottom: 1em;
}

#index_page_4_free {
	margin-top: 60px;
	margin-bottom: 120px;
}

#index_page_5_items {
	margin-top: 60px;
	margin-bottom: 140px;
}

.index_page_5_item {
	margin-top: 60px;
	vertical-align: top;
	text-align: left;
}

#index_page_5_graphic img {
	width: 100%;
	max-width: 600px;
}

#index_page_5_desc {
	width: 100%;
	max-width: 220px;
}

#index_page_5_desc span {
	font-size: 24px;
	font-weight: bold;
}

#index_page_5_item_spacer img {
	width: 80px;
}

#index_page_6_items {
	margin-top: 20px;
	margin-bottom: 120px;
}

.index_page_6_item {
	margin-top: 60px;
	vertical-align: top;
	text-align: left;
}

#index_page_6_desc {
	width: 100%;
	max-width: 530px;
}

#index_page_6_desc_title {
	font-weight: bold;
	font-size: 30px;
}

#index_page_6_item_spacer img {
	width: 40px;
}

#index_page_6_graphic img {
	width: 100%;
	max-width: 650px;
}

#index_page_6_desc_bullets {
	font-size: 28px;
	margin-top: 20px;
	margin-left: 10px;
	font-weight: 500;
}

#index_page_6_desc_long {
	margin-top: 40px;
	margin-bottom: 60px;
}

#index_page_6_desc_free {
	text-align: center;
	margin-top: 40px;
}

#index_page_7_graphic img {
	width: 100%;
	max-width: 550px;
}

#index_page_7_desc {
	width: 100%;
	max-width: 350px;
}

#index_page_7_desc_title {
	font-weight: bold;
	font-size: 30px;
	text-align: center;
}

#index_page_7_desc_bullets {
	font-size: 30px;
	margin-top: 20px;
	margin-left: 25px;
	font-weight: 500;
}

#index_page_7_desc_bullets li {
	margin-bottom: 20px;
}


/* Section 4: Pricing */

#index_page_8_setup img {
	width: 100%;
	max-width: 675px;
}

#index_page_8_price {
	font-weight: bold;
	font-size: 164px;
}

#index_page_8_price div {
	vertical-align: top;
	font-size: 100px;
	margin-top: 25px;
}

#index_page_8_cap {
	font-weight: bold;
	font-size: 50px;
	margin: auto 40px;
}

#index_section_4 p {
	text-align: left;
	font-size: 26px;
	width: 90%;
	max-width: 1000px;
	margin: auto auto 20px auto;
	font-weight: 500;
}

#index_page_8_desc_free {
	margin-top: 60px;
	margin-bottom: 120px;
}


/* Section 8: app */

#index_page_9_graphic {
	text-align: center;
}

#index_page_9_graphic img {
	width: 100%;
	max-width: 320px;
}

#index_page_9_desc {
	max-width: 320px;	
}

#index_page_9_desc_title {
	font-weight: 500;
	font-size: 30px;
	text-align: center;
}

#index_page_9_desc_long span {
	font-weight: 500;
}

#index_page_9_desc_long {
	margin-top: 20px;
}

#index_page_9_example {
	font-size: 28px;
}

#index_page_9_example_title {
	font-weight: 500;
}

#index_page_10_graphic {
	margin-top: 60px;
}

#index_page_10_graphic img {
	width: 100%;
	max-width: 800px;
}

#index_page_10_desc {
	margin: 40px auto auto auto;
	max-width: 650px;
	text-align: left;
}

#index_page_11_free_trial {
	font-size: 65px;
	font-weight: 500;
}

#index_page_11_bottom {
	position: relative;
}

#index_page_11_graphic {
	margin-top: 40px;
	margin-bottom: 80px;
}

#index_page_11_graphic img {
	width: 250px;
}

#index_page_11_graphic_two img {
	width: 250px;
}

#index_page_11_contact {
	right: 0%;
	bottom: 0%;
}

.dib_wrapper {
	text-align: left;
}

.dib_wrapper h1 {
	display: none;
}

.dib_wrapper .dib-post-featured-image {
	float: left; 
	max-height: 100px; 
	margin-right: 10px; 
	margin-bottom: 10px;
}

#quickbooks-img img {
	max-width: 800px;
	width: 100%;
}

#quickbooks-desc {
	font-weight: 500;
	font-size: 30px;
	width: 100%;
	max-width: 750px;
	margin: auto;
}

#quickbooks-bullets {
	width: 100%;
	max-width: 750px;
	margin: auto;
	margin-top: 60px;
	vertical-align: top;
	text-align: left;
	font-size: 65px;
}

#quickbooks-bullets  {
	margin-bottom: 20px;
	
}

#bullet-img {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#bullet-img svg {
	margin: 20px;
	min-width: 200px;
	min-height: 200px;
}

#bullet-text {
	text-align: right;
}

@media only screen and (max-width: 1200px), only screen and (max-device-width: 1200px) {
	#main_page_div {
		margin-top: 80px;
	}
	
	.index_anchor {
		height: 80px;
		margin-top: -80px;
	}

	#index_page_5_desc {
		width: 100%;
		max-width: 500px;
	}

}

/* Mobile and iPad Version */
@media only screen and (max-width: 1000px), only screen and (max-device-width: 1000px) {
	.index_contact {
		position: initial;
		text-align: center;
	}
	
	/*.index_triplet_item {
 * 		width: 100%;
 * 			}*/

    #index_page_8_price {
        font-size: 100px;
    }

    #index_page_8_price div {
        margin-top: 0;
    }

    /* Switch to the mobile version of the hero image */
    .main_page_hero {
        background-image: url("../images/splash/hero-mobile.jpg");
        background-size: 1000px;    /* Experiment */
        height: 666px;              /* Experiment */
        max-height: calc(100vh - 4em);
    }

    /* Reposition the image captions */
    .hero_caption {
        left: calc(50% + 50px);
        top: calc(50% - 212px);
        bottom: unset;
    }

    /* Make the hero content full-width */
    .hero_content {
        margin-left: 0px;
    }

    .hero_content.vertical_align_flex {
        justify-content: flex-end;
        /*padding-bottom: 100px; Was this doing something, or just legacy? */
        float: none;
        width: 100%;
    }

    .hero_content_vertical_align_content {
        margin-bottom: 100px;
    }

    .hero_features_mobile {
        display: block;
    }

    .hero_features_mobile .hero_features {
        /*width: 100%;*/
    }

    .hero_features_desktop {
        display: none;
    }

    .hero_slogan {
        font-size: 2.7em;

        background-color: rgba(0, 0, 0, 0.4);
        display: inline-block;
        padding: 0px 20px;
    }
}

@media only screen and (max-width: 800px), only screen and (max-device-width: 800px) {
	#main_page_div {
		margin-top: 160px;
	}

	.index_anchor {
		height: 160px;
		margin-top: -160px;
	}

	#quickbooks-bullets {
		
		font-size: 45px;
	}

	#bullet-img {
		display: block;
	}
}

@media only screen and (max-width: 600px), only screen and (max-device-width: 600px) {
    #main_page_div {
        margin-top: 320px;
    }
}

@media only screen and (max-width: 320px), only screen and (max-device-width: 320px) {
    .hero_slogan {
        padding: 0px;
        display: block;
    }
}

