body .container-fluid {
	padding-left: 40px;
	padding-right: 40px;
}

/* top navbar */

.navbar-static-top {
	/* text-align: justify; */
	font-size: 18px;
}

#top{
	font-size: px;
}
/*
.navbar .btn-navbar .icon-bar {
	height: auto;
} */

.navbar-inner {
	min-height: 40px;
}

/* home page */

.main-page {
	font-size: 19px;
	margin-top: 20px;
	margin-left: 20px;
	margin-right: 20px;
}

/* Container holding the image and the text */
.image {
 position: relative;
 display: block;
 padding-bottom: 10px;
}

.quinua-pic {
	position: relative;
	width: 100%;
	height: auto;
	margin-top: 20px;
}

.overlay {
  position: relative;
  /* top: 0; */
  /* bottom: 0; */
	/* right: 0; */
  /* left: 0; */
  /* height: 100%; */
  /* width: 100%; */
  opacity: 1;
  transition: .3s ease;
}

.image:hover .overlay {
  opacity: 1;
}

.text {
  color: white;
	padding: 5px 5px 10px 5px;
	background: rgba(0, 0, 0, 0.8);
  font-size: 17px;
  position: relative;
  /* left: 50%; */
	/* top: 100%; */
  /* -webkit-transform: translate(-50%, -50%); */
  /* -ms-transform: translate(-50%, -50%); */
  /* transform: translate(-50%, -50%); */
  text-align: center;
}


/*
.text-block {
	position: absolute; /* Position the background text */
  bottom: 10px; /* At the bottom. Use top:0 to append it to the top */
  background: rgb(0, 0, 0); /* Fallback color */
  background: rgba(0, 0, 0, 0.5); /* Black background with 0.5 opacity */
  color: #f1f1f1; /* Grey text */
  width: 99%; /* Full width */
  padding-top: 10px;
	padding-left: 10px;
	/* padding-right: 10px; */
	/* padding-bottom: 10px; */

	text-align: center;
} */

.well {
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 50px;

}

.well {
	font-size: 18px;
	color: #525252;
}

.well h3{
	font-size: 30px;
	/* color: #525252; */
}

.well .table{
	margin-top: 25px;
	/* margin-left: 40px; */
}

.well p {
	padding-top: 10px;
}

.first-sidebar {
	margin-top: 120px;
	margin-bottom: 50px;
}