/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

main > .container {
  padding: 60px 15px 0;
}

.footer {
  background-color: #f5f5f5;
}

.footer > .container {
  padding-right: 15px;
  padding-left: 15px;
}

code {
  font-size: 80%;
}

.navbar {
  background-color: #1f3245;
  border: none;
  min-height: 40px;
}

.navbar-brand {
  height: 40px;
  float: left;
  cursor: default;
}

.navbar-brand img {
    max-height: 35px;
    margin-top: -3px;
    margin-left: 10px;
}

.btn-light {
  background-color: #ffffff;
  border-color: #ffffff;
}
.info-template{
    padding: 3rem 1.5rem;
    text-align: center;
}
}