/*!
 * Start Bootstrap - Full Width Pics (https://startbootstrap.com/templates/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: 56px;
      background: radial-gradient(circle at top, rgba(30, 23, 15, 0.9) 0%, rgba(10, 8, 12, 0.95) 55%, #0b080c 100%);
    }
    
.bg-image-full {
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  height : 68vh;
}
