body {
  background: #FAFAFA;
  color: #333333;
  margin-top: 5rem;
  font-family: 'Yantramanav', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  color: #444444;
}

a {
    color: #1a85a4;
    text-decoration: none;
}

.bg-header {
    background-color: #1A85A4;
    box-shadow: 0px 6px 19px #979797;
}

.site-header .navbar-nav .nav-link {
    color: #CBD5DB;
    margin-left: 0px;
    max-width: 100%;
}

.site-header .navbar-nav .nav-link:hover {
  color: #FFFFFF;
}

.site-header .navbar-nav .nav-link.active {
  font-weight: 500;
}

.form-page-card {
    margin: 0 auto;
    max-width: 500px;
    padding: 40px;
}

.content-section {
  background: #FFFFFF;
  border: 1px solid #DDDDDD;
  border-radius: 3px;
  margin-bottom: 20px;
  box-shadow: 0px 6px 19px #979797;
}

/* Spacing to account for header height when going to target */
:target::before {
    content: '';
    display: block;
    height:      80px;
    margin-top: -80px;
}

.toc-list {
    list-style-type: none;
}

/* Change color of submit button to match MLP's identity  */
.btn-primary,
.btn-primary:active,
.btn-primary:visited,
.btn-primary:focus {
    background-color: #1A85A4;
    border-color: #FFFFFF;
}

.btn-primary:hover {
    background-color: #FFFFFF;
    border-color: #1A85A4;
    color: #1A85A4;
}

.cookie-consent{
    position: fixed;
    bottom: 20px;
    left: 20px;
    color: #fff;
    background: #646464;
    z-index: 120;
    border-radius: 3px;
}
