/*Tag clears*/

body, h1, h2, h3, h4, p, ol, ul, li, button {
    margin: 0;
    padding: 0;
    font-family: Muli, Tahoma, sans-serif;
}

/*Navigation Styles*/

nav {
    /*position: fixed;*/
    display: block;
    /*background-color: #FA812F;*/
    background-color: transparent;
    /*box-shadow: 10px 10px 5px #888888;*/
    z-index: 1;
}
.flexbox-container {
    display: flex;
}
.navMenu {
    justify-content: space-between;
    flex-wrap: wrap;
    margin: auto 5%;
}
.navItem {
    display: inline;
    color: #FEF3E2;
    margin: 0 1em;
    padding: 30px 0px 20px 0px;
    /*font-family: Muli, sans-serif;*/
    kerning: .2em;
}
.logo {
    /*font-size: 2em;*/
    max-height: 60px;
    max-width: 80%;
    margin: .5em 0;
    /*margin: .5em 5%;*/
}


.navItem a:link {
    text-decoration: none;
    color: #FEF3E2;
}
.navItem a:visited {
    text-decoration: none;
    color: #FEF3E2;
}
.navItem a:hover {
    text-decoration: none;
    color: #FA812F;
}
.navItem a:active {
    text-decoration: none;
    color: #FA812F;
}

/*Main Section styles*/

