/*!
 * Start Bootstrap - Busines Frontpage (https://startbootstrap.com/template-overviews/business-frontpage)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-business-frontpage/blob/master/LICENSE)
 */

:root {
  --primary: #ff8c00;
}
@media (min-width: 768px) and (max-width: 1000px) {
  .collapse {
    display: none !important;
  }
}

body {
  background: #777;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.navbar {
  background-color: var(--primary);
}

.navbar-brand {
  width: 150px;
  padding-bottom: 0;
}

.brand-wrapper span {
  display: block;
  line-height: 1.14em;
  padding-bottom: 0.3125rem;
  margin-top: -0.3125rem;
  margin-left: 45px;
}

.content-container {
  background: #fff;
  flex: 1 0 auto;
}
