/* Space out content a bit */
body {
 font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
 font-size: 16px;
 padding-top:40px;
}
.bodystyle{
    background-image: url(bodybg.png);
     
}

.wrapper {
  margin-top: 80px;
  margin-bottom: 80px;
}

.form-signin {
  max-width: 380px;
  padding: 15px 35px 45px;
  margin: 0 auto;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
  margin-bottom: 30px;
}
.form-signin .checkbox {
  font-weight: normal;
}
.form-signin .form-control {
  position: relative;
  font-size: 16px;
  height: auto;
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="text"] {
  margin-bottom: -1px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 20px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
/* Everything but the jumbotron gets side spacing for mobile first views */
.header,
.marketing,
.footer {
  padding-right: 15px;
  padding-left: 15px;
}
.minheight{
    min-height: 89vh;
}
/* Custom page header */
.redcolor{
    color:#aa0000;
}
.nav-pills > li.active > a{
    background-color: #071e5d;
}
.navbar-default{
    
 
   background-color: #fdb200;
}
/* Make the masthead heading the same height as the navigation */
.header h3 {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 40px;
}

/* Custom page footer */
.footer {
  padding-top: 19px;
  color: #777;
    background-color: #fdb200;
}
.pagecenter{
    position: absolute;
    top: 45%;
    left: 45%;
}
.container{
        background-color: #eaeaea;
}
.jumbotron  img{
    width:95%;
}
.displayblock{
    display: block;
}
.image{
    position: relative; 
   margin-bottom:20px;
}
.landmark{
     position: absolute; 
         top: 77px;
    left: 81px;
    width: 73%;
   
}
.timings{
    position: absolute; 
      top: 94px;
       left: 38%;
    text-align: center;
    width: 26%;
   color : #aa0000;
}
.routes{
     position: absolute; 
          top: 54px;
    left: 20%;
    width: 70%;
    text-align: center;
    
    
}
.busimage{
    width:100%;
}
.bluecolor{
    color:#061f5f;
}
.textleft{
    text-align: left;
}
.textright{
    text-align: right;
}
.titlefont{
    font-size: 2em;
}
.logosize{
    width: 25%;
    height: 50px;
    -webkit-transition: height 0.3s;
    -moz-transition: height 0.3s;
    transition: height 0.3s;
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    transition: width 0.3s;
}
/* Customize container */
@media (min-width: 768px) {
  .container {
    max-width: 900px;
  }
}
.container-narrow > hr {
  margin: 30px 0;
}

/* Main marketing message and sign up button */
.jumbotron {
  text-align: center;
  border-bottom: 1px solid #e5e5e5;
  
   
}
.jumbotron .btn {
  padding: 14px 24px;
  font-size: 21px;
  
}

/* Supporting marketing content */
.marketing {
  margin: 40px 0;
}
.marketing p + h4 {
  margin-top: 28px;
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
  /* Remove the padding we set earlier */
  .header,
  .marketing,
  .footer {
    padding-right: 0;
    padding-left: 0;
  }
  /* Space out the masthead */
  .header {
    
  }
  /* Remove the bottom border on the jumbotron for visual effect */
  .jumbotron1 {
    border-bottom: 0;
    background-color: #68CADA;
    text-align: center;
    
  }
  
}

@media (max-width: 767px) { .titlefont {
    font-size: 0.8em;
} }
@media (min-width: 768px) and (max-width: 991px ) { .titlefont {
    font-size: 1.6em;
}}
@media (min-width: 992px ) and (max-width: 1199px) { .titlefont {
    font-size: 2em;
} }
@media (min-width: 1200px) { .titlefont {
    font-size: 2em;
} }
