/*
 * Start Bootstrap - Full (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

body {
    /*margin-top: 50px;*/ /* Required margin for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
	background:transparent;
}

/* Header Image Background - Change the URL below to your image path (example: ../images/background.jpg) */

.full {
	background-image: url('../img/laesenciadeljardin.png');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center 40%;
	background-color: rgb(240,250,235);
}
@media (max-width : 1000px){
	.full {
		background-position: center 10px;
		background-size:90%;
	}
}