/* Empty CSS file for your own CSS */

body { 
  
  padding: 25px 90px;
  
  background: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), url(../images/papier-listing.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.navbar-default {
	
    background-color: #fff;
    
	border: 3px dashed #EEF6FF;
    border-radius: 0;
}

.jumbotron {
	
	background-color: #fff;
}