

.container {
  line-height: 1.6;

}
.bg-minty-green {
  background-color: #cae5e1 !important;
}

.bg-midnight-blue {
  background-color: #061f39 !important;
}
ul {
 list-style-type: none;
}
.footer-title {
  text-transform: uppercase;
    font-weight: bold;
    line-height: 1.6;
}

.skyline {
  color:white;
  text-transform: uppercase;
  width:100%;
  height:600px;
  background:url("../img/pyconca2019_skyline.png") center center no-repeat;
  background-size:cover;
  background-color: #061f39;
}
