.toolbarSite {
    background-color: transparent !important
}

.mdi-huge {
    font-size: 3em
}

body {
    font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", sans-serif !important;
    line-height: 1.45;
}

.heading {
    margin: 10px 0;
}

.main-container {
    max-width: 1440px !important;
    width: 100%;
    padding: 0 24px;
    margin: 8px auto;
}

.thin {
    font-weight: 300 !important
}

.stage {
    overflow: hidden
}

.stage2 {
    padding: 48px 24px
}

.hide-overflow {
    overflow: hidden !important
}

.small-sections {
    padding: 8px 48px;
}

.small-sections p {
    margin: 0
}

.phone-image {
    width: 350px;
}

footer {
    text-align: center;
    /* background: #232222; */
    padding: 48px
}

footer a {
    color: white;
    font-weight: 500;
    padding: 8px 40px;
}

footer ul {
    list-style: none;
    display: inline-block
}

footer li {
    display: inline
}

.toggle-expand {
    margin-top: 16px;
    font-size: 26px;
    cursor: pointer;
}

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

.m-0 {
    margin: 0;
}

.features-container p.md-subhead {
    text-align: center;
}

@media screen and (max-width: 599px) {
    .main-container {
        padding: 0 8px;
    }
    .sign-up-btn {
        min-width: 256px;
        width: 256px;
    }
    .xs-padding {
        padding: 8px;
    }
    .stage,
    .stage ul {
        padding: 0
    }
    footer a {
        padding: 6px;
    }
    .features-container h2 {
        margin-top: 0
    }
    .features-container>div {
        border-bottom: 1px solid #545454 !important;
        padding-bottom: 15px;
    }
}