@CHARSET "ISO-8859-1";

.logo > a > img{
		width: auto;
		height: 65px;
		
	}
	
.home_quote{
	font-weight: bold;
	font-size: 18px;
}

/* .container{
	min-height: 500px !important;
}
 */
#footer{
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 100;
}

.marble_content{
	padding: 20px 35px 3px 35px;
	background-color: rgba(255, 255, 255, 0.85);
	overflow: hidden;
	width: 25%;
	margin-left: 10px;
}

.marble_content > h1{
		text-transform: uppercase;
	
}

.marble_content > p{
		text-align: justify;
	
}

.marble_conten{
	padding: 20px 35px 20px 35px;
	background-color: rgba(255, 255, 255, 0.85);
	overflow: hidden;
	width: 25%;
	bottom: 0;
	right: 0;
}

.contact_content{
	padding: 20px 35px 3px 35px;
	background-color: rgba(255, 255, 255, 0.85);
	overflow: hidden;
	width: 27.4%;
	margin-left: 10px;
}

.contact_content > h1{
		text-transform: uppercase;
	
}

.contact_content > p{
		text-align: justify;
	
}



