
    /* Mobile first queries */

    body {
        font-family: "Raleway", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    }

    .backpromo {
        background: url(img/julion/back.jpg) no-repeat top center #464646;
        background-size: cover;
        height: auto;
        background-position: center;
        position: relative;
        text-align: center;
    }
    .backpromo img {
        width: auto;
        height: 100%;
        max-height: 300px;
    }

    input[type="submit"].button-primary{
        background-color: #464646;
        color: #ffffff;
        border: none;
        text-transform: uppercase;
        width: 250px;
        margin-top: 10px;
        height: 50px;
    }

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

    input, .myselect{
        height: 38px;
        padding: 6px 10px;
        background-color: #fff;
        border: 1px solid #D1D1D1;
        border-radius: 4px;
        box-shadow: none;
        box-sizing: border-box;
        font-size: 16px;
        letter-spacing: 1px;
        width: 96%;
        margin-bottom: 1.5rem;
    }

    label {
        color: #464646;
        font-size: 16px;
        display: block;
        margin-bottom: .5rem;
        font-weight: 600;
    }

    .white {
        background-color: #FFFFFF;
        padding: 10px;
        margin-top: 5px;
        border: 1px solid #E7ECFD;
    }

    .footer {
        text-align: center;
        color: #fff;
        background-color: #464646;
        padding: 20px 5px;
        font-size: 13px;
        margin-top: 20px;
    }

    .footer a {
        color: rgba(255,255,255,0.6);
    }


    /* Larger than mobile */
    @media (min-width: 400px) {
        .section {
            margin: auto;
            width: 100%;
            padding: 10px;
            box-sizing: border-box;
        }

        .six.columns {
            width: 100%;
        }

    }

    /* Larger than phablet */
    @media (max-width: 550px) {
        .backpromo img {
            width: auto;
            height: auto;
            max-width: 100%;
        }
    }

    /* Larger than tablet */
    @media (min-width: 750px) {}

    /* Larger than desktop */
    @media (min-width: 1000px) {}

    /* Larger than Desktop HD */
    @media (min-width: 1200px) {
        .section {
            margin: auto;
            width: 80%;
            padding: 10px;
        }
        .flex{
            display: flex;
        }
        .six.columns {
            width: 50%;
        }
    }




