/*!
 * Start Bootstrap - The Big Picture (https://startbootstrap.com/template-overviews/the-big-picture)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-the-big-picture/blob/master/LICENSE)
 */
 /*
body {
  background: url('../images/NFEonBlack.jpg') no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}
*/
body {
  font-family: balboa-plus-fill, sans-serif;
  font-style: normal;
  font-weight: 400;
  /* Location of the image */
  /*background-image: url(../images/NFEonBlack.jpg);*/

  /* Background image is centered vertically and horizontally at all times */
  background-position: center center;

  /* Background image doesn't tile */
  background-repeat: no-repeat;

  /* Background image is fixed in the viewport so that it doesn't move when
     the content's height is greater than the image's height */
  background-attachment: fixed;

  /* This is what makes the background image rescale based
     on the container's size */
  background-size: cover;

  /* Set a background color that will be displayed
     while the background image is loading */
  background-color: #000;
}
@media only screen and (max-width: 767px) {
  .mobile {
    margin-top: 140px;
  }
  body {
    /* The file size of this background image is 93% smaller
       to improve page load speed on mobile internet connections */
    /*background-image: url(../images/NFEonBlack_mobile.jpg);*/
  }
}
