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


/* Column styles */

.product .column-content {
	background-color: rgba(255,255,255,0.5);
	margin: 5px 0 10px;
	border: 1px solid rgba(0,0,0,0.10);
	border-radius: 5px;
	
	box-shadow: 2px 2px 5px rgba(0,0,0,0.05);
}

.product .image { 
	position: absolute;
	left: 15px;
	top: 15px;
	}

.product .card-header, 
.product .card-content { 
	margin-left: 170px;
	}

#section-welcome .hero > .card .column-content {
	background: transparent;
	}
	
/* 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;
	color: #fff;
	text-shadow: rgba(255, 255, 255, 0.498039) 0px 0px 15px, 
				 rgba(255, 255, 255, 0.498039) 0px 0px 10px;
	}
