@charset "utf-8";
/* CSS stevenjlemieux.com (1)*/
body {
 
	background: #6e6e6e;
	overflow-x: hidden;
	
}

a:link {
		box-shadow: 0 -25px 0px 0px #fbfbfb inset; 
border-bottom: 3px solid #fbfbfb; 
	color:#6e6e6e;
	background-color: #fbfbfb;
}

a:visited {
		box-shadow: 0 -25px 0px 0px #fbfbfb inset;
border-bottom: 3px solid #fbfbfb; 
	
	color:#6e6e6e;
	background-color: #fbfbfb;
}

a:active {
	box-shadow: 0 -25px 0px 0px #fbfbfb inset;
border-bottom: 3px solid #fbfbfb; 
	color:#6e6e6e;
	background-color: #fbfbfb;
}

a:hover {
        box-shadow: 0 -25px 0px 0px #fbfbfb inset;
		border-bottom: 3px solid #fbfbfb; 
}

a:focus{
	box-shadow: 0 -25px 0px 0px #fbfbfb inset;
border-bottom: 3px solid #fbfbfb; 
outline: 2px solid #fbfbfb !important;}

.text {
	font-family: veranda, sans-serif;
font-size: 56px;
font-style: normal;
font-weight: 100;
text-transform: normal;
letter-spacing: -5px;
word-spacing: -0px;
line-height: 1.6em;
color: #fbfbfb;
		
}

.text::selection {
  background-color: #fbfbfb;
}


