/*!
 * Start Bootstrap - Scrolling Nav (https://startbootstrap.com/template-overviews/scrolling-nav)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-scrolling-nav/blob/master/LICENSE)
 */

header {
  padding: 154px 0 100px;
}

@media (min-width: 992px) {
  header {
    padding: 156px 0 100px;
  }
}

/*a{

text-align: center;

display: block;

}*/

section {
  padding: 20px 0;
}

#footer img {
    margin: 5px 0 0 0;
    height: 30px;
    max-width: 100%;
}

.row {
  display: flex;
  flex-wrap: wrap;
  padding: 0 4px;
}
.row::after {
  content: "";
  clear: both;
  display: table;
}

/* Create two equal columns that sits next to each other */
.column {
  float: center;
  width: 30%;
  padding: 20px;
}

.column img {
  margin-top: 8px;
  vertical-align: middle;
}
