html,
body {
    height: 100vh; /* Sticky Footer */
}

body {
    font-family: 'Open Sans', sans-serif;
    display: flex; /* Sticky Footer */
    flex-direction: column; /* Sticky Footer */
}

/* Montana Icon */
@font-face {
    font-family: 'StateFaceRegular';
    src: url('/fonts/stateface-regular-webfont.eot');
    src: url('/fonts/stateface-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/stateface-regular-webfont.woff') format('woff'),
         url('/fonts/stateface-regular-webfont.ttf') format('truetype'),
         url('/fonts/stateface-regular-webfont.svg#StateFaceRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
i.montana-icon {
    font-family: 'StateFaceRegular';
    font-style: normal;
}
i.montana-icon::after {
    content: 'Z';
}
/* End Montana Icon */


/* content {
    flex: 1 0 auto; // Sticky Footer
} */

h1, h2, h3, h4, h5, h6 {
    font-family: 'Crimson Text', serif;
}

a.cta {
    color: #5f3e0f;
    display: block;
}
a.cta:after {
    content: "\2002\BB";
}

p.separator {
    text-align:left;
}

p.separator:after {
    display: table;
    content: ' ';
    width: 5rem;
    border-bottom: 0.125rem solid #468a46;
    margin: 0.3rem auto 0;
    margin-left: 0;
}

#contact-bar {
    background: #468a46;
    font-weight: bold;
    color: #fff;
}

#contact-bar a {
    color: #fff;
}

#contact-bar ul {
    list-style-type: none;
    margin-bottom: 0px;
    padding: .5em;
    margin-left: 0px;
}

#contact-bar ul li {
    display: inline;
}

#contact-bar ul li:not(:last-child) {
    margin-right: .5em;
}

#contact-bar .button {
    margin-bottom:0px;
}

#header,
#header-responsive {
    /* background: url('/images/tileable_wood_texture.png'); */
    background-color: #fdf7ef;
    /* border-bottom: 6px solid #dcc49f; */
}

header img#logo {
    height: 150px;
}

nav {
    padding: 1em;
}

nav ul.menu {
    font-size: 1.2em;
    color: #468a46;
    font-weight: bold;
}

nav a {
    color: #468a46;
}

nav a:hover {
    color: #2f5a2f;
}

button.menu-icon::after {
    background: #000000;
    -webkit-box-shadow: 0 7px 0 #000000, 0 14px 0 #000000;
    box-shadow: 0 7px 0 #000000, 0 14px 0 #000000;
}

/* FOUC Fix Start */
.no-js #header {
  display: none;
}

@media screen and (min-width: 40em) {
  .no-js #header {
    display: block;
  }

  .no-js #header-responsive {
    display: none;
  }
}
/* FOUC Fix End */

.hero {
    background-color: #f7f7f7;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-box-shadow: inset 0 10px 20px -15px #0a0a0a, inset 0 -10px 20px -20px #0a0a0a;
    box-shadow: inset 0 10px 20px -15px #0a0a0a, inset 0 -10px 20px -20px #0a0a0a;
    text-align: center;
}

.hero[data-page="homepage"] {
    background-image: url('/images/baby-hand-hero.jpg');
    background-position: 50% 50%;
}

.hero[data-page="about"] {
    background-image: url('/images/baby-hand-hero.jpg');
    background-position: 50% 50%;
}

.hero,
.hero .grid-x {
    height: 250px;
}

.hero .subheader {
    display: none;
}

.hero h1 {
    font-size: 2em;
}

/* See also .quick-aside */
.hero h1,
.hero h2 {
    color: #fff;
    text-transform: uppercase;
    text-shadow: 0 0 2px rgba(0,0,0,.5), 1px 1px 2px rgba(0,0,0,.5), 2px 2px 2px rgba(0,0,0,.5), 3px 3px 2px rgba(0,0,0,.5);
}

.sidekick,
.sidekick .grid-x {
    height: 250px;
}

.sidekick {
    background-image: url('/images/roses-sidekick.jpg');
    background-size: cover;
    background-repeat: no-repeat;

    -webkit-box-shadow: inset 0 10px 20px -15px #777, inset 0 -10px 20px -20px #777;
    box-shadow: inset 0 10px 20px -15px #777, inset 0 -10px 20px -20px #777;
    text-align: center;
    background-color: #eee;
    /* background-image: radial-gradient( circle farthest-corner at 0% 0.5%,  rgba(241,241,242,1) 0.1%, rgba(224,226,228,1) 100.2% ); */
    /* background-image: linear-gradient( 109.6deg,  rgba(245,239,249,1) 30.1%, rgba(207,211,236,1) 100.2% ); */
}

