/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Mar 13, 2016, 10:39:38 PM
    Author     : JAAAN
*/

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) and (max-width: 1280px) {

    /*Navbar*/
/*    .navbar-header {
        float: left;
        padding: 15px;
        text-align: center;
        width: 100%;
    }*/
    .navbar-brand {
        float:none;
        font-size: 30px;
        font-weight: bold;
        margin: auto;

    }
    .navbar-default .navbar-nav > li > a {
        font-size: 16px;
        margin-right: 0px;
    }
    
    /*Index*/
    .shadow {
    -webkit-box-shadow: -1px 11px 22px 0px rgba(9,61,77,0.64);
    -moz-box-shadow: -1px 11px 22px 0px rgba(9,61,77,0.64);
    box-shadow: -1px 5px 20px 0px rgba(9,61,77,0.64); 
    
}

    /*End of NavBar*/
   
    /*Slid Show*/
    .slideimages {
        width: 1200px; 
        height: 500px;
    }
    /*End of Slid Show*/

    /*laptop & Desktop*/
    .offer {
        font-size:20px;
        text-align: center;
    }
    /*End of laptop & Desktop*/
    
    /*about*/
    .new {
        border-left: thick solid black;
    }
    .new2 {
        border-right: thick solid grey;
        margin-left: 5px;
        height: 200px;
    }
    .new2 p {
        margin-top: 50px;
        font-size: 18px;
    }
    .new p {
        margin-top: 50px;
        font-size: 18px;
    }
    /*End of About*/
    
     /*amc*/
    .jumbo4{
        background-image: url(../../../images/amc.jpg);
        width: 50%;
        height: 200px;
        -webkit-background-size: 100% 100%;
        -moz-background-size: 100% 100%;
        -o-background-size: 100% 100%;
        background-size: 100% 100%;
        margin: auto;
        margin-top: 70px;
    }
    .jumbo4{
    height: 200px;
}
/*End of Amc*/
}