/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
body {
  background: url(../images/bg.png) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding-top: 20px;
  padding-bottom: 40px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  
}
ul {
  margin-bottom: 30px;
}
ul li {
  line-height: 160%;
}
.services-headline {
  margin-bottom: 30px;
  font-size: 3.2rem;
}
.divider-grfx {
  margin-top: 60px;
}
.service-title {
	font-size: 2.4rem;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 5px;
}
.list-unstyled li {
	text-align: center;
}
.mdash {
	text-align: center;
	display: block;
}
img {
	filter: invert(16%) sepia(0%) saturate(4085%) hue-rotate(9deg) brightness(100%) contrast(89%);
}