/* app css stylesheet */
.jumbotronImage {
	background-image: url("../img/lavidamona2.JPG");
/*	color: black;*/
	background-attachment: fixed;
	background-size: cover;
	background-position: center;
	height: 300px;
	/*min-height: 400px;
	margin-top: 0px;
	margin-bottom: 8px;*/
}
.menu {
	font-size: 30px;
	color:blue;
	height: 100px;

}
.header{
	color: goldenrod;
}
.descText{
	font-size: 15px;
}

