.md-main {
    flex-grow: 0;
    background: #f1f1f1 !important;
}

.md-container {
    background: #e9e9e9;
}

.md-main__inner {
    display: flex;
    height: 100%;
}

.tx-container {
    padding-top: .0rem;
    padding-left: 30px;
    padding-right: 30px;
    /* background: linear-gradient(to bottom, #35363a, #000 99%, #fff 99%); */
    /* background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1123 258'><path d='M1124,2c0,0 0,256 0,256l-1125,0l0,-48c0,0 16,5 55,5c116,0 197,-92 325,-92c121,0 114,46 254,46c140,0 214,-167 572,-166Z' style='fill: hsla(0, 0%, 100%, 1)' /></svg>") no-repeat bottom, linear-gradient(to bottom, #35363a, #000 99%, #FFF 99%); */
    padding-bottom: 120px;
}

.logo {
    width: 100%;
}

.m-0{
    margin: 0 !important;
}

.tx-hero {
    margin: 0;
    color: var(--md-primary-bg-color);
    justify-content: center;
}

.tx-hero h1 {
    margin-bottom: 1rem;
    color: currentColor;
    font-weight: 700
}

.tx-hero__content {
    color: #111;
    margin: 0 !important;
    /* margin-top: 3.5rem !important; */
}

.tx-hero__content p {
    font-size: 14pt;
    line-height: 25px;
}

.tx-hero__image {
    width: 100%;
    max-width: 10rem;
    /* height: 15rem; */
    order: 0;
    text-align: center;
    padding-top: 30px;
}

.tx-hero .md-button {
    margin-top: .5rem;
    margin-right: .5rem;
    padding: 0.3em 2em;
    color: rgb(0, 0, 0);
}

.tx-hero .md-button:focus,
.tx-hero .md-button:hover {
    background-color: rgb(0, 0, 0);
    border-color: rgb(0, 0, 0);
    color: rgb(255, 255, 255);
}

.feature-item .md-button {
    font-size: 16pt;
    margin-top: .5rem;
    margin-right: .5rem;
    color: black;
    display: inline-block;
    padding: .625em 2em;
    font-weight: 700;
    border: .1rem solid currentColor;
    border-radius: .1rem;
}

.feature-item .md-button:focus,
.feature-item .md-button:hover {
    background-color: hsl(228deg 5% 22%);
    border-color: hsl(228deg 5% 22%);
    color: white;
}



.top-hr {
    margin-top: 42px;
}

.feature-item {
    max-width: 30rem;
    margin-left: auto;
    margin-right: auto;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    box-sizing: border-box;
    padding: 0 15px;
    word-break: break-word
}

.feature-item h2 {
    color: #333;
    font-weight: 300;
    font-size: 25px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: normal;
    margin-top: 20px;
    margin-bottom: 10px;
    font-family: inherit;
}

.feature-item p {
    font-size: 16px;
    line-height: 1.8em;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    color: #111;
    margin: 0 0 10px;
    display: block;
}

@media screen and (max-width:30em) {
    .tx-hero h1 {
        font-size: 1.4rem
    }
}

@media screen and (min-width:60em) {
    .md-sidebar--secondary {
        display: none
    }

    .first-hr {
        margin-top: -120px;
    }

    .tx-hero {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .tx-hero__content {
        max-width: 30rem;
        margin-top: 3.5rem;
        margin-bottom: 3.5rem;
        margin-left: 1.0rem;
        margin-right: 4.0rem;
        align-items: center;
    }
}

@media screen and (min-width:76.25em) {
    .md-sidebar--primary {
        display: none
    }

    .tx-hero {
        padding-bottom: 0px;
    }

    .first-hr {
        margin-top: -125px;
    }

    .top-hr {
        width: 100%;
        display: flex;
        max-width: 46rem;
        margin-right: auto;
        margin-left: auto;
        padding: 0 .2rem;
    }

    .bottom-hr {
        margin-top: 10px;
        width: 100%;
        display: flex;
        max-width: 61rem;
        margin-right: auto;
        margin-left: auto;
        padding: 0 .2rem;
    }

    .feature-item {
        flex: 1;
        min-width: 0;
    }
}

.hr {
    border-bottom: 1px solid #eee;
    width: 100%;
    margin: 20px 0;
}

.text-center {
    text-align: center;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 15px;
    font-family: 'Lato', sans-serif;
    font-size: 23px;
    font-weight: 300;
    padding-bottom: 10px;
}

.md-footer-meta__inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.md-footer-social {
    padding: .6rem 0;
    font-size: 12pt;
    max-width: 300px;
    text-align: center;
}