/*!
 * Start Bootstrap - Small Business HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body {
    padding-top: 70px; /* Required padding for .navbar-fixed-top. Change if height of navigation changes. */
}
.navbar-brand {
  float: left;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}
img {
border-right: 10px solid transparent;

}
.navbar-fixed-top .nav {
    padding: 30px 0;
}
.navbar-inverse {
  background-color: #d6ecf2;
  border-color: #c0c0c0;
}
.navbar-fixed-top .navbar-brand {
    padding: 0 15px;
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #33cccc;
}
.tagline {
    color: #333399;
    font-family: Georgia, serif;
    font-style: italic;
    font-size: 1.7em;
  
}
.taglines {
  color: #4b0082 ;
  font-family: Georgia, serif;
  font-style: bold;
  font-size: 1.5em;
  text-align: right;
  padding-top: 0.5em;
}
.well {
  min-height: 100px;
  padding: 30px;
  margin-bottom: 20px;
  background-color: #add8e6;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}
.btn-primary { 
    background-color: #339999; 
    border-color: #333399; 
}  
.btn-primary:hover, 
.btn-primary:focus,  
.btn-primary:active { 
    background-color: #33cccc; 
}
h1 {
color: #602F8D;
    font-family: Georgia, serif;
    font-style: italic;
    font-size: 2.8em;
}
ha1 {
color: #602F8D;
    font-family: Georgia, serif;
    font-style: italic;
    font-size: 2.5em;
}
h2 {
  margin: .67em 0;
  font-size: 2em;
    color: #E80000;
}
h3 {
  margin: .67em 0;
  font-size: 2em;
    color: #E80000;
}
h4 {
  margin: .67em 0;
  font-size: 1.5em;
    color: #3300ff;
}
/* footer */
footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 3em;
  background-color: #505050;
  text-align: center;
  padding-top: 1em;
}
footer a {
  text-decoration: none;
  color: #FFFFFF;
  font-size: 1.0em;
}
footer a:hover {
  color: #E80000 ;
  text-decoration: underline;
}

/*nav-tabs*/
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #fff;
  background-color: #339999;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media(min-width:768px) {
    body {
        padding-top: 120px; /* Required padding for .navbar-fixed-top. Change if height of navigation changes. */
    }

    .navbar-fixed-top .navbar-brand {
        padding: 15px 0;
    }
}