.site {
	width: 100%;
}

.headerText {
	text-align:center;
    bottom: 0;
	font-family: averia-sans-libre; 
	font-style: normal; 
	font-weight: 300; 
	font-size: 24px; 
	color: #7CFBFF;
}

.text {
	font-family: averia-sans-libre; 
	font-style: normal; 
	font-weight: 300; 
	font-size: 24px; 
	color: #7CFBFF;
}

.portfolioText {
	font-family: averia-sans-libre; 
	font-style: normal; 
	font-weight: 300; 
	font-size: 16px; 
	color: #7CFBFF;
}

a:link {
	text-align:center;    
	display: table-cell;
    vertical-align: sub;
	font-family: averia-sans-libre; 
	font-style: normal; 
	font-weight: 300; 
	font-size: 24px; 
	color: #7CFBFF;
	text-decoration: none;
}

a:hover {
    background-color:#670067;
}

a:visited {
	text-align:center;    
	display: table-cell;
    vertical-align: sub;
	font-family: averia-sans-libre; 
	font-style: normal; 
	font-weight: 300; 
	font-size: 24px; 
	color: #7CFBFF;
	text-decoration: none;
}
