/*!
 * Start Bootstrap - The Big Picture (https://startbootstrap.com/template-overviews/the-big-picture)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-the-big-picture/blob/master/LICENSE)
 */

body {
  background: url('../img/bg.jpg') no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  
}
.bg-dark {
  background-color: rgba(52, 58, 64, 0.5)!important;
}
.navbar {
  padding: 0 1rem;
}
.navbar-dark .navbar-nav .nav-link {
    color: rgba(255,255,255,.8) !important;
}