/* Space out content a bit */
body {

  padding-bottom: 20px;
  -ms-word-break: break-all;
  word-break: break-all;

  /* Non standard for webkit */
  word-break: break-word;

  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

/* Everything but the jumbotron gets side spacing for mobile first views */
.header,
.marketing,
.footer {
  padding-right: 15px;
  padding-left: 15px;
}

/* Custom page header */
.header {
  padding-top:20px;
  padding-bottom: 20px;
  border-bottom: 5px solid #337ab7;
  border-top:5px solid #337ab7;
}
/* Make the masthead heading the same height as the navigation */
.header h3 {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 40px;
}

/* Custom page footer */
.footer {
  padding-top: 19px;
  color: #777;
  border-top:5px solid #337ab7;
}


.container-narrow > hr {
  margin: 30px 0;
}

/* Main marketing message and sign up button */
.jumbotron {
  text-align: center;
  border-bottom: 1px solid #e5e5e5;
}
.jumbotron .btn {
  padding: 14px 24px;
  font-size: 21px;
}

/* Supporting marketing content */
.marketing {
  margin: 0px 0;
  padding-top:5px;
  /*background-color: #444;
  color: #999;*/
}
.marketing p + h4 {
  margin-top: 28px;
}
.master.marketing {
  text-align: center;
}

img {
  max-width: 100%;
}
.margin-top-05 { margin-top: 0.5em; }
.margin-top-10 { margin-top: 1.0em; }
.margin-top-15 { margin-top: 1.5em; }
.margin-top-20 { margin-top: 2.0em; }
.margin-top-25 { margin-top: 2.5em; }
.margin-top-30 { margin-top: 3.0em; }

.text-muted {
  font-family: Times New Roman;
  font-size:45px;
  font-weight: normal;
}

.master .text-muted {
  font-family: Times New Roman;
  font-size:65px;
  font-weight: normal;
  text-align: center;
}

h1,h2,h3,h4,h5,h6 {
  font-family: Times New Roman;
  font-weight: normal;
}

.presentation span.badge{
  margin-right: 5px;
}

.nav.nav-pills.pull-right {
  font-weight: bold;
  text-transform: uppercase;
}

@media all and (max-width:600px) {
  .text-muted {
    font-family: Times New Roman;
    font-size:30px;
    font-weight: normal;
    text-align: center;
  }

  .master .text-muted {
    font-family: Times New Roman;
    font-size:35px;
    font-weight: normal;
    text-align: center;
  }
  .nav.nav-pills.pull-right {
    clear:both;
  }
}