
#landing {
    position: relative;
    width: 100%;
    padding-top: 20vh;
    background: #86c561;
    background: linear-gradient(-30deg, #528e40, #86c561 60%);
    background: rgb(85, 85, 155);
    background: linear-gradient(-30deg, rgb(60, 60, 111), rgb(85, 85, 155) 60%);
    overflow: hidden;
    white-space: nowrap;
}

#landing:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    box-shadow: inset 0 -10px 10px -10px rgba(0,0,0,0.19);
    pointer-events: none;
}

#landing .title{
    position: relative;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    margin: 0px 10vw;
    white-space: normal;
}

#landing .tagline{
    font-family: Montserrat;
    font-size: 3em;
    font-weight: 400;
    color: white;
    margin: auto;
}

#landing .blurb{
    font-family: Montserrat;
    font-weight: 100;
    font-size: 1.6em;
    color: rgba(255, 255, 255, 0.8);
    width: 30.5rem;
    padding: 0.5rem 0 1rem 0;
    margin: auto;
}

#landing .title .more{

}

#landing .title .more{
    display: inline-block;
    color: rgba(255, 255, 255, 0.8);
    padding: 10px;
    border: 1px solid;
    border-radius: 4px;
    text-decoration: none;
    font-size: 1.6em;
    transition: background 0.2s ease-in-out, color 0.2s ease-in-out;
}

#landing .title .more:hover,
#landing .title .more:active{
    color: white;
    background: rgba(255, 255, 255, 0.2);
}

#landing #mainImage{
    position: relative;
    display: inline-block;
    vertical-align: middle;
    max-height: 100%;
    width: 60vw;
    margin: 0px -50px -50px 0px;
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
    border-radius: 4px;
    image-rendering: optimizeSpeed;
    image-rendering: -moz-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: -o-crisp-edges;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
}

#landing #landing_screenshot{
    position: absolute;
    display: inline-table;
    width: 50%;
    height: calc(100% - 75px);
    right: 0;
}

#landing #landing_screenshot > div{
    display: table-cell;
    vertical-align: middle;
}

#howDoesItWork{
    text-align: center;
    padding-bottom: 30px;
}

#howDoesItWork .nextFeature{
    display: inline-block;
    /* width: 25px; */
    /* height: 25px; */
    vertical-align: middle;
    margin: 20px;
    font-size: 4em;
    font-family: Montserrat;
    color: rgb(85, 85, 155);
}

#howDoesItWork .feature{
}

#features{
    background: #F0F4F8;
    padding-bottom: 50px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.feature{
    position: relative;
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    width: 300px;
    border-radius: 3px;
    padding: 20px;
    transition: all 0.2s ease-in-out;
}

.feature:last-of-type{
    /* padding-right: 5%; */
}

.feature .icon{
    position: relative;
    display: inline-block;
    /* display: none; */
    vertical-align: top;
    width: 50px;
    height: 50px;
}

.feature .icon img{
    position: relative;
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: 100%;
}

.feature .info{
    position: relative;
    display: inline-block;
    width: 100%;
    /* padding-left: 10px; */
    /* text-align: center; */
}

.feature .title{
    position: relative;
    display: inline-block;
    width: calc(100% - 83px);
    vertical-align: bottom;
    color: rgb(85, 85, 155);
    border-bottom: 2px solid;
    font-family: Montserrat;
    font-size: 1.6em;
    letter-spacing: 0.5px;
    padding-bottom: 5px;
    margin-left: 5px;
}

.feature .blurb{
    position: relative;
    margin-top: 10px;
    font-size: 1.4em;
    color: #7e8890;
    transition: all 0.2s ease-in-out;
}

.feature:hover{
    /* background: #eee; */
    /* box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23); */
}

.feature:hover .title{
    /* color: indianred; */
}

.feature:hover .blurb{
    opacity: 1;
}

.largeFeatureWrapper{
    text-align: center;
    padding-bottom: 50px;
    /* margin-bottom: 50px; */
}

.largeFeatureWrapper .feature{
    margin: 0px 20px;
}


.largeFeatureWrapper > img{
    position: relative;
    display: inline-block;
    vertical-align: middle;
    max-height: 100%;
    width: 40vw;
    margin: 0px 20px;
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
    border-radius: 4px;
    image-rendering: optimizeSpeed;
    image-rendering: -moz-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: -o-crisp-edges;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
}

#moreFeatures{
    text-align: center;
}

#moreFeatures .feature{vertical-align: top;}

#contact{
    text-align: center;
}

#contact .title{
    position: relative;
    font-weight: 200;

    font-size: 1.5em;
    margin-bottom: 20px;
    text-align: center;
}

#contact .helpSection{
    display: inline-block;
    vertical-align: top;
    width: 340px;
    padding: 0px 20px;
    margin: auto;
    margin-bottom: 20px;
    margin-right: -4px;
    color: #7e8890;
    font-size: 1.4em;
    border-right: 1px solid #ddd;
}

#contact .helpSection:last-of-type{
    border-right: none;
}

#contact .contactDetails{
    font-weight: 200;
    margin: 10px 0px;
    color: black;
}

#contact .glyphicons{
    font-size: 1.3em;
    vertical-align: top;
    margin-right: 5px;
}

#contact .email{
    cursor: pointer;
}

#contact .email:hover{
    text-decoration: underline;
}

#contact .email .emailProtection{
    display: none;
}

#footer{
    font-size: 1.4em;
    padding: 20px 50px;
    color: #7e8890;
    text-align: center;
}

@media all and (max-width: 1920px){

}

@media all and (max-width: 1200px){

    #howDoesItWork .nextFeature{
        margin: 0;
    }

    .feature .icon{
        width: 40px;
        height: 40px;
    }

    .feature .title{
        font-size: 1.4em;
    }

    .feature .blurb{
        font-size: 1.2em;
    }

    .largeFeatureWrapper .feature{
        margin: 0px 10px;
    }


    .largeFeatureWrapper > img{
        width: 40vw;
        margin: 0px 10px;
    }

}


@media all and (max-width: 1000px){

    #landing .title .tagline{
        font-size: 2em;
    }

    #landing .title .blurb{
        font-size: 1.4em;
        width: 200px;
    }

    #howDoesItWork .feature{
        display: block;
        width: 500px;
        left: 50%;
        margin-left: -250px;
        padding: 0 20px;
    }

    #howDoesItWork .nextFeature{
        margin: 0;
    }
}

@media all and (max-width: 870px){

    #contact .helpSection{
        width: 50%;
    }
}

@media all and (max-width: 700px){

    .largeFeatureWrapper{
        display: flex;
        flex-flow: column nowrap;
        align-items: center;
    }

    .largeFeatureWrapper .feature{
        order: 2;
    }

    .largeFeatureWrapper > img{
        order: 3;
        max-width: 500px;
        width: calc(100% - 40px);
        margin: 0px 20px;
    }

    .largeFeatureWrapper{
        padding-bottom: 20px;
    }

    .feature{
        display: inline-block;
        max-width: 500px;
        width: 100%;
    }

}

@media all and (max-width: 600px){

    #howDoesItWork .feature{
        width: 100%;
        left: 0;
        margin-left: 0;
    }

    #contact .helpSection{
        width: 100%;
        border: none;
    }

    #landing{
        text-align: center;
        padding-top: 100px;
        padding-bottom: 50px;
    }

    #landing .title{
        margin: 0px;
    }

    #landing #mainImage{
        display: none;
    }
}