@import url("nunito.css");
/*!
 * Start Bootstrap - Business Frontpage (https://startbootstrap.com/templates/business-frontpage)
 * Copyright 2013-2020 Start Bootstrap
 * Licensed under MIT (https://github.com/StartBootstrap/startbootstrap-business-frontpage/blob/master/LICENSE)
 */
body {
  font-family: 'Nunito';
  padding-top: 56px;
}

.bg-primary {
  position: relative;
    background-color: #007bff;
    background-image: url(/assets/img/overlay.svg),linear-gradient(45deg, #007bff 0%, #006fe6 100%);
    background-size: cover;
    z-index: 0;
}