body {
    padding-top: 20px;
    padding-bottom: 40px;
    /*background-image: url('http://subtlepatterns.subtlepatterns.netdna-cdn.com/wp-content/themes/tweaker6/images/bgnoise.png');
    background-color: #fafafa;*/
}

/* Custom container */
.container-narrow {
    margin: 0 auto;
    max-width: 700px;
}
.container-narrow > hr {
    margin: 30px 0;
}

/* Main marketing message and sign up button */
.jumbotron {
    margin: 60px 0;
    text-align: center;
}
.jumbotron h1 {
    font-size: 72px;
    line-height: 1;
    margin-bottom: 40px; /*FTP*/
}
.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

/* Supporting marketing content */
.marketing {
    margin: 60px 0;
}
.marketing p + h4 {
    margin-top: 28px;
}

/* Added */
.masthead h3 a {
    color:#000000;
    text-decoration: none;
/*
    font-family: LeagueGothic;
    font-size: larger;
*/
}

/* http://stackoverflow.com/questions/9141249/twitter-bootstrap-css-affecting-google-maps */
#map-canvas img { 
  max-width: none;
}

#map-canvas label { 
  width: auto; display:inline; 
}

div.footer {
    margin-top: 50px;
    text-align: center;
}

div.mini {
    text-align:center;
    margin-top:50px;
}

/*div.container-narrow {
    border: 0px solid #eee;
    padding: 20px;
    border-radius: 10px;
    background-color: #fff;
}*/



    @font-face {
    font-family: LeagueGothic;
    src: url("/static/LeagueGothic-Regular.otf") format("opentype");
    }