/* Add additional stylesheets below
-------------------------------------------------- */
/*
  Bootstrap's documentation styles
  Special styles for presenting Bootstrap's documentation and examples
*/

/* Header -------------------------------------------------- */

.author-image {
padding: 20px;
height: 180px; 
width: 180px;
}

.home-link {
display: block;
margin: 0 auto;
max-width: 960px;
min-height: 175px;
text-align: center;
text-decoration: none;
width: 100%;
}

.site-title {
color: #fff;
font-family: Lato, sans-serif;
font-size: 40px;
letter-spacing: 5px;
line-height: 1;
margin: 0;
padding-top: 60px;
text-align: left;
text-transform: uppercase;
text-decoration: none;
}

.site-description {
color: #fff;
font: normal 14px "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
letter-spacing: 2px;
margin: 0;
padding-top: 0.5cm;
padding-bottom: 2.3rem;
text-align: left;
text-decoration: none;
}

.header {
content: '';
display: block;
position: absolute;
background: url(../img/bs-docs-masthead-pattern.png) repeat center center;
background-color: #eee;
opacity: .9;
}

.navbar {
background-color: #404040;
margin: 0 auto;
width: 100%;
}

.navbar-header {
color:#ccc; 
background-color: #222; 
margin-bottom: 0px; 
font: 400 13px/32px sans-serif; 
font-family: 'Open Sans', sans-serif;
font-size: 13px; 
font-style: normal; 
font-variant: normal; 
font-weight: 200; 
line-height: 32px;
}

/* Body -------------------------------------------------- */

body {
  min-height: 2000px;
}

/* Footer -------------------------------------------------- */

.footer {
  text-align: center;
  padding: 30px 0;
  margin-top: 70px;
  border-top: 1px solid #e5e5e5;
  background-color: #f5f5f5;
}
.footer p {
  margin-bottom: 0;
  color: #777;
}
.footer-links {
  margin: 10px 0;
}
.footer-links li {
  display: inline;
  padding: 0 2px;
}
.footer-links li:first-child {
  padding-left: 0;
}


