@media only screen and (max-width: 1229px) {
    .body-img

{
    /* The image used */
    background-image: none !important;
    /* Full height */
    height: 100%;
    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.ftColor {
    color: #fff !important;
}

footer {
    margin-top: 20px !important;
}

}

@media only screen and (max-width: 1229px) {
    .tiledBackground {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 103%;
        color: white;
        background-color: #001e5c;
    }
}


@media only screen and (min-width: 1230px) {
    /* For mobile phones: */
    [class*="col-md-6"] {
        width: 80%;
    }
}

@media (min-width:1230px) {
    .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 100%;
        max-width: 50%
    }
}

.ml-50 {
    margin-left: 180px;
}

.ml-75 {
    margin-left: 75px;
}

@media only screen and (max-width: 600px) {
    .ml-50 {
        margin-left: 25% !important;
    }

    .ml-75 {
        margin-left: 0px !important;
    }

    .mt-60 {
        margin-top: 60px !important;
    }
}

@media (min-width:1230px) {
    .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 100%;
        max-width: 50%
    }
}

@media screen and (min-width: 750px) and (max-width: 1229px) {
    .ml-50 {
        margin-left: 33% !important;
    }

    .ml-75 {
        margin-left: 25% !important;
    }

    .center1 {
        margin-left: 33% !important;
    }
}

