body {
    background-image:url('../img/bg.png');
    background-repeat:repeat;
}
.navbar {
    background-image:url('../img/bg.png');
    background-repeat:repeat;
}
.jumbotron {
    background-color: transparent;
    padding: 70px 0 0 0;
}
.green {
    color: #e3c3a6;
}
.thumbs {
    padding: 40px 0;
}
.thumbnail > img {
    max-width: 60%;
}
.footer {
    margin-top: 40px;
    padding: 40px 0;
}

div.infobox {
	min-height: 100px;
	padding-top: 0px;
	margin-top: 90px;
	width:250px;
	border-radius: 20px;
	max-width:910px;
    color: #000;
    margin-left:30px;
    font-size: 17px;
    font-family: Georgia, 'Times New Roman', serif;
}

#main123 .child {
	margin-left: 20px;
	background: transparent;
    height: 100%;
    display: none;
}

#main123 .child:nth-of-type(1) {
    display: block;
}

#main123 > h6 {
	margin-left: 50px;
    cursor: pointer;
	margin-top:0px;
	margin-bottom:-2px;
	font-size: 14.0px; 
	color: #e3c3a6; 
	font-weight: bold; 
	vertical-align: baseline; 
	white-space: pre-wrap; 
	background-color: transparent;
	width:180px;
}
