body {
    font-family: 'Lato', sans-serif;
    letter-spacing:0.05em;
}
/* Custom default button */
.btn-default {
  color: white;
  text-shadow: none; /* Prevent inheritance from `body` */
  background:none;
  border: 3px solid #fff;
  border-radius: 2px;
  transition: all .35s;
  padding:12px 20px;
}
.btn-default:focus,
.btn-default:hover {
  color: #333;
  background-color: #fff;
  border: 3px solid #fff;
}

img.logo { width:400px; margin-top:3em; }
.row.heading {
    height: 400px;
    background: url(../bridge.jpg);
    background-position-y: 70%;
    background-position-x: 50%;
    background-size: cover;
}
form {
    max-width:600px; 
}
footer {
    margin-top: 5em;
    padding:5em;
    text-align:center;
    color:white;
    background-color:#2373bc;
}
span.input-group-addon {
    min-width: 120px;
}

h3, .h3 {
    font-size: 20px;
}

@media (min-width: 768px) {
    h3, .h3 {
	font-size: 24px;
    }
}