/* Space out content a bit */
body {
  padding-bottom: 1.5rem;
  /*font-family: 'Andika', sans-serif;*/
  /*  background: url("https://www.toptal.com/designers/subtlepatterns/patterns/confectionary.png") */
  background-color: floralwhite;
}

h1, h2, h3, h4 {
  /*font-family: 'Amatic SC', cursive;*/
}

textarea#description {
  height: 10rem;
}

.header {
    width:100%;
    border-bottom: 1px solid lightgrey;
}

.alert-warning {
    background-color: rgba(255, 206, 103, 0.31);
    border-color: #FFCE67;
    color: #5d5d5d;
}

.jumbotron {
    text-align: center;
    background: none;
}

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


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

/* Make the masthead heading the same height as the navigation */
.header h3 {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 3rem;
}

/* Customize container */
@media (min-width: 48em) {
  .container {
    max-width: 46rem;
  }
}
.container-narrow > hr {
  margin: 2rem 0;
}


/* Supporting marketing content */
.marketing {
  margin: 3rem 0;
}
.marketing p + h4 {
  margin-top: 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;
  }

  /* Remove the bottom border on the jumbotron for visual effect */
  .jumbotron {
    border-bottom: 0;
  }
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  line-height: 60px; /* Vertically center the text there */
  background-color: #f5f5f5;
}
