.parallax {
	background-image: url("../graphics/lighthouse.jpg");
	height: 100%;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	margin-top: 25px;
	margin-bottom: 25px;
}

div.parallax div.service_info {
	padding-top: 15px;
	padding-bottom: 15px;
}

div.parallax div.service_info div{
	background-color: rgba(255,255,255,0.7);
	padding: 10px;
}

.parallax h1 {
	text-align: center;
}

.parallax ul li.blue {
	list-style-image: url('../graphics/paragraph_icon_blue.png');
}

.parallax ul li.red {
	list-style-image: url('../graphics/paragraph_icon_red.png');
}

.parallax ul li.yellow {
	list-style-image: url('../graphics/paragraph_icon_yellow.png');
}

.parallax ul li.green {
	list-style-image: url('../graphics/paragraph_icon_green.png');
}

.parallax ul li {
	margin-bottom: 5px;
}

.parallax ul li span {
	position: absolute;
}

.parallax button,
.parallax button:hover {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0000ff+0,0000ce+100 */
	background: rgb(0,0,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(0,0,255,1) 0%, rgba(0,0,206,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(0,0,255,1) 0%,rgba(0,0,206,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(0,0,255,1) 0%,rgba(0,0,206,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0000ff', endColorstr='#0000ce',GradientType=0 ); /* IE6-9 */
	color: #FFF;
	border-radius: 0px;
	border: none;
}