/*!
 * Start Bootstrap - Scrolling Nav (https://startbootstrap.com/template/scrolling-nav)
 * Copyright 2013-2020 Start Bootstrap
 * Licensed under MIT (https://github.com/StartBootstrap/startbootstrap-scrolling-nav/blob/master/LICENSE)
 */
header {
  padding: 156px 0 100px;
}

body {
  background-color: #191A1A;
  color: #cccccc;
}

.form-control {
  background-color: #191A1A;
  border: 1px solid #1a1d1d;
  color: #cccccc;
}

.form-control:focus {
  background-color: #191A1A;
  color: #cccccc;
}

body > div.container {
  padding-top: 90px;
  padding-bottom: 50px;
}

body > footer {
  position: fixed;
  bottom: 0;
  width: 100%;
}
