#section-welcome .hero {
	background-image: url(/assets/images/photos/section/bio1.jpg);
	}

#section-welcome .hero .card .column-content {
    position: relative;
    top: 25px;
    right: -55px;
    background-color: rgba(255, 7, 0, 0);  /* rgba(255, 7, 0, 0.3) */
    color: #fff;
    min-height: 50px;
    border-radius: 5px;
    }

/* Column styles */
.section-bg-color {
	background-color:  rgba(179, 138, 75, 0.4); /*rgba(75,116,179,0.86);*/
	}



	
/* typography
------------------------------------- */

#section-welcome .section h1 {
	font-size: 38px;
	font-weight: normal;
	/* text-transform: uppercase; */
	margin: 0;
	padding: 0;
	}
	
#section-welcome .card-header h1 {
	font-size: 88px;
	text-shadow: rgba(255, 255, 255, 0.498039) 0px 0px 15px, 
				 rgba(255, 255, 255, 0.498039) 0px 0px 10px;
	}