main {
    flex: 1 0 auto; /* Sticky Footer. Use 1 0 auto instead of just 1 for backwards compatibility with other browsers */
}

main section {
    padding: 2em 0;
}

main section:nth-child(2n+1) {
    background-color: #f7f7f7;
}

.callout {
    margin-bottom: 0;
}

.card .card-aside {
    background-image: linear-gradient(to right bottom, #468a46, #519851, #5da75d, #68b668, #74c574);
    padding: 1em;
    color: #fff;
    text-shadow: 2px 2px #333;
}

#offCanvas {
    background: #fff;
}
#offCanvas h5 {
    padding-top: .5rem;
    padding-left: 1rem;
    background: #438b43;
    margin-bottom: 0;
    padding-bottom: .5rem;
    color: #fff;
}

#offCanvas .menu li a {
    color: #000;
}
footer div#footer-links {
    border-top: 2px solid #808080;
    background: #202830;
    padding: 1em 0;
    color: #fff;
}

footer div#copyright {
    background: #202830;
    padding: 1em 0;
    color: #fff;
}

footer div#copyright a {
    color: #FFF;
}

footer div#copyright a:hover {
    color: #bee6be;
    /*color: #438b43;*/
}

footer iframe {
    background: #FFF;
    box-shadow: 0 10px 20px rgba(0,0,0,1), 0 6px 6px rgba(0,0,0,0.5);
}

/* footer div#copyright {
    background: #dcc49f;
    color: #fff;
} */

/******
 * Page Sections
 *****/
section.quick-aside {
    /*background: linear-gradient(110.0148895804191deg, rgba(70, 138, 70,1) 9.601648351648352%,rgba(123, 206, 212,1) 89.11499215070644%);*/
    /*background: linear-gradient(115.67089957759197deg, rgba(242, 113, 128,1) 10.457854406130268%,rgba(219, 171, 177,1) 68.8685344827586%);*/
    /*background: #dcc39f !important; /*Important to override section background calculated rule*/
    background: linear-gradient(132.34241287195232deg, rgba(250, 247, 245,1) 5.779380717804363%,rgba(226, 210, 196,1) 96.20865587614355%);
}

/* See also .hero */
section.quick-aside h1,
section.quick-aside h2,
section.quick-aside h3 {
    color: #fff;
    text-shadow: 0 0 2px rgba(0,0,0,.5), 1px 1px 2px rgba(0,0,0,.5), 2px 2px 2px rgba(0,0,0,.5), 3px 3px 2px rgba(0,0,0,.5);
}

section.quick-aside p.subheader {
    color: #000;
    font-size: 1.25em;
    margin-bottom: 1em;
}

section.page-cta {
    background: #dcc39f !important; /*Important to override section background calculated rule*/

}

/* Small only */
@media screen and (max-width: 39.9375em) {

    main>section.large-thumbnail img {
        width: 100%;
        display: inline-block;
        max-width: 100%;
        margin-bottom: 1rem;
        border: 4px solid #fefefe;
        border-radius: 0;
        -webkit-box-shadow: 0 0 0 1px rgba(10,10,10,.2);
        box-shadow: 0 0 0 1px rgba(10,10,10,.2);
        line-height: 0;
    }

    main>section.large-thumbnail:nth-child(even) .large-thumbnail-content  {
        order: 2;
    }
    main>section.large-thumbnail:nth-child(even) .large-thumbnail-image  {
        order: 1;
    }
    main>section.large-thumbnail:nth-child(odd) .large-thumbnail-content {
        order: 2;
    }
    main>section.large-thumbnail:nth-child(odd) .large-thumbnail-image {
        order: 1;
    }

}

/* Medium and up */
@media screen and (min-width: 40em) {
    .hero h1 {
        font-size: 5rem;
    }

    main>section.large-thumbnail:nth-child(even) .large-thumbnail-content  {
        order: 2;
    }
    main>section.large-thumbnail:nth-child(even) .large-thumbnail-image  {
        order: 1;
    }
    main>section.large-thumbnail:nth-child(odd) .large-thumbnail-content  {
        order: 1;
    }
    main>section.large-thumbnail:nth-child(odd) .large-thumbnail-image  {
        order: 2;
    }
}

/* Medium only */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {}

/* Large and up */
@media screen and (min-width: 64em) {
    .hero,
    .hero .grid-x {
        height: 600px;
    }

    .hero .subheader {
        display: block;
    }

    main>section {
        padding: 2em 0;
    }

}

/* Large only */
@media screen and (min-width: 64em) and (max-width: 74.9375em) {

}

/* Workaround for Reveal modals and Sticky Footer */
html.is-reveal-open body {
    overflow-y: visible;
}
