body {
	/*background-color: #fbfbfb;*/
	background: url(../images/white_wall.png) repeat scroll 0 0 rgba(0, 0, 0, 0);
}

hr {
	margin: 30px 0px 30px 0px;
}

.container {
	background-color: #ffffff;
	/*background-image: url('../images/paper.jpg');
	background-size: cover;*/
	background: url(../images/white_wall.png) repeat scroll 0 0 rgba(0, 0, 0, 0);
	font-family: 'Rubik', sans-serif;
}

.social {
	padding: 10px 0px 10px 0px;
	width: 64px;
}

.slink {
	padding: 0px 20px 0px 20px;
}

.thumbnail {
	margin: 10px 10px 10px 10px;
}

.carousel-indicators {
	visibility: hidden;
}

.carousel-control-prev {
	width: 50px;
}

.carousel-control-prev-icon {
	margin-left: 20px;
}
 
.carousel-control-next {
	width: 50px;
}

.carousel-control-next-icon {
	margin-right: 20px;
}

.wide {
	wídth: 100%;
	margin: 20px 0px 20px 0px;
}

.parallax { 
    /* The image used */
    background-image: url("../images/parallax1.jpg");

    /* Set a specific height */
    height: 300px; 
	margin-top: 25px;
	margin-bottom: 25px;

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.parallax2 { 
    /* The image used */
    background-image: url("../images/parallax2.jpg");

    /* Set a specific height */
    height: 300px; 
	margin-top: 25px;
	margin-bottom: 25px;

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.parallax3 { 
    /* The image used */
    background-image: url("../images/parallax3.jpg");

    /* Set a specific height */
    height: 300px; 
	margin-top: 25px;
	margin-bottom: 25px;

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/* Turn off parallax scrolling for all tablets and phones. Increase/decrease the pixels if needed
@media only screen and (max-device-width: 800px) {
    .parallax {
         background-image: none;
		 height: 25px;
    }
}
*/