.hero {
    /*flex-box parent container*/
    flex-flow: column;
    background-size: cover;
    height: 100vh;
    background-position: 85% 75%;
    /*position: fixed;*/
    width: 100%;
}
.heroImage {
    /*background-image: url("assets/hero_background.png");*/
    background-image: url("assets/blue_hero_bg.png");
}
.heroContent {
    margin: auto 0;
    height: 100vh;
}
.heroContent> div {
    width: 50%;
}
.heroMessage {
    margin: auto 5%;
}
.heroMessage> a {
    text-decoration: none;
}
.hand {
    background-image: url("assets/hand_phone_transparent_bg.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right bottom;
    /*margin-top: auto;*/
}
.heroContentRight {
    /*max-width: 60%;*/
    display: inline;
    /*float: right;*/
}
.button {
    background-color: transparent;
    border: 2px solid #FEF3E2;
    padding: 1em 1em;
    margin: 2em 0em;
    color: #FEF3E2;
    font-size: 1em;
    border-radius: .3em;
}

/*PAGE IMAGES*/

.aboutImage {
    background-image: url("assets/temp_about_bg.jpg");
}

/*HERO FONTS*/

.heroMessage> h1, .heroMessage> h2, .heroMessage> p {
    color: #FEF3E2;
    font-family: Montserrat, sans-serif;
    font-weight: bolder;
    margin: .5em 0em;
}
.heroMessage> h1 {
    font-size: 3em;
}
.heroMessage> h2 {
    font-size: 2em;
    margin-bottom: 1.5em;
}
.jenna {
    font-family: 'Homemade Apple', cursive;
    color: #FEF3E2;
    /*text-decoration: underline;*/
    font-size: 1.5em;
}

/*REST OF PAGE FONTS*/


/* These are the Google fonts currently linked to this doc, and how to spell them :) Droid Serif, Muli, Montserrat*/

p {
    font-family: Muli;
    sans-serif;
    font-size: 1.25em;
    padding: 1em;
    kerning: 3em;
}
.mainSectionContent> h3 {
    display: block;
    font-size: .75em;
    text-transform: uppercase;
    font-family: Montserrat, Tahoma, sans-serif;
    padding-bottom: 20px;
}
.mainSectionContent> h4 {
    display: block;
    font-size: 2.5em;
    /*font-family: Muli, Tahoma, sans-serif;*/
    /*max-width: 40%;*/
}

/*PAGE BEYOND HERO AREA*/

.mainSection {
    padding: 5% 10%;
    text-align: center;
    /*font-family: sans-serif;*/
}
.mainSectionContent {
    /*max-width: 75%;*/
    margin: auto;
}

/*HOW IT WORKS*/

.howItWorks {
    background-color: #fdfdfc;
    /*color: #FA8230;*/
}
.howItWorksContent {
    flex-direction: row;
}
.howItWorksContentLeft {
    width: 35%;
    min-width: 20%;
    /*margin: auto;*/
}
.howItWorksContentImg {
    height: 100%;
    width: 100%;
    margin: auto;
    margin-top: 50px;
}
.howItWorksContentList {
    /*Slight hack for getting the ordered list to look centered while still keeping the list-style-position outside*/
    padding: 1.5em 1.5em 1.5em 4em;
    margin: auto;
}
.howItWorks li {
    text-align: left;
    color: #f1c0b9;
    font-family: Montserrat, Muli, Tahoma, san-serif;
    padding: 1em;
    font-size: 1.5em;
    /*list-style-position: inside;	*/
}
.howItWorks li span {
    color: #3c444f;
    font-size: .75em;
}
@media all and (max-width: 1000px) {
    .howItWorksContent {
        /*Vertical layout of how it works section for mobile*/
        flex-wrap: wrap-reverse;
    }
    .howItWorksContentLeft {
        width: 100%;
    }
}

/*MORE INFO*/

.moreInfo {
    background-color: #bdc7ad;
    background-image: url("assets/sprout_edited_v1.png");
    color: black;
    background-size: cover;
    /*height: 90%;*/
    height: 84vh;
    background-position: 50% 80%;
}
.moreInfo p {
    width: 70%;
    margin: auto;
}

.mailchimpButton {
	background-color: #047c07 !important;
	border: none !important;
}

/* disable Kate's custom mailchimp styles */


/*input {
    border-radius: .3em;
	padding: 1em;
	width: 40%;
	border: none;
	background-color: white;
    color: green;
    font-size: 1em;
}*/

@media all and (max-width: 800px) {
    .moreInfo p {
        /* On small screens, we are no longer using row direction but column */
        /*margin: 5%;*/
        /*width: 100%;*/
        /*margin: auto;*/
        margin: 5% 0px;
        width: 90%;
    }
    input {
        margin: 0px;
        width: 90%;
    }

    .moreInfo {
        height: 100vh;
        /*background-size: 100%;*/
    }

}

/*FOOTER*/

footer {
    background-color: #3b4445;
    display: block;
}
.footerMenu {
    display: block;
}
.footerMenuList {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    flex-wrap: wrap;
    align-content: center;
}
.footerItem, .footerItem> a {
    display: inline;
    color: white;
    /*font-family: Muli, Tahoma, sans-serif;*/
    font-size: 1.1em;
    text-decoration: none;
}
.socialIcon {
    display: inline;
    height: 1.1em;
    width: 1.1em;
    padding: 0em 1em;
}
.vex-content {
    width: 90% !important;
    max-height: 100% !important;
    overflow: auto;
}

/*specific to mobile wrap*/

.footerItem, .socialIcon {
    /*padding: 1em 0;*/
}

/*a:link - a normal, unvisited link
a:visited - a link the user has visited
a:hover - a link when the user mouses over it
a:active - a link the moment it is clicked*/

.footerItem a:link {
    text-decoration: none;
    color: white;
}
.footerItem a:visited {
    text-decoration: none;
    color: white;
}
.footerItem a:hover {
    text-decoration: none;
    color: #c9c9c9;
}
.footerItem a:active {
    text-decoration: none;
    color: #c9c9c9;
}

/*Mobile Footer*/

@media all and (max-width: 800px) {
    .footerMenuList {
        /* On small screens, we are no longer using row direction but column */
        flex-direction: column;
        padding: 3em auto;
    }
}
@media all and (max-width: 800px) {
    .footerItem {
        /* On small screens, we are no longer using row direction but column */
        padding: 1.25em;
        margin: auto;
    }
}

/*Mobile Hero*/


/*@media all and (max-width: 800px) {
    .hero {
        background-image: url("assets/temp_hero_image_mobile.png");
    }
}*/

@media all and (max-width: 980px) {
    /*.heroMessage {
        width: 100%;
        height: 100%;
    }*/
    .heroContent> div {
        width: 100%;
    }
    .navList, .hand {
        display: none;
    }
}
