﻿/*
	ZeroFour by HTML5 UP
	html5up.net | @n33co
	Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
*/

/*********************************************************************************/
/* Custom CSS to replace fa-icon with website stored image                       */
/* Bill Needles 9/19/15                       */
/*********************************************************************************/
.fa-wheelchair:before {
content: url(/images/googledrive.jpg);
background: url('/images/googledrive.jpg') no-repeat center;
width: 100px;
height: 100px;
display: block;
margin: 0 auto;
background-size: 50px;
}

					.box.feature1 header.second:before
					{
						font-size: 48px;
						position: absolute;
						right: 100%;
						margin-right: 18px;
						opacity: 0.5;
						bottom: -4px;
					}
