.head {height: 140px;
       background-color: #eaeaea;}
.body{
    background-color:#081B89 ;
    padding: 20px;
}
.new-body{
    text-align: center;
    padding: 30px;
}
.new-body h4{
    padding-bottom: 10px;
    font-size: 60px;
    color: red;
    font-family: Georgia;
}
.new-body p{
    padding-bottom: 10px;
    font-size: 20px;
    font-family: Georgia;
    color: white;
}
.new-body p a{text-decoration: none;color: yellow;}


/*Contact*/
.contact {padding: 20px;
           background-color: #eaeaea;}
.contact_info{
    text-align: center;
    padding: 30px;
}
.contact_info h4{
    padding-bottom: 10px;
    font-size: 30px;
    font-weight: 20px;
    color: red;
    font-family: Georgia;
}
.contact_info p{
    padding-bottom: 8px;
    font-size: 20px;
    color: black;
    font-family: Georgia;
}

/********************************* media query ************************/

/* Large desktops and laptops */
@media (min-width: 1200px) {

}

/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
    
}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
    .menu {
        margin-top: 27px;
        margin-left: -62px;
    }
    .navbar-nav>li {
        margin-left: -14px;
    }
    .product-cap {
        width: 90.3%;
    } 

    .menu {
        margin-top: 32px;
    }
    .carousel-caption {
        top: 5%;
    }
    .caption-1 {
        font-size: 22px;
    }
    .caption-2 {
        font-size: 32px;
    }
    .caption-3 {
        font-size: 22px;
    }
}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
    .product-cap {
        width: 92.3%;
    } 
        img.products-img {
        width: 100%;
    }
    .menu {
        margin-top: 0px;
        float:none !important;
    }
    .navbar{
        min-height: 0px;
        margin-bottom: 0px;
    }
    .navbar-toggle{
        margin-top: -49px;
    }
    .text-right .txt-right {
        text-align: center;
    }
    .copy-right p{
        text-align: center;
    }
     .carousel-caption {
        top: 12%;
        line-height: .2em;
    }
    .caption-1 {
        font-size: 9px;
    }
    .caption-2 {
        font-size: 13px;
    }
    .caption-3 {
        font-size: 9px;
    }
    .dotted {
        font-size: 4px;
    }
    .carousel-inner .item img {
        height: 131px;
    }
}   

/* Portrait phones and smaller */
@media (max-width: 480px) {

}