  body, html {
  height: 100%;
  font-family: 'Helvetica-Neue', 'Helvetica', sans-serif;
  color: #dedede;
  background: #001f3c;
  margin: 0 auto;
  font-size: 1em;
}
h1, h2, h3, h4, h5, h6 {
  color: white;
}
a {
  color: #02d3fe;
}
.bg {
  /* The image used */
  background-image: url("audio-software-development.jpg");

  /* Full height */
  height: 100%;

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.container {
  margin: 0 auto;
  padding: 0;
}
.policy-container {
  margin: 0 auto;
  padding: 0 2em;
}
p {
  text-align: left;
}
.bold {
  font-weight: 600;
  color: white;
}
p.italic {
  font-style: italic;
}
.underline {
  text-decoration: underline;
}
.navbar-brand {
 margin: auto;
}
ul, li {
  margin: 5px auto;
}
footer {
  background: #001f3c;
  position: fixed;
  margin: 0 auto;
  padding: 0 1em;
  left: 0;
  bottom: 0;
  width: 100%;
}
footer p {
  margin: 0.25em auto;
  text-align: center;
}
.photo {
  width: 100%;
  display: block;
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
}
@media screen and (min-width: 320px) {
  .col {
  width: 20%;
/*  padding-left: 0.25em; */
  margin: 1em;
  }
  .photo { 
  display: block;
  min-width: 320px;
  }

}   
@media (min-width: 768px) {
}
@media screen and (min-width: 1600px) {
}