@charset "UTF-8";
/* Visual Arts page CSS Document */

/* Class Elements  */

.projects {
   display:flex;
   flex-direction:column;
   justify-content:center; 
   text-align:center;
   line-height:120%;
	margin:auto;
	max-width:800px;
}
.row {
	padding: 7px;
	display:flex;
   flex-direction:row;
/*   flex-wrap:nowrap;  */
   text-align:left;
   max-width:800px;
}
.col-1st {
   float: left;
   width: 35%;
   margin: 6px;
   text-align: right;
  	font-style: italic;
	color: #BFBFBF;
	font-weight: 600;
	flex-wrap:nowrap;
}
.col-2nd {
   width: 65%;
   margin: 6px;
   text-align: left;
   flex-wrap:nowrap;
}

/* Single Elements */



