
/* smart Phones and Tablets */

@media(min-width:300px) and (max-width:376px)

{
    .navbar-inverse .navbar-nav > li > a
    {
        padding-top: 7px;
        padding-bottom: 7px;
    }
    
    .subscribe .form-control
    {
        margin: 20px auto;
        width:350px;
    }
    
    .navbar-fixed-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse
    {
        max-height: none;
    }
    
    .testimonials .carousel-indicators li
    {
        width:60px;
        height: 60px;
    }
    
    .testimonials .carousel-indicators li.active
{
    width: 60px;
    height: 60px;
}

body{
  padding-top: 70px;
}


.navbar-inverse .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
}
    
.about .lead
{
    color:#888;
    font-size: 18px;
    margin-top: 15px;
    text-align: justify;
}    


/* Small Screen */

@media(min-width:768px) and (max-width:991px)

{
    h1 {color: #0f0}
}

/* Medium Screen */

@media(min-width:992px) and (max-width:1199px)

{
    h1 {color: #f00}
}

@media(min-width:1200px)

{
    h1 {color: #7c06b3}
}