/*
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 : Feb 8, 2016, 5:50:47 AM
    Author     : Aswin
*/
body {
  color: #631010;
    text-align: center;
    text-shadow: 0 1px 3px rgba(0,0,0,.5);
/*    background-image: url("mix1.jpg");
    background-repeat: initial;*/
}
#logo{
   
    margin-top: 15px;
        margin-left: 30px;
}
#logoname
{
    /*background-color: white;*/
}
.navbar-inverse
{
    background-color: darkred;
}

.navbar-inverse .navbar-nav>li>a {
    color: #D6CDCD;
}

.nav
{
    background-color: #35687B;
}

a {
    color:white;
    text-decoration: none;
}

.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
        color: #FFFDFD;
        background-color: #FF0000;
}

.navbar-default 
{
   background-image: linear-gradient(to bottom, #35687B 0%, #35687B 100%);
   
}
.nav-justified>li>a {
   
    text-align: left;
}
.nav>li>a:focus, .nav>li>a:hover
{
    background-color: #26D46A;
}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: #26D46A;
    border-color: #0786F3;
}

.carousel-caption{
        background: rgba(0, 1, 8, 0.35);
        padding-bottom: 0px;
        margin-right: -20px;
        margin-left: -20px;
        margin-bottom: -10px;
        padding-top: 0px;
}

.list-group {
    padding-left: 0px;
    margin-bottom: 20px;
    margin-left: 30px;
}
hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #F30202;
}
.footer {
    padding: 40px 0;
    color: white;
    text-align: center;
    background-color: #35687B;
    border-top: 1px solid #0C0C0C;
}
.featurette-divider {
    margin: 17px 0;
}
.blueimp-gallery > .description {
  position: absolute;
  top: 30px;
  left: 15px;
  color: #fff;
  display: none;
}
.blueimp-gallery-controls > .description {
  display: block;
}

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid red;
}