/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
    body {
        font-size: 15px;
    }

    h1 {font-size:20px;}
    h2 {font-size:18px;}
    h3 {font-size:22px;}
    h4 {font-size:22px;}
    h5 {font-size:14px;}

    .fixBG{
        background: url("../images/bg-xs.jpg") no-repeat fixed center bottom;
        background-size: cover;
        height: 400px;
    }


    .services1 h4 a:link, .services1 h4 a:active, .services1 h4 a:hover, .services1 h4 a:visited{
        font-size:28px;
        padding:5px;
    }

a.btn{
    font-size:17px;
}

.display-4{
    font-size:30px;
}

    .myServices2 a {
        width: 100%;
    }

    .training h5{
        font-size:20px;
    }
    .training h3{
        font-size:30px;
        display: block;
        margin:0 20px;
    }
    .div3 a{
        margin:0;
    }
    .dl1 dt{
        text-align: center;
    }
    .footer1 h2{
        border-top:.01em dashed #999;
        padding-top:10px;
        margin-top:20px;
    }
    .footer1 h6{
        margin-top:20px;
    }








}

/* Smartphones (landscape) ----------- */
@media only screen and (min-width : 321px) {

}


/* Smartphones (portrait) ----------- */
@media only screen and (max-width : 320px) {

}

/* iPads (portrait and landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {

}

/* iPads (landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {

}

/* iPads (portrait) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {

}

/* Desktops and laptops ----------- */
@media only screen and (min-width : 1200px) {

}

/* Large screens ----------- */
@media only screen and (min-width : 1700px) {}
/* iPhone 4 ----------- */
@media only screen and (-webkit-min-device-pixel-ratio : 1.5), only screen and (min-device-pixel-ratio : 1.5) {}