@import url(https://fast.fonts.net/cssapi/b0c5fe80-a250-4e8e-8f0b-8ac44f728ae1.css);

h2 {
    font-family: "Garden Grown W00 Regular" !important;
    color: #021d6b;
    font-size: 5em;
    padding-top: 40px;
    font-weight: normal;
}

h1 {
    font-family: "Garden Grown W00 Regular" !important;
    font-size: 3em;
    margin-bottom: 0.5em;
    font-weight: normal;
}

h3 {
    font-family: Arial, sans-serif !important;
    font-size: 2.5em;

}

.blue {
    background-color: #d4e6f9;
    /* padding: 20px 170px; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
}

.white {
    background-color: #fff;
    /* padding: 20px 170px; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 40px;
    justify-content: center;
}

.left {
    text-align: left;
    padding-left: 30px
}

.right {
    text-align: right;
    padding-right: 30px
}

.text-center {
    text-align: center
}

.text {
    max-width: 400px;
}

img.center {
    padding: 10px 0 20px 0
}

.hero a img {
    float: right;
    position: relative;
    top: 570px;
    right: 60px
}

#content-area {
    width: 960px;
    padding-left: 0;
    margin-top: -10px
}



@media only screen and (max-width: 800px) {



    h1 {
        font-family: "Garden Grown W00 Regular" !important;
        font-weight: normal;
        color: #021d6b;
        font-size: 4em;
        line-height: 1em;
        margin: 0px;
        margin-bottom: 0.5em;
        padding-top: 0px;
    }

    h2 {
        font-family: "Garden Grown W00 Regular" !important;
        font-size: 2.4em;
        margin-bottom: 0.5em
    }

    h3 {
        font-family: Arial, sans-serif !important;
        color: black;
        font-size: 1.4em;
        line-height: 1.5em
    }

    .blue {

        padding: 40px 15px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-top: 0;
        color: black;
        font-weight: normal
    }

    .white {

        padding: 40px 15px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-top: 0
    }

    .white img,
    .blue img {
        width: 160px
    }

    .android-app {
        margin-bottom: 15px;
    }

}
