* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.header {
    background-color: #303030;
    width: 100%;
}

.intro-color {
    background-color: #30545410;
}

.l-box-lrg {
    border: none;
    padding-left: 6em;
    padding-right: 6em;
}

.paragraph-padding {
    padding-left: 2em;
    padding-right: 2em;
}

.pure-img-responsive {
    max-width: 100%;
    height: auto;
}

.is-center {
    text-align: center;
}

.menu-image {
    margin-left: 0.5em;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    margin-right: 0em;
}

.home-logo {
    width: 100%;
    padding-left: 4em;
}

.home-menu {
    padding: 0;
    text-align: center;
    box-shadow: 0 1px 1px rgba(0,0,0, 0.10);
}

.pure-menu.pure-menu-fixed {
    /* Fixed menus normally have a border at the bottom. */
    border-bottom: none;
    /* I need a higher z-index here because of the scroll-over effect. */
    z-index: 4;
}
.pure-menu-heading {
    width: 50%;
/*    padding: 0;*/
}


/*
.home-menu .pure-menu-heading {
    color: white;
    font-weight: 400;
    font-size: 120%;
    width: 50%;
}
*/
.pure-menu-link:hover {
    background-color: transparent;
}

.pure-menu-link:focus {
    background-color: transparent;
}

.home-menu a {
    color: #b3ecec;
}
.home-menu li a:hover,
.home-menu li a:focus {
    background: none;
    border: none;
    color: #305454;
}

.pure-menu-list {
    float: right;
    top: 50%;
    transform: translateY(-50%);
}

.hero {
    background-image: url(/images/top_background.png);
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}

.hero-pro {
    background-image: url(/pro/images/top_background_pro.png);
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}

.splash-container {
/*    background: #1f8dd6;*/
    z-index: 1;
    overflow: hidden;
    /* The following styles are required for the "scroll-over" effect */
    width: 100%;
    height: 88%;
    top: 0;
    left: 0;
    position: fixed !important;
}

.splash-image-container {
    display: flex;
}

.splash-image-bottom {
    align-self: flex-end;
}

.splash-text {
    padding-top: 8em;
    font-weight: 200;
    color: #fff;
}

.splash-text h1 {
    letter-spacing: -0.05em;
    line-height: 1.25;
    font-weight: 200;
    font-size: 300%;
}

.splash-text h3 {
    letter-spacing: 0.0em;
    font-weight: 200;
    font-size: 150%;
}

.splash {
    /* absolute center .splash within .splash-container */
    width: 80%;
    height: 50%;
    margin: auto;
    position: absolute;
    top: 100px; left: 0; bottom: 0; right: 0;
    text-align: center;
    text-transform: uppercase;
}

/* This is the main heading that appears on the blue section */
.splash-head {
    font-size: 20px;
    color: white;
    border: 3px solid white;
    padding: 1em 1.6em;
    font-weight: 100;
    border-radius: 5px;
    line-height: 1em;
}

/* This is the subheading that appears on the blue section */
.splash-subhead {
    color: white;
    letter-spacing: 0.05em;
    opacity: 0.8;
}

.badge-column {
    padding-left: 1em;
    padding-right: 1em;
}

.badge-appstore {
    width: 79%;
    margin: 6.5%;
}

.features-video {
    padding-top: 4em;
}

.pro-features-list li {
    color: #3a414e;
    font-size: 150%;
}

.content-wrapper {
    /* These styles are required for the "scroll-over" effect */
/*    position: absolute;*/
    top: 87%;
    width: 100%;
    min-height: 12%;
    z-index: 2;
    background: white;
}

/* We want to give the content area some more padding */

.content {
    color: #50596c;
    line-height: 1.5;
}

/* This is the class used for the main content headers (<h2>) */
.content-head {
    color: #305454;
    font-size: 200%;
    font-weight: 200;
    text-transform: uppercase;
    letter-spacing: 0.1em;
/*    margin: 2em 0 1em;*/
}

.content-head-pro {
    color: #3a414e;
    font-size: 200%;
    font-weight: 200;
    text-transform: uppercase;
    letter-spacing: 0.1em;
/*    margin: 2em 0 1em;*/
}

/* This is a modifier class used when the content-head is inside a ribbon */
.content-head-ribbon {
    color: white;
}

/* This is the class used for the content sub-headers (<h3>) */
.content-subhead {
    color: #305454;
    font-weight: 400;
}

.ribbon {
    padding: 4em 1em 3em;
    line-height: 1.5;
    background: #30545410;
}

.feature {
    color: #305454;
    padding-bottom: 2em;
}

.feature-icon {
    font-size: 64px;
}

.feature-container {
    width: 75%;
    margin: auto;
}

.screenshot {
    padding-left: 0.5em;
    padding-right: 0.5em;
}

.center-content {
    justify-content: center;
}

.video-wrapper {
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
}

.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.content-noise {
    padding-bottom: 3em;
}

.footer {
    line-height: 1.5;
    font-size: 75%;
    font-weight: 400;
    background-color: #305454;
    color: #bbb;
}

.footer-links {
    line-height: 2.5;
    background-color: #477c7c;
    color: #b3ecec;
}

.footer-links a {
    color: #b3ecec;
}

.footer-links ul {
    padding-left: 2em;
}

.footer-pro {
    line-height: 1.5;
    font-size: 75%;
    font-weight: 400;
    background-color: #304654;
    color: #bbb;
}

.footer-links-pro {
    line-height: 2.5;
    background-color: #587d9b;
    color: #b3ecec;
}

.footer-links-pro a {
    color: #b3d0ec;
}

.footer-links-pro ul {
    padding-left: 2em;
}

/*@media (max-width: 53em) {*/
@media (max-width: 840px) {
    .l-box-lrg {
        padding-left: 4em;
        padding-right: 4em;
    }

    .pure-menu-heading {
        width: 75%;
    }

    .pure-menu-link {
        padding-left: 0.5em;
        padding-right: 0.5em;
    }
/*
    .pure-menu-list {
        float: none;
    }
*/
    .splash-text {
        padding-top: 6em;
        padding-left: 2em;
        padding-right: 2em;
    }
}

@media (max-width: 533px) {
    .pure-menu-horizontal {
        display: none;
    }

    .menu-image {
        padding-left: 1em;
        padding-right: 7em;
    }
}

/* mobile */
/*@media (max-width: 36em) {*/
@media (max-width: 600px) {
    .l-box-lrg {
        padding-left: 2em;
        padding-right: 2em;
    }

    .pure-menu-item {
        font-size: 75%;
        letter-spacing: 0.0;
    }

    .splash-text {
        padding-left: 2em;
        padding-right: 2em;
    }

}

@media (min-width: 48em) {

    /* We increase the body font size */
/*
    body {
        font-size: 16px;
    }
*/
    /* We can align the menu header to the left, but float the
    menu items to the right. */
/*
    .home-menu {
        text-align: left;
    }
*/
/*
        .home-menu ul {
            float: right;
        }
*/
    /* We increase the height of the splash-container */
/*    .splash-container {
        height: 500px;
    }*/

    /* We decrease the width of the .splash, since we have more width
    to work with */
/*
    .splash-text {
        padding-top: 8em;
        padding-left: 6em;
        font-weight: 200;
        color: #fff;
    }
*/

    /* We remove the border-separator assigned to .l-box-lrg */
}

/*
 * -- DESKTOP (AND UP) MEDIA QUERIES --
 * On desktops and other large devices, we want to over-ride some
 * of the mobile and tablet styles.
 */
/*
@media (min-width: 78em) {
    .splash-head {
        font-size: 300%;
    }
}
*/
