

html, body {
  font-family: “Helvetica Neue”, Helvetica, Arial, sans-serif;
  color: darkslategray;
}

header ul {
  list-style: none;
  display: flex;
  justify-content: flex-end;
}

header nav {
  display: flex;
  justify-content: flex-end;
}

header .row {
  display: flex;
  align-items: center;
}

.col-sm-8 p {
  margin: 25px 20px 15px;
  min-width: 60px;
  padding: 1px;
}


.nav {
  background-color: midnightblue;
  max-width: 25%;
  min-width: 140px;
  flex: 1;
  color: white;
}

.nav h4 {
  padding-left: 20px;
}

.pill-white {
  border: 0.5px solid;
  border-radius: 5px;
  text-align: center;
  background-color: #F06529;
  color: White;
  padding: 10px 10px; 
  border: 2px solid #F06529;
}

.jumbotron {
  display: flex;
  align-items: center;
  height: 350px;
  background-image: url("https://faculty.math.illinois.edu/~ecliff/MRC/altgeld.jpg");
  background-size: cover;
  background-position: center;
}

.jumbotron h2 {
  background-color: #FFFFFF;
  display: inline-block;
  color: #F06529;
  font-weight: 700;
  padding: 10px 35px;
  border-radius: 5px;
}

.jumbotron h3 {
  color: WHITE;
}

.jumbotron .row {
  align-items: right;
}

.section.container .row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.top h2 {
  background-color: #FFFFFF;
  display: inline-block;
  color: #F06529;
  font-weight: 700;
  padding: 10px 35px;
  border-radius: 5px;
  border: 2px solid #F06529;
}





