@media (min-width: 992px) {
    .collapse {
        /* display: none; */
    }
}
@media (min-width: 1601px) and (max-width: 2560px) {
    body {
        /* max-width: 1600px; */
        width: auto;
        margin: 0 auto;
        font-size: 16px;
    }
}
@media (max-width: 1440px) {
    /*    body{
            width: 100%;
            margin: 0 auto;
        }*/
}
/*ipad landscape view*/
@media (min-width: 991px) and (max-width: 1199px) {
}
@media (min-width: 1280px) {
    .container {
        max-width: 1280px;
    }
}
@media (max-width: 1100px) {
    .hero-content {
        margin-bottom: 0;
        top: 50%;
        left: 50%;
        width: 100%;
    }
    }
@media (min-width: 768px) {

}
/*ipad potrait view*/
@media (max-width: 768px) {

}
/*nexus 7 landscape*/
@media (min-width: 769px) and (max-width: 990px) {
}
/*iphone 5 and android lanscape and nexus 7 potrait*/
@media (max-width: 640px) {
    .hero-content h1 {
        font-size: 2rem !important;
    }
    .baby {
        width: 80px;
    }
    .baby-1 {
        left: 2%;
    }
    .baby-2 {
        left: 10%;
    }
    .baby-3, .baby-4 {
        width: auto;
        height: 80px;
    }
    .baby-3{
        right: 10%;
    }
    .baby-4 {
        right: 2%;
    }
}
/*iphone 4 landscape(optional)*/
@media (max-width: 480px) {

}

/*iphone 5 and android potrait*/
@media (max-width: 380px) {

}

/*iphone4 potrait(optional)*/
@media (max-width: 320px) {
}

/*nexus 7 potrait(optional)*/
@media (max-width: 603px) {
}
/*nexus 7 landscape(optional)*/
@media (min-width: 769px) and (max-width: 990px) {
}

@media (min-width: 768px) {
    /* .navbar-brand {
        display: none;
    } */
}
