/* Space out content a bit */
body {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.link-calm {
  color: #343a40;
  padding-left: 1em;
  padding-right: 1em
}

.copyright {
  font-size: 12px
}

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

/* Custom page header */
.header {
  padding-bottom: 1rem;
  border-bottom: .0rem solid #e5e5e5;
}
/* Make the masthead heading the same height as the navigation */
.header h3 {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 0;
}

h1 .btn {
  font-family: 'Work Sans', sans-serif !important;
  font-weight: 100 !important;
}


html {
  position: relative;
  min-height: 100%;
}
body {
  margin-bottom: 120px; /* Margin bottom by footer height */
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 60px; /* Set the fixed height of the footer here */
  border-top: .05rem solid #e5e5e5;
  padding-top: 1.5rem;
  color: #777;
}

#logo {
  margin-right: 8px;
}

.footer div {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 600px;
}

/* Customize container */
@media (min-width: 48em) {
  .container {
    max-width: 46rem;
  }
}

.nav-item {
  font-weight: 200 !important;

}

.jumbotron {
  z-index: 1;
  text-align: center;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: lightgray;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: lightgray;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: lightgray;
  border-radius: 0px 0px 5px 5px;
  background: white; /*#fafafa; */
  padding-top: 3rem;
  padding-bottom: 2rem;
  box-shadow: 0 12px 18px 2px rgba(34,0,51,.04), 0 6px 22px 4px rgba(7,48,114,.12), 0 6px 10px -4px rgba(14,13,26,.12);
}


.card {
  z-index: 1;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: lightgray;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: lightgray;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: lightgray;
  border-radius: 0px 0px 5px 5px;
  background: white; /*#fafafa; */
  padding-top: 3rem;
  padding: 3rem;
  box-shadow: 0 12px 18px 2px rgba(34,0,51,.04), 0 6px 22px 4px rgba(7,48,114,.12), 0 6px 10px -4px rgba(14,13,26,.12);
}

.jumbotron .btn {
  padding: .75rem 1.5rem;
  font-size: 1.5rem;
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 48em) {
  /* Remove the padding we set earlier */
  .header,
  .marketing,
  .footer {
    padding-right: 0;
    padding-left: 0;
  }
  /* Space out the masthead */
  .header {
    margin-bottom: 2rem;
  }

}

.form-control:focus {
  box-shadow: none!important;
}

.btn-large {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}
