/* @import url('http://twitter.github.com/bootstrap/assets/css/bootstrap.css'); */

.logo {
 display: block;
 margin: 0 auto;
}

.modal-backdrop {
	background-color: #463;
}

.lead2 {
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 220;
  line-height: 24px;
}

.lead3 {
  	margin-bottom: 18px;
	margin-top:12px;
  	font-size: 21px;
  	font-weight: 200;
  	line-height: 20px;
}

.lead4 {
	display: inline-block;
	margin-top:35px;
  	font-size: 70px;
  	font-weight: 250;
  	line-height: 65px;
	color: #4D4D4D;
	padding-left: 30px;
    padding-top: 45px;
	align-text:center;
}

.lead5 {
	margin-top:5px;
  	font-size: 70px;
  	font-weight: 100;
  	line-height: 65px;
	color:#3A87AD;
	padding-top:25px;
}
.modal-body {
	max-height:500px;
}

/*.thumbnail {
  display: block;
  padding: 4px;
  line-height: 20px;
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
     -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  -webkit-transition: all 0.2s ease-in-out;
     -moz-transition: all 0.2s ease-in-out;
       -o-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
} */

.thumbnail {
  display: block;
  padding: 4px;
  line-height: 20px;
  border: 1px solid #ddd;
  border-radius: 6px;
  border-bottom-right-radius: 50px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
}
	
.navbar1 {
  *position: relative;
  *z-index: 2;
  margin-bottom: 20px;
  overflow: visible;
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
  margin-bottom: 0;
 background-color: rgba(255, 255, 255, 0.93);
}