/*!
 * 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('https://nichebar.worldsecuresystems.com/nichebar/img/turntable_web.jpg') no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: 100% auto;
  -o-background-size: cover;
}

.navbar {
  width: 100%;
  background: linear-gradient(to right, rgba(82, 199, 190, 0.6), rgba(204, 38, 71, 0.6));
  
  z-index: 9999;
  
}


.footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background: linear-gradient(to right, rgba(82, 199, 190, 0.6), rgba(204, 38, 71, 0.6));
    color: white;
    text-align: center;
}


/* For mobile devices */
@media only screen and (max-width: 767px) {
  body {
    /* The file size of this background image is 93% smaller
     * to improve page load speed on mobile internet connections */
    background-image: url('https://nichebar.worldsecuresystems.com/nichebar/img/turntable_mobile.jpg');
     
    }
    


}
    