/*!
 * Start Bootstrap - Full Width Pics (https://startbootstrap.com/template/full-width-pics)
 * Copyright 2013-2020 Start Bootstrap
 * Licensed under MIT (https://github.com/StartBootstrap/startbootstrap-full-width-pics/blob/master/LICENSE)
 */
body {
  padding-top: 100px;
}

.bg-image-full {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}
.bg-image-full button {
  margin-top: 20px;
}

.navbar {
  height: 100px;
}
.navbar #logo-top {
  height: 90%;
}
