@charset "utf-8";
/* CSS Document */
/* Bootstrap Overrides */
body {
    color: darkblue;
}
.jumbotron {
    background-color: white;
    margin-bottom: 1rem;
}
h1, h3, h6 {
    text-align: center;
}
h4 {
    color:red;
}
h5 {
    font-weight: bolder;
    text-align: center;
    color: darkblue;
}
.bg-light {
    background-color: darkblue !important;
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: red;
}
.navbar-dark .navbar-nav .nav-link {
  color: white;
}


/* New classes */
.footer-dark {
    background-color: black;
    color: white;
    font-size: 12px;
    margin-top: 10px;
    margin-bottom:  10px;
}
.jumbotron-grey {
  padding: 2rem 1rem;
  margin-bottom: 1rem;
  background-color: lightgray;
  border-radius: 0.3rem;
    color: black;
    text-align: center
}

.jumbotron-sip {
  padding: 2rem 1rem;
  margin-bottom: 1rem;
  background-color: darkblue;
  border-radius: 0.3rem;
    color: white;
    text-align: center
}
.padtop {padding-top: 20;
}
.border-list {
    border-style: solid;
}
.center {
    display:block;
    margin-left: auto;
    margin-right: auto;
}